Skip to content

Commit

Permalink
ENH: add core_nt Kraken 2 DB to the list of allowed databases (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
misialq authored Jan 18, 2025
1 parent 64e52e2 commit 9a69cb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions q2_annotate/kraken2/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"pluspfp16": "pluspfp_16gb",
"eupathdb": "eupathdb48",
"nt": "nt",
"corent": "core_nt",
"greengenes": "Greengenes13.5",
"rdp": "RDP11.5",
"silva132": "Silva132",
Expand Down
8 changes: 4 additions & 4 deletions q2_annotate/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,10 +334,10 @@
},
parameters={
'collection': Str % Choices(
['viral', 'minusb', 'standard', 'standard8',
'standard16', 'pluspf', 'pluspf8', 'pluspf16',
'pluspfp', 'pluspfp8', 'pluspfp16', 'eupathdb',
'nt', 'greengenes', 'rdp', 'silva132', 'silva138'],
['viral', 'minusb', 'standard', 'standard8', 'standard16',
'pluspf', 'pluspf8', 'pluspf16', 'pluspfp', 'pluspfp8',
'pluspfp16', 'eupathdb', 'nt', 'corent', 'greengenes',
'rdp', 'silva132', 'silva138'],
),
'threads': Int % Range(1, None),
'kmer_len': Int % Range(1, None),
Expand Down

0 comments on commit 9a69cb6

Please sign in to comment.