This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Hisat2-build index error

Hi there,

I'm trying to use hisat2-build to index my genome but it keeps coming back errors. I'm not sure how to fix it and I'm stuck on this. Could someone give me any advice please? Thank you so much!!

I used command of below:

hisat2-build -p 7 --ss nasonia_genome.ss --exon nasonia_genome.exon nasonia_genome.fa hisat2_index_nv/nasonia_tran

The error comes back as:

Could not open file for reading a reference graph: "hisat2_index_nv/nasonia_tran.0.rf"
Error:encountered internal HISAT2 exception (#1)
Deleting "hisat2_index_nv/nasonia_tran.1.ht2l" file written during aborted indexing attempt.

.... and so on

rna-seq alignment

Does folder hisat2_index_nv exist?

yes i have made the hisat2_index_nv folder

1 answer

do you have enough storage space left on your device (laptop, desktop, server) ?

That was indeed the problem, once I switched to an interactive node with less restrictions on our server, the command just ran perfectly! Thank you!

Log in to answer this question.