Mercurial > repos > iuc > stacks_ustacks
diff stacks_ustacks.xml @ 1:60ff864ad3b8 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks commit 1068e65346a52c8046cd4ce3ed9bb20b00860bd8
| author | iuc |
|---|---|
| date | Thu, 30 Jun 2016 01:08:24 -0400 |
| parents | 083d041d085e |
| children | f1099ae321eb |
line wrap: on
line diff
--- a/stacks_ustacks.xml Sat Jun 25 17:25:22 2016 -0400 +++ b/stacks_ustacks.xml Thu Jun 30 01:08:24 2016 -0400 @@ -1,4 +1,4 @@ -<tool id="stacks_ustacks" name="Stacks: ustacks" version="@WRAPPER_VERSION@.1"> +<tool id="stacks_ustacks" name="Stacks: ustacks" version="@WRAPPER_VERSION@.2"> <description>align short reads into stacks</description> <macros> <import>macros.xml</import> @@ -38,7 +38,7 @@ -t $inputype ## Batch description - -i $sample_id + -i 1 -m $m -M $M @@ -81,8 +81,6 @@ <inputs> <param name="sample" argument="-f" format="fastqsanger,fasta" type="data" label="Input short reads from an individual" /> - <param name="sample_id" argument="-i" type="integer" value="" label="Give a unique numeric ID to this sample"/> - <param name="m" argument="-m" type="integer" value="2" label="Minimum depth of coverage required to create a stack"/> <param name="M" argument="-M" type="integer" value="2" label="Maximum distance (in nucleotides) allowed between stacks"/> <param name="R" argument="-R" type="boolean" checked="false" truevalue="-R" falsevalue="" label="Retain unused reads" /> @@ -124,7 +122,6 @@ <tests> <test> <param name="sample" value="demultiplexed/PopA_01.1.fq" ftype="fastqsanger" /> - <param name="sample_id" value="4" /> <output name="output_log"> <assert_contents> @@ -196,4 +193,3 @@ </help> <expand macro="citation" /> </tool> -
