Skip to content

Commit

Permalink
add biotools id to eggnog mapper and metaGeneAnnotator (#733)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Thang <m.thang@mthang-sandpit.qfab.org>
  • Loading branch information
mthang and Mike Thang authored Nov 1, 2023
1 parent fb66172 commit bf9898a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/eggnog_mapper/eggnog_macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
<requirement type="package" version="@TOOL_VERSION@">eggnog-mapper</requirement>
</requirements>
</xml>
<xml name="biotools">
<xrefs>
<xref type="bio.tools">eggnog-mapper-v2</xref>
</xrefs>
</xml>
<xml name="version_command">
<version_command>emapper.py --version</version_command>
</xml>
Expand Down
1 change: 1 addition & 0 deletions tools/eggnog_mapper/eggnog_mapper/eggnog_mapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>eggnog_macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="biotools"/>
<expand macro="version_command"/>
<command detect_errors="aggressive"><![CDATA[
@MERGE_ANNOTATIONS@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>eggnog_macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="biotools"/>
<expand macro="version_command"/>
<command detect_errors="aggressive"><![CDATA[
@MERGE_ANNOTATIONS@
Expand Down
1 change: 1 addition & 0 deletions tools/eggnog_mapper/eggnog_mapper/eggnog_mapper_search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>eggnog_macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="biotools"/>
<expand macro="version_command"/>
<command detect_errors="aggressive"><![CDATA[
emapper.py
Expand Down
5 changes: 5 additions & 0 deletions tools/metagene_annotator/metagene_annotator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<requirement type="package">metagene_annotator</requirement>
<requirement type="package">python</requirement>
</requirements>
<xml name="biotools">
<xrefs>
<xref type="bio.tools">etageneannotator</xref>
</xrefs>
</xml>
<command detect_errors="exit_code"><![CDATA[
#set $output_list = str($output_formats).split(',')
touch mga_output
Expand Down

0 comments on commit bf9898a

Please sign in to comment.