Hi,
I have two paired end files and I'm trying to merge them in order to assemble them, so I have two strategies but I don't what to use and I'm not really sure if they are correct or not.
1) First method
- Join them with fastq-join
The outputs are 3 files: one refers to the joined reads from the original files (JOIN), one is the unjoined reads alone from the 1 (PE_1), and one likewise from 2 (PE_2).
- Assembly with velveth :
velveth Dir 31 -shortPaired -separate -fastq PE_1.fq PE_2.fq -short -fastq JOIN.fq
- velvetg etc.
2) Second method
- Join them with velvet-shuffleSequences_fastq.pl
The output is : one file containing both reads in interleaved format (OUT)
- Assembly with velveth :
velveth Dir 31 -shortPaired -fastq OUT.fq
- velvetg etc.
Some people had done these before ?
Thanks
I have two paired end files and I'm trying to merge them in order to assemble them, so I have two strategies but I don't what to use and I'm not really sure if they are correct or not.
1) First method
- Join them with fastq-join
The outputs are 3 files: one refers to the joined reads from the original files (JOIN), one is the unjoined reads alone from the 1 (PE_1), and one likewise from 2 (PE_2).
- Assembly with velveth :
velveth Dir 31 -shortPaired -separate -fastq PE_1.fq PE_2.fq -short -fastq JOIN.fq
- velvetg etc.
2) Second method
- Join them with velvet-shuffleSequences_fastq.pl
The output is : one file containing both reads in interleaved format (OUT)
- Assembly with velveth :
velveth Dir 31 -shortPaired -fastq OUT.fq
- velvetg etc.
Some people had done these before ?
Thanks
Comment