Entering edit mode
7.1 years ago
XBria
▴
90
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 ?
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.