Entering edit mode
8.8 years ago
Shicheng Guo
★
9.5k
Hey All,
What should I do if I forget to add the option of split-files in fastq-dump when I download pair-end fastq files from SRA database?
For example:
fastq-dump -X 20 SRR390728
fastq-dump --split-files -X 20 SRR390728
fastq-dump --split-3 -X 20 SRR390728
what is the importance of --skip-technical option
Can we just use simply fastq-dump --split-files with SRA-ID
Yes you can.
--skip-tech
is likely a leftover from early days of SRA see: fastq-dump split-spot and skip-technical