comparison dada2_learnErrors.xml @ 11:69d1d5dd7b21 draft

planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit b59ed2476188176bb5b2973f59899b7d733e7641-dirty
author matthias
date Thu, 29 Aug 2019 09:01:22 -0400
parents ef3ebaa70032
children
comparison
equal deleted inserted replaced
10:1934b45da33c 11:69d1d5dd7b21
1 <tool id="dada2_learnErrors" name="dada2: learnErrors" version="@DADA2_VERSION@+galaxy@WRAPPER_VERSION@"> 1 <tool id="dada2_learnErrors" name="dada2: learnErrors" version="@DADA2_VERSION@+galaxy@WRAPPER_VERSION@" profile="19.09">
2 <description>Learn Error rates</description> 2 <description>Learn Error rates</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
7 <expand macro="stdio"/>
7 <expand macro="version_command"/> 8 <expand macro="version_command"/>
8 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
9 Rscript '$dada2_script' \${GALAXY_SLOTS:-1} 10 Rscript '$dada2_script' \${GALAXY_SLOTS:-1}
10 ]]></command> 11 ]]></command>
11 <configfiles> 12 <configfiles>