Mercurial > repos > iuc > stacks_clonefilter
changeset 2:5d12a1115770 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks commit 689ccfe1532a4de7b60fe69cd3945601d76aefb6"
author | iuc |
---|---|
date | Thu, 26 Sep 2019 10:21:48 -0400 |
parents | a0a51078cb61 |
children | 3009a21724e7 |
files | macros.xml stacks_clonefilter.xml |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Fri May 26 12:52:40 2017 -0400 +++ b/macros.xml Thu Sep 26 10:21:48 2019 -0400 @@ -316,7 +316,7 @@ <data format="tabular" name="out_treemix_loci" label="TreeMix format (loci) with ${tool.name} on ${on_string}" from_work_dir="stacks_outputs/batch_1.treemix.log"> <filter>populations_output['treemix']</filter> </data> - <data format="tabular" name="out_fastpĥase" label="fastPHASE format with ${tool.name} on ${on_string}" from_work_dir="stacks_outputs/batch_1.un.fastphase.inp"> + <data format="tabular" name="out_fastphase" label="fastPHASE format with ${tool.name} on ${on_string}" from_work_dir="stacks_outputs/batch_1.un.fastphase.inp"> <filter>populations_output['fastphase']</filter> </data> <data format="tabular" name="out_phase" label="PHASE format with ${tool.name} on ${on_string}" from_work_dir="stacks_outputs/batch_1.un.phase.inp">
--- a/stacks_clonefilter.xml Fri May 26 12:52:40 2017 -0400 +++ b/stacks_clonefilter.xml Thu Sep 26 10:21:48 2019 -0400 @@ -78,8 +78,8 @@ <when value="pair"> <param name="fwd" type="data" format="fastqsanger,fastqsanger.gz" label="Forward FASTQ" /> <param name="rev" type="data" format="fastqsanger,fastqsanger.gz" label="Reverse FASTQ" /> - <param name="barcode_encoding_pair" type="select" label="Barcode location"> - <expand macro="barcode_encoding_single" /> + <param name="barcode_encoding" type="select" label="Barcode location"> + <expand macro="barcode_encoding_pair" /> </param> </when> </conditional>