Previous changeset 1:4b0418b1f58b (2021-11-09) Next changeset 3:7dc2de2e43fa (2023-11-02) |
Commit message:
planemo upload for repository https://github.com/MrOlm/inStrain commit ef9562d6883ba5bca59050ac2477e346f76583f9 |
modified:
instrain_profile.xml macros.xml |
b |
diff -r 4b0418b1f58b -r c332659ecdcc instrain_profile.xml --- a/instrain_profile.xml Tue Nov 09 15:14:48 2021 +0000 +++ b/instrain_profile.xml Mon Jul 18 08:09:08 2022 +0000 |
[ |
@@ -4,9 +4,7 @@ <import>macros.xml</import> </macros> <expand macro="edam_ontology"/> - <expand macro="requirements"> - <requirement type="package" version="3.0">zip</requirement> - </expand> + <expand macro="requirements"/> <version_command>inStrain profile --version</version_command> <command detect_errors="exit_code"><![CDATA[ #set ext=$mapping_input.datatype.file_ext |
b |
diff -r 4b0418b1f58b -r c332659ecdcc macros.xml --- a/macros.xml Tue Nov 09 15:14:48 2021 +0000 +++ b/macros.xml Mon Jul 18 08:09:08 2022 +0000 |
b |
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.5.3</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@PROFILE@">20.01</token> <xml name="edam_ontology"> <edam_topics> @@ -17,6 +17,7 @@ <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">instrain</requirement> + <requirement type="package" version="3.0">zip</requirement> <yield/> </requirements> </xml> |