Skip to content

Commit

Permalink
Replace EDAM by biotools for instrain (#5575)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut authored Nov 2, 2023
1 parent 3973ed2 commit aa7c7a3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion tools/instrain/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ long_description: |
metagenomes that allows highly accurate genome comparisons, analysis of coverage,
microdiversity, and linkage, and sensitive SNP detection with gene localization and
synonymous non-synonymous identification.
remote_repository_url: https://github.com/MrOlm/inStrain
remote_repository_url: https://github.com/galaxyproject/tools-iuc/tree/master/tools/instrain
type: unrestricted
categories:
- Metagenomics
Expand Down
2 changes: 1 addition & 1 deletion tools/instrain/instrain_compare.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<macros>
<import>macros.xml</import>
</macros>
<expand macro="edam_ontology"/>
<expand macro="biotools"/>
<expand macro="requirements"/>
<version_command>inStrain compare --version</version_command>
<command detect_errors="exit_code"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion tools/instrain/instrain_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<macros>
<import>macros.xml</import>
</macros>
<expand macro="edam_ontology"/>
<expand macro="biotools"/>
<expand macro="requirements"/>
<version_command>inStrain profile --version</version_command>
<command detect_errors="exit_code"><![CDATA[
Expand Down
14 changes: 4 additions & 10 deletions tools/instrain/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@
<token name="@TOOL_VERSION@">1.5.3</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@PROFILE@">20.01</token>
<xml name="edam_ontology">
<edam_topics>
<edam_topic>topic_0102</edam_topic>
<edam_topic>topic_3174</edam_topic>
</edam_topics>
<edam_operations>
<edam_operation>operation_0484</edam_operation>
<edam_operation>operation_3209</edam_operation>
<edam_operation>operation_3730</edam_operation>
</edam_operations>
<xml name="biotools">
<xrefs>
<xref type="bio.tools">instrain</xref>
</xrefs>
</xml>
<xml name="requirements">
<requirements>
Expand Down

0 comments on commit aa7c7a3

Please sign in to comment.