Entering edit mode
5 months ago
analyst
▴
50
I am running loop to download fastq files through fastq-dump but it gives following error
fastq-dump.3.1.1 err: error unexpected while resolving query within virtual file system module - No accession to process ( 500 )
Failed to call external services.
Note. fastq-dump is working fine for single accession.
Can you add a snippet of your code?
Based on the error it seems you are not providing an accession number.
Regards,
Nitin N.
I have provided id too
If I am not wrong the accession number is a positional argument in fastq-dump, so probably your command should be something like this,
If this doesn't work, it could be a problem with newline character in the accession number, try removing it in this case.
Just asking out of curiosity did you try running your command without a loop? I mean using a single static accession number.
Regards,
Nitin N.
Yes I tried using a single accession and and it worked
show the code you ran?
See if this is not an issue in your case : https://github.com/ncbi/sra-tools/issues/486#issuecomment-1506485228