This is a test version of Biostars. For the public version, visit https://www.biostars.org.
HISAT2 alignment for single end read

I have one set of RNA-seq samples which are single-end read. Can I use -U to import my sample to do the alignment in HISAT2?

hisat2 [options]* -x <hisat2-idx> {-1 <m1> -2 <m2> | -U <r> | --sra-acc <SRA accession number>} [-S <hit>]

rna-seq

1 answer

Yes, you want -U rather than -1 and -2.

Log in to answer this question.