comparison dada2_dada.xml @ 6:088b980f5f09 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dada2 commit ea6c9c638e742c097b0ef294161eeea447c09e06
author iuc
date Fri, 30 Jun 2023 07:52:55 +0000
parents e55eb3d22f79
children
comparison
equal deleted inserted replaced
5:e55eb3d22f79 6:088b980f5f09
1 <tool id="dada2_dada" name="dada2: dada" version="@DADA2_VERSION@+galaxy@WRAPPER_VERSION@" profile="19.09"> 1 <tool id="dada2_dada" name="dada2: dada" version="@DADA2_VERSION@+galaxy@WRAPPER_VERSION@" profile="19.09">
2 <description>Remove sequencing errors</description> 2 <description>Remove sequencing errors</description>
3 <expand macro="bio_tools"/>
4 <macros> 3 <macros>
5 <import>macros.xml</import> 4 <import>macros.xml</import>
6 </macros> 5 </macros>
6 <expand macro="bio_tools"/>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
8 <expand macro="stdio"/> 8 <expand macro="stdio"/>
9 <expand macro="version_command"/> 9 <expand macro="version_command"/>
10 <command detect_errors="exit_code"><![CDATA[ 10 <command detect_errors="exit_code"><![CDATA[
11 #if $batch_cond.batch_select == "no" 11 #if $batch_cond.batch_select == "no"
96 <!-- not needed for end user I guess 96 <!-- not needed for end user I guess
97 <expand macro="errorEstimationFunction"/> 97 <expand macro="errorEstimationFunction"/>
98 <param name="selfconsist" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="Alternate between sample inference and error rate estimation until convergence"/>--> 98 <param name="selfconsist" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="Alternate between sample inference and error rate estimation until convergence"/>-->
99 </inputs> 99 </inputs>
100 <outputs> 100 <outputs>
101 <data name="dada" format="dada2_dada"> 101 <data name="dada" format="dada2_dada" label="${tool.name} on ${on_string}">
102 <filter>batch_cond['batch_select']=="yes"</filter> 102 <filter>batch_cond['batch_select']=="yes"</filter>
103 </data> 103 </data>
104 <collection name="data_collection" type="list"> 104 <collection name="data_collection" type="list" label="${tool.name} on ${on_string}: outputs">
105 <discover_datasets pattern="(?P&lt;name&gt;.+)\.dada2_dada" format="dada2_dada" directory="output" /> 105 <discover_datasets pattern="(?P&lt;name&gt;.+)\.dada2_dada" format="dada2_dada" directory="output"/>
106 <filter>batch_cond['batch_select']=="no"</filter> 106 <filter>batch_cond['batch_select']=="no"</filter>
107 </collection> 107 </collection>
108 </outputs> 108 </outputs>
109 <tests> 109 <tests>
110 <!-- default, non batch --> 110 <!-- default, non batch -->