HISAT2 build index
1
5
Entering edit mode
6.6 years ago
saj98 ▴ 140

Hello I am trying to build my index to HISAT2 using the following command

hisat2-build rn6_ercc/genome.1.ht2,genome.2.ht2,genome.3.ht2,genome.4.ht2,genome.5.ht2,genome.6.ht2,genome.7.ht2,genome.8.ht2 ht2_base

I got the following errors

Error: could not open genome.2.ht2

and

Error: Encountered internal HISAT2 exception (#1)

Kindly help

RNA-Seq Assembly • 22k views
ADD COMMENT
1
Entering edit mode

Based on your command it looks like you already have the index files (.ht2)?

ADD REPLY
16
Entering edit mode
6.6 years ago
h.mon 35k

You should build the index with something like:

hisat2-build genome.fa index_name

Where genome.fa is the fasta file of the genome you feed hisat2-build, and index_name will be the base name of the index files (*.ht2).

ADD COMMENT
0
Entering edit mode

Yes, I got it. Thank you so much

ADD REPLY

Login before adding your answer.

Traffic: 2510 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