getting indexing files using hisat2-build
0
0
Entering edit mode
2.3 years ago
Youngshil • 0

I used the following code to make index:

/media/share/tools/hisat2/hisat2-build -p 8 /media/share/refgenome/goldenHgenome/GCF_017639785.1_BCM_Maur_2.0_genomic.fa IndexGoldenHamster

same as:

hisat2-build -p 8 [reference genome] [Index name]

and as a result,

I got: 

Indexname.1.ht2
Indexname.2.ht2
Indexname.3.ht2
Indexname.4.ht2

 But from my understanding, I am supposed to have 8 files of them. Not really sure why I am only getting 4 index files.

hisat2 hisat2-build • 949 views
ADD COMMENT
0
Entering edit mode

I think the number of the files generated depends on the genome size. But regarding the index name, make sure you did run the correct command (as above) because the command seems to be correct.

ADD REPLY

Login before adding your answer.

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