Entering edit mode
4.8 years ago
karthikqk95
•
0
i tried building the database after installing kraken2, with this command
kraken2-build --standard --threads 2 --db StandardDB/
it showed me an error Command 'kraken2-build' not found, did you mean:
command 'kraken-build' from deb kraken
What should i do
the files kraken2 kraken2-build kraken2-inspect was there in the path as well
its really frustrating help me
Do you get a valid path if you try
which kraken2-build
? If you don't then most likely the files are not in your$PATH
. You can fix that using information here.Actually i forgot that it was a script i just added "./" it executed simply