fbreitwieser / krakenuniq

🐙 KrakenUniq: Metagenomics classifier with unique k-mer counting for more specific results
GNU General Public License v3.0
224 stars 44 forks source link

krakenhll-download example doesn't work #20

Closed gputzel closed 5 years ago

gputzel commented 6 years ago

I have tried this example command from the README:

krakenhll-download --db DB --taxa "archaea,bacteria,viral,fungi,protozoa,helminths" --dust --exclude-environmental-taxa

and nothing seems to happen. It just prints the usage information for the program.

This is on Mac OS X 10.13.5.

fbreitwieser commented 6 years ago

Hi @gputzel , you need to specify nt at the end, i.e.

krakenhll-download --db DB --taxa "archaea,bacteria,viral,fungi,protozoa,helminths" --dust --exclude-environmental-taxa nt
harshameghadri commented 6 years ago

Hey florian,

Some error with the download command.

krakenhll-download --db DB --taxa "archaea,bacteria,viral,fungi,protozoa,helminths" --dust --exclude-environmental-taxa nt Unknown database --taxa.

krakenhll-download [] *

fbreitwieser commented 6 years ago

Hi @harshameghadri , which version of KrakenHLL are you using? The nt database was only added to that script in v 0.4.9

harshameghadri commented 6 years ago

@fbreitwieser We have this version on our servers

KrakenHLL/0.4.9

Krischan commented 6 years ago

Hi @harshameghadri, I had the same issue. I believe you need to enter a path for the \<DB> parameter.

harshameghadri commented 6 years ago

This is what i did instead;

krakenhll-download -o centrifugeDB/ 'refseq/archaea' --dust --exclude-environmental-taxa nt

this I will repeat for viruses and bacteria and see how it goes.

maybe @gputzel try this and let me know if it works as well.

fbreitwieser commented 5 years ago

hi @harshameghadri and @Krischan, I think this issue is resolved. If you continue having problems, please feel free to open a new issue.