comparison dada2_makeSequenceTable.xml @ 11:31e8d1265580 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:05:40 -0400
parents ec4a183cc713
children
comparison
equal deleted inserted replaced
10:2f9e68f9c033 11:31e8d1265580
1 <tool id="dada2_makeSequenceTable" name="dada2: makeSequenceTable" version="@DADA2_VERSION@+galaxy@WRAPPER_VERSION@"> 1 <tool id="dada2_makeSequenceTable" name="dada2: makeSequenceTable" version="@DADA2_VERSION@+galaxy@WRAPPER_VERSION@" profile="19.09">
2 <description>construct a sequence table (analogous to OTU table)</description> 2 <description>construct a sequence table (analogous to OTU table)</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' 10 Rscript '$dada2_script'
10 ]]></command> 11 ]]></command>
11 <configfiles> 12 <configfiles>