What would be the equivalent fasterq-dump options?
I have been running the following command to convert SRA files:
fastq-dump -F --gzip --readids --split-files
And I want to transition to fasterq-dump. Which would be the equivalent command? I think it is(given that fasterq-dump doesnt give the option to compress the files):
fasterq-dump -S --include-technical
But I wanted to make sure! Thank you!
• 3,927 views
•
link
0 answers
No answers yet.
Log in to answer this question.
File compression options (--gzip or --bzip2) are not available in fasterq-dump
Thanks for your reply! Yes, I know I wanted to have the equivalent command EXCEPT the compression. Thanks!
alternatively you can download from ENA , they offer direct fastq download (bonus tip, you can get the download cmdlines using sra-explorer website )