Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sann5 committed Apr 26, 2024
1 parent 9900af0 commit cdbcd89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions q2_moshpit/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,8 +720,8 @@
('table', FeatureTable[Frequency])
],
output_descriptions={
'eggnog_hits': 'BLAST6-like table(s) describing the identified orthologs. '
'One table per sample or MAG in the input.',
'eggnog_hits': 'BLAST6-like table(s) describing the identified '
'orthologs. One table per sample or MAG in the input.',
'table': 'Feature table with counts of orthologs per sample/MAG.'
},
name='Run eggNOG search using diamond aligner',
Expand Down Expand Up @@ -759,7 +759,8 @@
'eggnog_db': ReferenceDB[Eggnog],
},
input_descriptions={
'eggnog_hits': 'BLAST6-like table(s) describing the identified orthologs. ',
'eggnog_hits': 'BLAST6-like table(s) describing the identified '
'orthologs. ',
"eggnog_db": "eggNOG annotation database."
},
parameters={
Expand Down

0 comments on commit cdbcd89

Please sign in to comment.