Hi,
Paired-end data should be "fully paired," as you put it. That is, paired reads should exist in the same order in the input read 1 and read 2 files, and every read should have a paired read in the opposite file. This is a requirement of EMIRGE and the current underlying read mapper, bowtie. Without this, I'm not sure how bowtie will respond. Possibly:
error and failure
or, silently fails to align most paired reads.
You can use a trimming tool such as
sickle to trim reads and only submit remaining paired reads to EMIRGE.
Chris
On Tuesday, June 4, 2013 1:18:20 PM UTC-6, Kevin Chen wrote:
Thanks, Chris. It is my bad for didn't read it carefully.
Another question, what will happen if my so call paired-end data are not fully paired?
for example,
f1.fq
@SN:0001/1
@SN:0002/1
@SN:0003/1
f2.fq
@SN:0001/2
@SN:0003/2
Kevin