-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using manifest file, error message: Skipping file ID <file_id> as none of the URLs ['FASP'] succeeded. #15
Comments
hi @Yingcui2018 did you figure out what the problem is? I ran in into the same problem. I can't believe such a big project have come up with such horrible API to download the files, overly complicating things and making these datasets almost unusable. |
Hi @Yingcui2018 and @mstambou, did either of you figure out the solution to this? I'm experiencing the same issue and it's really frustrating. |
hi @clarkjs237 not yet unfortunately. I agree it is very frustrating. There's a known issue with aspera where you have to change all the aspera2's to aspera in the manifest. However even after changing that I still was getting that same error and not downloading anything. I contacted them they have some problems apparantly with the database and are working to fix it. in my case I am trying to download proteomics datasets but the file size column in the manifest is zero for some reason. Now I do not know if this is the case for all the other datasets as well (i.e. genomics, transcriptomics metabolomics etc.) what type of datasets did you try to download? |
hi @mstambou. I tried changing all the aspera2's to aspera in the manifest and no change, same error. I've been trying to download both FASTQ files and Biological Observation Matrix files as FASP files. I've been able to successfully download some other data as HTTP files but it's not the data I'm looking for. I'm new to programming with cloud storage or Aspera and have found information elsewhere showing people trying to solve this same problem. I've been debugging and searching every error thrown but ultimately don't really know what to do. |
I see, yes this really sucks. I don't understand why did they overly complicate stuff while simple FTP sites work great. They made and API portal which is broken and defeats the whole purpose. |
Hi all, if anyone of you found the solution as I tried alot to download the biological observation matrix and this error always appear: I tried alot and each time not all files are downloaded just 2207 out of 2308 are downloaded and others not. |
I am also experiencing the same issue. |
Same issue! Anyone got help yet? |
Hi,
I am executing the portal_client tool (with my iHMP username and password) to download the files using a manifest file as follows:
portal_client -m hmp_cart_e0473170e2.tsv --endpoint-priority FASP --user username
And the content of hmp_cart_e0473170e2.tsv file is below:
file_id md5 size urls sample_id
7cfd74d6803ea319683df7564459a079 ab27b58083c30b884936ee396b0ee223 29585 fasp://aspera.ihmpdcc.org/ibd/genome/microbiome/wgs/analysis/hmscp/MSM9VZMS_taxonomic_profile.biom 7cfd74d6803ea319683df7564459673c
......
However, I also get an error message as follows:
Skipping file ID 8ef4204e3058e7d0f909de1f96016f5a as none of the URLs ['FASP'] succeeded.
Skipping file ID 8ef4204e3058e7d0f909de1f9600e0c7 as none of the URLs ['FASP'] succeeded.
Skipping file ID 8ef4204e3058e7d0f909de1f9600b107 as none of the URLs ['FASP'] succeeded.
Skipping file ID 8ef4204e3058e7d0f909de1f9601599d as none of the URLs ['FASP'] succeeded.
......
Not all files (total of 81) were downloaded successfully. Number of failures:
0 -- no valid URL in the manifest file
81 -- URL is present in manifest, but not accessible at the location specified
0 -- MD5 checksum failed for file (file is corrupted or the wrong MD5 is associated)
Then I added the --debug patameter , and the error information is :
2019-12-09 15:18:19,871 - root - DEBUG - Creating ManifestProcessor.
2019-12-09 15:18:19,895 - boto - DEBUG - Retrieving credentials from metadata server.
2019-12-09 15:18:20,904 - boto - ERROR - Caught exception reading instance data
....
2019-12-09 15:25:43,569 - aspera - ERROR - Aspera authentication failure.
2019-12-09 15:25:43,569 - manifest_processor.ManifestProcessor - ERROR - Aspera transfer failed.
2019-12-09 15:25:43,570 - manifest_processor.ManifestProcessor - DEBUG - Returning error
Can you please check if my command is correct?
Thanks,
yingc
The text was updated successfully, but these errors were encountered: