Hello everyone
I am trying to install HISAT2, so I used the following command: wget ftp://ftp.ccb.jhu.edu/pub/infphilo/hisat2/downloads/hisat2-2.0.4-Linux_x86_64.zip
Then I used: unzip hisat2-2.0.4-Linux_x86_64.zip
then I used cd hisat2-2.0.4
Then I used ./hisat2
.
It came fine, but at the end it gave the following error: (ERR): hisat2-align exited with value 1
Any help or suggestion I appreciate your time Shaima
You need to provide a valid input for
hisat2
command that is complete or if you just want to see the in-line help then./hisat2 -h
will work for that purpose. Running./hisat2
prints the in-line help (but there is more than a screen full) and then generates that error at the end.Sorry, I am new to to HISAT2. What do you mean a valid input? Could you explain? I used
hisat2 -h
, but it gave mehisat2: command not found
If you scroll up in the terminal you will see this message
[output truncated for space reasons]
HISAT2 is trying to let you know that you need to provide a minimum number of valid options for the command to work. In this case name of the index, a query and an output file name.
Did you resolve this all issues? Actually, when I wrote all pathways, hisat seems be working. I'm using M2 Mac. I tried to change zshrc, but not working or I do not know how to change properly. Please give me advice Thanks, S
What does this mean?