Entering edit mode
2.4 years ago
Saeed
•
0
Dear all,
I use trimmomatic to QC for my RNA seq data and I got 4 outputs. I was wondering how can I put all these 4 files for alignment step?. I am going to use Hisat2.
Most programs do not allow you to use unpaired fastq files that remain after trimming along with properly paired files in the same alignment run. You will need to align the files with singleton reads individually.
bbwrap.sh
from BBMap can do this: