Open cimendes opened 6 months ago
FYI it's not always fastq-dl
's fault & it actually uses sra-tools commands prefetch
and fasterq-dump
under the hood, I think when specifying fastq-dl --provider sra --only-provider
. https://github.com/rpetit3/fastq-dl/issues/23#issuecomment-1666989459
It tries to download SRA Normalized format when possible but even with that configuration it is still possible to download SRA Lite formatted files. This happens when SRA only serves up the SRA lite formatted files and doesn't serve up the original/SRA Normalized formatted files
Just warning that even if we switch to fasterq-dump
this problem can still occur. Those problem SRR's need to be reported to SRA so they can fix them
The current implementation of fastq-dl doesn't seem very robust to avoid downloading SRA-Lite files. One alternative is to reimplement the workflow by leveraging NCBI's Fasterq-dump directly