Repository 'stacks_populations'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/stacks_populations

Changeset 10:d504d945a655 (2019-09-26)
Previous changeset 9:45db1ba16163 (2017-05-21) Next changeset 11:95286af4139b (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_populations.xml
b
diff -r 45db1ba16163 -r d504d945a655 macros.xml
--- 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">
b
diff -r 45db1ba16163 -r d504d945a655 stacks_populations.xml
--- a/stacks_populations.xml Sun May 21 18:54:28 2017 -0400
+++ b/stacks_populations.xml Thu Sep 26 10:20:29 2019 -0400
b
@@ -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>