fastq-dump download pair-end fastq without split-files
2
2
Entering edit mode
8.2 years ago
Shicheng Guo ★ 9.4k

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
fastq-dupm pair-end fastq split-files • 4.0k views
ADD COMMENT
2
Entering edit mode
8.2 years ago
GenoMax 141k

Re-do fastq-dump or get the fastq from ENA here

ADD COMMENT
1
Entering edit mode
8.2 years ago
Shicheng Guo ★ 9.4k

Yes. I think actually it can be easily split each read to two part (SRA merge two 110bp reads to one 220bp reads). However, I change my mind, I re-download it with another way which can keep the fastq file of same sample in a fold so that I can alignment and merge the bam file easily.

wget -r -c -l 2 -nH --cut-dirs=4 ftp://ftp.ddbj.nig.ac.jp/ddbj_database/dra/fastq/SRA112/SRA112056/

of course, it also can be re-download with the command:

fastq-dump --split-files  --skip-technical SRR390728 
fastq-dump --split-files  --skip-technical SRR390729
fastq-dump --split-files  --skip-technical SRR390730
ADD COMMENT
0
Entering edit mode

what is the importance of --skip-technical option

Can we just use simply fastq-dump --split-files with SRA-ID

ADD REPLY
0
Entering edit mode

Yes you can. --skip-tech is likely a leftover from early days of SRA see: fastq-dump split-spot and skip-technical

ADD REPLY

Login before adding your answer.

Traffic: 1948 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6