Hi, community,
I run the kraken-build --build --db bacteria It told me I do not have jellyfish version 1. Then I install the jellyfish v1.1.11. Always cannot reach v1, but always reach v2. Since now jellyfish is version2. And since every time I install the jellyfish v1.1.11 source jellyfish-1.1.11.tar.gz, after ./configure, make, make install, it still told me that I installed is jellyfish v2.2.3.
How can I deal with this situation?
Thanks
Thanks for the remind. I went back to see, I use the command which -a jellyfish. Then I found the /usr/bin/ has installed the jellyfish version 2.2.3. However, that is the bin, and I do not have the sudo pemission. I just want to install it under my directory. How can I deal with this? Thanks so much.
Make sure the local jellyfish v.1.x directory is in your $PATH before rest of stuff. You can try something like
export PATH=/dir_w_local_jellyfish:$PATH
and see if that helps.Thanks for this info. It works now. Appreciate it!
If you go in the README file in jellyfish, you will read this instructions:
You just have to put your home directory (or any desired directory) instead of /my/dir and the software will be installed in that directory.
Then, in that directory, you have to identify the directory in which jellyfish binary is saved and add the folder to your path. This should work. Alternatively, you can ask your sysadmin to install jellyfish 1.1.11