it didnt work still have the same problem because uncompressed folder has two files that i dont know which one of them i should assign in my path
align using file.ht2
I downloaded in my terminal indexed file of UCSC hg19 and when I uncompressed it, I found two files genome.5.ht2 and genome.8.ht2. Every time I want to align my samples at indexed file this error show up
[e::bwa_idx_load_from_disk] fail to locate the index files command exited with non-zero status 1
So, my question is: Which one of two files I should use and how use file.ht2 in alignment?
• 2,857 views
•
link
1 answer
You should put the index in a separate folder and when you use hisat2 you should enter the index folder not the index file, just like this:
hisat2 -p 10 -x dir/genome -1 fq -2 fq
• 0 views
•
link
• 0 views
•
link
(ERR): "/home/ngs/workdir/hg19" does not exist Exiting now ...
• 0 views
•
link
Log in to answer this question.