hisat2 run gave 0% alignment
1
0
Entering edit mode
6.7 years ago
vinayjrao ▴ 250

Hi,

I analyzed some RNA-Seq data using the old Tuxedo pipeline (Tophat, Cufflinks and cimmeRbund), but learned that there is an improvisation to the tuxedo protocol, so I ran hisat2, but am constantly getting 0% alignment. Is there anything that I'm doing wrong? I'm posting my command below -

hisat2 -p 8 --dta -x ../../data/ref/hg38 -1 ../../data/fastq/BT474_38_1.fastq -2 ../../data/fastq/BT474_38_2.fastq -S ../../data/hisat/bt474/bt474.sam

This was the command I ran. I would also like to point out that hisat2-build -p 8 -c ../../data/ref/hg38.fa ../../data/ref/hg38 took less than 5 seconds to run. Is that normal?

Thanks.

hisat2 RNA-Seq alignment • 2.0k views
ADD COMMENT
1
Entering edit mode
6.7 years ago
Satyajeet Khare ★ 1.6k

Change

hisat2-build -p 8 -c ../../data/ref/hg38.fa ../../data/ref/hg38

to

hisat2-build -p 8 ../../data/ref/hg38.fa ../../data/ref/hg38
ADD COMMENT
0
Entering edit mode

Thanks a lot, Satya. Could you please explain to me why this works though?

ADD REPLY
1
Entering edit mode

If I am not wrong you will have to provide actual sequence in the cmd line with -c option. According the manual...

-c                      reference sequences given on cmd line (as
                            <reference_in>)
ADD REPLY
0
Entering edit mode

Oh, OK. Thanks again. I didn't think of that.

ADD REPLY

Login before adding your answer.

Traffic: 1577 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6