Closed ChillarAnand closed 3 months ago
I tried running the command via subprocess.run
. Unfortunately, progress-bar details are not showing up when running via subprocess.
https://github.com/AvilPage/kraken-db-builder/blob/master/kdb.py#L121
the keyword args you're looking for are groups
and file_formats
.
like ngd.download(groups="bacteria", file_formats="fasta")
That worked. Thank you!
If you can add this example to readme, that would be great.
Describe the bug Unable to pass options to ngd.download()
Affected version 0.3.3
To Reproduce Steps to reproduce the behavior:
Expected behavior It should accept kwargs
Additional context https://github.com/AvilPage/kraken-db-builder/
I am using ncbi-genome-download package for kraken-db-builder to download genomes.