You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to install Kraken2 onto my linux system into the folIowing directory /usr/local/bin/kraken2
have both the "install_kraken2.sh" and the source code kraken2-2.1.3.tar.gz inside the directory and the pwd is also this same directory. When I run the script
sudo ./install_kraken2.sh /usr/local/bin/kraken2
I get the following error
make: *** src: No such file or directory. Stop
I saw this error in another closed thread, however the cause was not having the source code downloaded. I do have the source code downloaded as stated above, so it is a different issue. How can I get Kraken to install
The text was updated successfully, but these errors were encountered:
Okay, however the directory does exist, I created the directory and navigated to it and placed the files all inside it before trying to install. I also tried doing the suggestion and running "/usr/local/bin/kraken2" and the result (see below) is the same error
blastkid@blastkid-Super-Server:/usr/local/bin/kraken2$ /usr/local/bin/kraken2
-bash: /usr/local/bin/kraken2: Is a directory
blastkid@blastkid-Super-Server:/usr/local/bin/kraken2$ sudo ./install_kraken2.sh /usr/local/bin/kraken2
make: *** src: No such file or directory. Stop.
blastkid@blastkid-Super-Server:/usr/local/bin/kraken2$
I am attempting to install Kraken2 onto my linux system into the folIowing directory /usr/local/bin/kraken2
have both the "install_kraken2.sh" and the source code kraken2-2.1.3.tar.gz inside the directory and the pwd is also this same directory. When I run the script
sudo ./install_kraken2.sh /usr/local/bin/kraken2
I get the following error
make: *** src: No such file or directory. Stop
I saw this error in another closed thread, however the cause was not having the source code downloaded. I do have the source code downloaded as stated above, so it is a different issue. How can I get Kraken to install
The text was updated successfully, but these errors were encountered: