This is a test version of Biostars. For the public version, visit https://www.biostars.org.
HISAT2-2.0.1 is not installed

Hi,

I am trying to perform mapping by Hisat2 in Ubuntu 17.04 on virtual Box, the installation process was :

downloading and unpacking and copying the .py and hisat to HOME/bin

the message appears: The program 'hisat2' is currently not installed. You can install it by typing: sudo apt install hisat2

I am gonna install the older version of hisat2 which is Hisat2-2.0.1.

Any tips ?

hisat2

1 answer

If pre-built executables were downloaded from the website, you need to copy all the executables in your local bin.

yep ! I have already done !

Did you copy all executables to the bin folder? Does $HOME/bin exists in the $PATH? You can try running which hisat2 to ensure that hisat2 exec are available in the current bash window.

^ Probably means that OP jumped the gun, posted this question, figured out the problem and now original problem is no longer valid.

Dear Sej Modha, Thanksss alot, I had copied incomplete set of files. Checked and added the rest. :)

Again thanks !

Please accept the answer if it resolved the problem.

Log in to answer this question.