This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Trimmamotic out with 4 files

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.

rna hisat2 seq trimmomatics

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:

BBWrap is a simple wrapper that allows BBMap to be run multiple times without reloading the index each time. So, it can save some compute resources (particularly with a small number of reads and large reference), and is also handy for things like mapping paired and unpaired reads to the same reference, then outputting them in the same file.

0 answers

No answers yet.

Log in to answer this question.