(ERR): "/Users/simonlab/hisat2/grch38" does not exist Exiting now ...
I know I tried many different iterations of defining the index sequence but keep getting the same error. I know I have to define the path for hisat2 to run. Any help appreciated! Thanks!
You need -x ~/hisat2/grch38/genome. The manual says:
Main arguments
-x <hisat2-idx>
The basename of the index for the reference genome. The basename is the name of any of the index files up to but not including the final .1.ht2 / etc. hisat2 looks for the specified index first in the current directory, then in the directory specified in the HISAT2_INDEXES environment variable.
Many alignment tools need the full path to their alignment index files with prefix. What is the output to the following commands:
Hello! output to file command is
Output to ls command is
I have also tried running the orginal tar.gz file and get the same error. Thank you!