Is it possible to use interleaved fastq data with SOAPdenovo?
1
0
Entering edit mode
9.1 years ago

I am assembling an insect genome with SOAPdenovo and have my data in interleaved Fastq format. I can convert the interleaved files to paired files easily enough if I need to, but it's a big time/space inconvenience. Is it possible to run SOAPdenovo on interleaved Fastq files?

Assembly fastq soapdenovo • 2.5k views
ADD COMMENT
0
Entering edit mode
9.1 years ago
Renesh ★ 2.2k

I never tried this before, but in documentation it is provided,

#a single fasta file for paired reads
p=/path/LIBNAMEA/pairs1_in_one_file.fa

See http://soap.genomics.org.cn/soapdenovo.html#comm2

ADD COMMENT
0
Entering edit mode

Indeed. I saw that option and tried it, but this led to issues with SOAPdenovo's read parser (I killed the process when it was trying to load the 530 billionth read--my data set didn't have nearly that many reads). The p option therefore appears to be fasta-specific. :(

ADD REPLY
0
Entering edit mode

yes, the p option is fasta specific. You can convert fastq into fasta and run SOAPdenovo. Hope that works.

ADD REPLY
0
Entering edit mode

Heh. The whole purpose of this question is to avoid file conversion...

ADD REPLY
0
Entering edit mode

I mean to say instead of converting separate paired files, you have to convert into single fasta file only. As the fasta file will not contain quality values you can reduce the space unless you don't need quality values in separate files.

ADD REPLY

Login before adding your answer.

Traffic: 2116 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