I need to use the nt_core Kracken2 database available here: Index zone by BenLangmead but it is not an option. Can it be added to the plugin?
-Version of QIIME 2 you are running, and how it is installed:
qiime2-metagenome-2024.10
installed successfully with conda env create -n qiime2-metagenome-2024.10 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2024.10-py310-linux-conda.yml
- What is the exact command or commands you ran?
qiime moshpit build-kraken-db
--p-collection core_nt
--o-kraken2-database ./acgmb/cache:kraken_core_nt
--o-bracken-database ./acgmb/cache:bracken_core_nt
--verbose
- What is the exact error message?
Plugin error from moshpit:
Parameter 'collection' received 'core_nt' as an argument, which is incompatible with parameter type: Str % Choices('viral', 'minusb', 'standard', 'standard8', 'standard16', 'pluspf', 'pluspf8', 'pluspf16', 'pluspfp', 'pluspfp8', 'pluspfp16', 'eupathdb', 'nt', 'greengenes', 'rdp', 'silva132', 'silva138')
See above for debug info.