Mercurial > repos > iuc > stacks2_cstacks
diff macros.xml @ 7:42d9087b4789 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit feda4e2ea70c013fcddd1dbdeab73158fe9c86a4
author | iuc |
---|---|
date | Mon, 23 May 2022 17:51:46 +0000 |
parents | 8501601a118d |
children |
line wrap: on
line diff
--- a/macros.xml Wed May 11 06:44:59 2022 +0000 +++ b/macros.xml Mon May 23 17:51:46 2022 +0000 @@ -10,7 +10,7 @@ </xml> <token name="@TOOL_VERSION@">2.55</token> - <token name="@VERSION_SUFFIX@">3</token> + <token name="@VERSION_SUFFIX@">4</token> <token name="@PROFILE@">20.05</token> <xml name="citation"> @@ -474,6 +474,10 @@ <data format="tabular" name="out_fststats_sum" label="${tool.name} on ${on_string} Summary of Fst statistics" from_work_dir="stacks_outputs/populations.fst_summary.tsv"> <filter>fstats_conditional['fstats']=='yes' or kernel_smoothing['options_kernel']['kernel'] in ['--k', '--smooth-fstats']</filter> </data> + <collection type="list" name="out_fstats_popcompare" label="${tool.name} on ${on_string} Fst statistics between populations"> + <discover_datasets pattern="populations\.fst_(?P<designation>[\w]+-[\w]+)\.tsv" format="tabular" directory="stacks_outputs"/> + <filter>fstats_conditional['fstats']=='yes' or kernel_smoothing['options_kernel']['kernel'] in ['--k', '--smooth-fstats']</filter> + </collection> <!-- fasta_loci populations.loci.fa fasta_samples populations.samples.fa