Skip to content

Commit

Permalink
FIX: remove duplicated action registration (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
misialq authored Dec 14, 2023
1 parent 3c1c8d6 commit fad0ba2
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions q2_moshpit/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,40 +682,6 @@
citations=[citations["menzel2016"]],
)

plugin.methods.register_function(
function=q2_moshpit.kaiju.fetch_kaiju_db,
inputs={},
parameters={
"database_type": Str
% Choices(
[
"nr",
"nr_euk",
"refseq",
"fungi",
"viruses",
"plasmids",
"progenomes",
"rvdb",
]
),
},
outputs=[
("database", KaijuDB),
],
input_descriptions={},
parameter_descriptions={
"database_type": "Type of database to be downloaded. For more "
"information on available types please see the list on "
"Kaiju's web server: https://kaiju.binf.ku.dk/server",
},
output_descriptions={"database": "Kaiju database."},
name="Fetch Kaiju database.",
description="This method fetches the latest Kaiju database from "
"https://kaiju.binf.ku.dk/server.",
citations=[citations["menzel2016"]],
)

plugin.methods.register_function(
function=q2_moshpit.kaiju.classify_kaiju,
inputs={
Expand Down

0 comments on commit fad0ba2

Please sign in to comment.