Hi NGS users,
I always use solid2fastq 0.6.4e (from bfast+bwa-0.6.4e) to convert csfasta2fastq (both single read and paired end) in this way:
> solid2fastq -o output -b sample_F3.csfasta sample_F5-P2.csfasta sample_F3_QV.qual sample_F5-P2_QV.qual
and it's run perfectly, generating two file (output.read1.fastq and output.read2.fastq)
Now, I have SOLiD samples in PE with barcode.
But when I run
> solid2fastq -o output -b sample_F3_1_23.csfasta sample_F5-BC_1_23.csfasta sample_F3_QV_1_23.qual sample_F5-BC_QV_1_23.qual
the program returns me only a single fastq containing only the reads of F5-BC strands. (output.single.fastq)
How can I fix this problem?
Thanx a lot,
ME
I always use solid2fastq 0.6.4e (from bfast+bwa-0.6.4e) to convert csfasta2fastq (both single read and paired end) in this way:
> solid2fastq -o output -b sample_F3.csfasta sample_F5-P2.csfasta sample_F3_QV.qual sample_F5-P2_QV.qual
and it's run perfectly, generating two file (output.read1.fastq and output.read2.fastq)
Now, I have SOLiD samples in PE with barcode.
But when I run
> solid2fastq -o output -b sample_F3_1_23.csfasta sample_F5-BC_1_23.csfasta sample_F3_QV_1_23.qual sample_F5-BC_QV_1_23.qual
the program returns me only a single fastq containing only the reads of F5-BC strands. (output.single.fastq)
How can I fix this problem?
Thanx a lot,
ME
Comment