Mercurial > repos > iuc > pear
changeset 11:9f65d5e29e94 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pear commit c142110046b4ed562e8240a65f5603640752dc2e
author | iuc |
---|---|
date | Mon, 12 Aug 2024 07:14:53 +0000 |
parents | 8941e2fa1dac |
children | 465dcff3b2a7 |
files | pear.xml |
diffstat | 1 files changed, 101 insertions(+), 78 deletions(-) [+] |
line wrap: on
line diff
--- a/pear.xml Wed Sep 01 07:56:52 2021 +0000 +++ b/pear.xml Mon Aug 12 07:14:53 2024 +0000 @@ -1,23 +1,37 @@ -<tool id="iuc_pear" name="Pear" version="0.9.6.1"> +<tool id="iuc_pear" name="Pear" version="@TOOL_VERSION@.@VERSION_SUFFIX@" profile="23.0"> <description>Paired-End read merger</description> + <macros> + <token name="@TOOL_VERSION@">0.9.6</token> + <token name="@VERSION_SUFFIX@">3</token> + <xml name="format_action"> + <actions> + <conditional name="library.type"> + <when value="paired"> + <action type="format"> + <option type="from_param" name="library.forward" param_attribute="ext"/> + </action> + </when> + <when value="paired_collection"> + <action type="format"> + <option type="from_param" name="library.input_collection" param_attribute="forward.ext"/> + </action> + </when> + </conditional> + </actions> + </xml> + </macros> <xrefs> <xref type="bio.tools">pear</xref> </xrefs> <requirements> - <requirement type="package" version="0.9.6">pear</requirement> + <requirement type="package" version="@TOOL_VERSION@">pear</requirement> </requirements> - <stdio> - <exit_code range="1:" /> - <exit_code range=":-1" /> - <regex match="Error:" /> - <regex match="Exception:" /> - </stdio> - <command> + <command detect_errors="aggressive"> < license @@ -167,7 +190,7 @@ ]]> </help> - <citations> - <citation type="doi">10.1093/bioinformatics/btt593</citation> - </citations> + <citations> + <citation type="doi">10.1093/bioinformatics/btt593</citation> + </citations> </tool>