Mercurial > repos > iuc > stacks2_populations
diff stacks_populations.xml @ 8:564c33e5c3e3 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:47:23 +0000 |
parents | e2db212d64ad |
children |
line wrap: on
line diff
--- a/stacks_populations.xml Wed May 11 06:42:48 2022 +0000 +++ b/stacks_populations.xml Mon May 23 17:47:23 2022 +0000 @@ -346,7 +346,7 @@ <output ftype="tabular" name="out_sumstats"><assert_contents><has_text text=""/></assert_contents></output> </test> <!-- test w gstacks output as input and + all outputs --> - <test expect_num_outputs="27"> + <test expect_num_outputs="28"> <param name="options_usage|input_type" value="stacks"/> <param name="options_usage|input_aln"> <collection type="list"> @@ -377,13 +377,18 @@ <output ftype="txt" name="output_log"><assert_contents><has_text text="Populations is done."/></assert_contents></output> <output ftype="tabular" name="out_haplotypes" value="populations/populations.haplotypes.tsv"/> <output ftype="tabular" name="out_hapstats" value="populations/populations.hapstats.tsv"/> - <output ftype="txt" name="out_populations_log_distribs" value="populations/populations.log.distribs" lines_diff="2"/> + <output ftype="txt" name="out_populations_log_distribs" value="populations/populations.log.distribs" lines_diff="2"> + <assert_contents> + <has_text text="Calculating F statistics...done."/> + </assert_contents> + </output> <output ftype="tabular" name="out_sumstats_sum" value="populations/populations.sumstats_summary.tsv"/> <output ftype="tabular" name="out_sumstats" value="populations/populations.sumstats.tsv"/> <output ftype="tabular" name="out_phistats" value="populations/populations.phistats.tsv"/> <output ftype="tabular" name="out_phistats_sum" value="populations/populations.phistats_summary.tsv"/> <output ftype="tabular" name="out_fststats_sum" value="populations/populations.fst_summary.tsv"/> + <output_collection name="out_fstats_popcompare" type="list" count="0"/> <output ftype="tabular" name="out_fasta_strict" value="populations/populations.loci.fa" compare="sim_size" delta="50"/><!--there seems to be reordering of the lines, so differences are expected only in the date contained in the Header --> <output ftype="tabular" name="out_fasta" value="populations/populations.samples.fa" compare="sim_size" delta="50"/><!-- " --> <output ftype="tabular" name="out_fasta_raw" value="populations/populations.samples-raw.fa" compare="sim_size" delta="50"/><!-- " --> @@ -526,7 +531,7 @@ <output ftype="tabular" name="out_sumstats"><assert_contents><has_text text=""/></assert_contents></output> </test> <!-- test w gstacks output as input and non default fstats/kernel/bootstrap --> - <test expect_num_outputs="9"> + <test expect_num_outputs="10"> <param name="options_usage|input_type" value="stacks"/> <param name="options_usage|input_aln"> <collection type="list"> @@ -534,7 +539,7 @@ <element name="catalog.fa.gz" ftype="fasta.gz" value="refmap/catalog.fa.gz"/> </collection> </param> - <param name="popmap" ftype="tabular" value="denovo_map/popmap_cstacks.tsv"/> + <param name="popmap" ftype="tabular" value="denovo_map/popmap_cstacks_genotypes.tsv"/> <conditional name="fstats_conditional"> <param name="fstats" value="yes"/> <param name="fst_correction" value="--fst-correction"/> @@ -565,13 +570,16 @@ <output ftype="tabular" name="out_sumstats_sum"><assert_contents><has_text text=""/></assert_contents></output> <output ftype="tabular" name="out_sumstats"><assert_contents><has_text text=""/></assert_contents></output> <output ftype="tabular" name="out_phistats" value="populations/populations.phistats.tsv"/> - <output ftype="tabular" name="out_phistats_sum" value="populations/populations.phistats_summary.tsv"/> - <output ftype="tabular" name="out_fststats_sum" value="populations/populations.fst_summary.tsv"/> + <output ftype="tabular" name="out_phistats_sum" value="populations/populations.phistats_summary_wgenotypes.tsv"/> + <output ftype="tabular" name="out_fststats_sum" value="populations/populations.fst_summary_wgenotypes.tsv"/> + <output_collection name="out_fstats_popcompare" type="list" count="1"> + <element name="parent-progeny" file="populations/populations.fst_parent-progeny.tsv" ftype="tabular"/> + </output_collection> </test> <!-- same as previous test but without fstats parameter in order to check if the filter for out_phistats* and out_fststats_sum works (also instead of -k \-\-smooth-fstats is used) --> - <test expect_num_outputs="9"> + <test expect_num_outputs="10"> <param name="options_usage|input_type" value="stacks"/> <param name="options_usage|input_aln"> <collection type="list"> @@ -610,6 +618,7 @@ <output ftype="tabular" name="out_phistats" value="populations/populations.phistats.tsv"/> <output ftype="tabular" name="out_phistats_sum" value="populations/populations.phistats_summary.tsv"/> <output ftype="tabular" name="out_fststats_sum" value="populations/populations.fst_summary.tsv"/> + <output_collection name="out_fstats_popcompare" type="list" count="0"/> </test> <!-- test w gstacks output as input and default options --> <test expect_num_outputs="6">