Previous changeset 1:a0a51078cb61 (2017-05-26) Next changeset 3:3009a21724e7 (2022-03-22) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks commit 689ccfe1532a4de7b60fe69cd3945601d76aefb6" |
modified:
macros.xml stacks_clonefilter.xml |
b |
diff -r a0a51078cb61 -r 5d12a1115770 macros.xml --- 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"> |
b |
diff -r a0a51078cb61 -r 5d12a1115770 stacks_clonefilter.xml --- a/stacks_clonefilter.xml Fri May 26 12:52:40 2017 -0400 +++ b/stacks_clonefilter.xml Thu Sep 26 10:21:48 2019 -0400 |
b |
@@ -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> |