Mercurial > repos > iuc > instrain_profile
changeset 2:c332659ecdcc draft
planemo upload for repository https://github.com/MrOlm/inStrain commit ef9562d6883ba5bca59050ac2477e346f76583f9
author | iuc |
---|---|
date | Mon, 18 Jul 2022 08:09:08 +0000 |
parents | 4b0418b1f58b |
children | 7dc2de2e43fa |
files | instrain_profile.xml macros.xml |
diffstat | 2 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- a/macros.xml Tue Nov 09 15:14:48 2021 +0000 +++ b/macros.xml Mon Jul 18 08:09:08 2022 +0000 @@ -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>