Mercurial > repos > iuc > stacks_populations
changeset 10:d504d945a655 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:20:29 -0400 |
parents | 45db1ba16163 |
children | 95286af4139b |
files | macros.xml stacks_populations.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Sun May 21 18:54:28 2017 -0400 +++ b/macros.xml Thu Sep 26 10:20:29 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_populations.xml Sun May 21 18:54:28 2017 -0400 +++ b/stacks_populations.xml Thu Sep 26 10:20:29 2019 -0400 @@ -1,4 +1,4 @@ -<tool id="stacks_populations" name="Stacks: populations" version="@WRAPPER_VERSION@.0"> +<tool id="stacks_populations" name="Stacks: populations" version="@WRAPPER_VERSION@.1"> <description>analyze a population of individual samples ('populations' program)</description> <macros> <import>macros.xml</import>