Hey,
It's my first time to use HISAT2 for alignment and the manual is full of parameters that got me confused.
I need to write down a command that would include the following:
map against hg19, my samples are paired-end, I need to have xs attributes to the output, and I need the output to be compatible with Stringtie for downstream analysis.
Have anyone worked on this pipeline before and can help me?
Thank you!
For the
--known-splicesite-infile
, it was stated in the manual:Is using genome_tran index would substitute the genome+ the annotation gtf file parameters in Tophat?
Yeah, if you want to download the prebuilt indices then just get genome_tran and call it done.
Thank you!!!
One more question, for alignment, what would you generally recommend STAR or HISAT2?
I generally prefer STAR, though it requires significantly more RAM.