You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manifest files that are generated in the DCC require a java-based download client that is not maintained anymore and not even linked in the ICGC ARGO docs covering the legacy data from the ICGC 25k project.
Detailed Description
The dcc documentation states, that one needs to use the EGA Download client to access ICGC data stored with EGA. I found that this client is not really supported anymore and that EGA now usually points to their Python based pyega3 client. This is denoted in the argo documentation, however, the auto-generated manifest files in DCC still require the java based client. Only few adaptations are necessary to switch to pyega3.
Possible Implementation
The following explanation could be added to the documentation. The manifest generation could be changed but that might not be worth the time since the DCC will be retired soon.
You will need to
Install pyega3 v.5.1.0 or higher
Adapt the auto-generated manifest file to look like the following file (most likely you will only need to update the file_ids & mapping variables by copying from the auto-generated manifest file):
Manifest files that are generated in the DCC require a java-based download client that is not maintained anymore and not even linked in the ICGC ARGO docs covering the legacy data from the ICGC 25k project.
Detailed Description
The dcc documentation states, that one needs to use the EGA Download client to access ICGC data stored with EGA. I found that this client is not really supported anymore and that EGA now usually points to their Python based pyega3 client. This is denoted in the argo documentation, however, the auto-generated manifest files in DCC still require the java based client. Only few adaptations are necessary to switch to pyega3.
Possible Implementation
The following explanation could be added to the documentation. The manifest generation could be changed but that might not be worth the time since the DCC will be retired soon.
You will need to
file_ids
&mapping
variables by copying from the auto-generated manifest file):Note that this issue is mostly a duplicate of a post in the ICGC discuss forum. I was not sure how often people check the posts there.
The text was updated successfully, but these errors were encountered: