Hisat2 alignment error
1
0
Entering edit mode
2.8 years ago
Ashish • 0

Hi, I have prepared index by providing splice junction and exon information genome_trans but I'm getting an error during mapping

"index file does not exist" 

Command line

(base) macserver@MACs-Mac-Pro hisat2_alingment % hisat2 -p 8 -x /Users/macserver/Desktop/buffalo_refence_genome/buf_rna_index -1 /Volumes/AshishIVRI/OLD/ashishanalysis/Trim_F/Gr_11_R1C.fastq -2 /Volumes/AshishIVRI/OLD/ashishanalysis/Trim_F/Gr_11_R2C.fastq -s /Users/macserver/Desktop/hisat2_alingment/Gr_11.sam
(ERR): "/Users/macserver/Desktop/buffalo_refence_genome/buf_rna_index" does not exist Exiting now ...
hisat2 • 834 views
ADD COMMENT
0
Entering edit mode
2.8 years ago
ATpoint 89k

The -x must be the basename of the index, so if you have files like (I think they're named like that) idx.1.ht2, idx.2.ht2 (...) then it is simply -x path/to/idx. It is not the enclosing folder but the basename of the actual index files.

ADD COMMENT

Login before adding your answer.

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