Previous changeset 2:c332659ecdcc (2022-07-18) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/instrain commit aa7c7a35834f36dad6e72d5f54089a578be60731 |
modified:
instrain_profile.xml macros.xml |
b |
diff -r c332659ecdcc -r 7dc2de2e43fa instrain_profile.xml --- a/instrain_profile.xml Mon Jul 18 08:09:08 2022 +0000 +++ b/instrain_profile.xml Thu Nov 02 14:59:54 2023 +0000 |
[ |
@@ -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[ |
b |
diff -r c332659ecdcc -r 7dc2de2e43fa macros.xml --- a/macros.xml Mon Jul 18 08:09:08 2022 +0000 +++ b/macros.xml Thu Nov 02 14:59:54 2023 +0000 |
b |
@@ -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> |