Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add biotools id to eggnog mapper and metaGeneAnnotator #733

Merged
merged 1 commit into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading