# HG changeset patch # User iuc # Date 1647991186 0 # Node ID 95286af4139b21d9ee6d2f307b676a3b55af41ff # Parent d504d945a655c5a264edcca91f8fb3f875350289 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks commit 5f2ec13ecca435abaac2b99ba21f1d6497ec7139" diff -r d504d945a655 -r 95286af4139b macros.xml --- a/macros.xml Thu Sep 26 10:20:29 2019 -0400 +++ b/macros.xml Tue Mar 22 23:19:46 2022 +0000 @@ -8,7 +8,11 @@ - + + + stacks + + 1.46 diff -r d504d945a655 -r 95286af4139b stacks_populations.xml --- a/stacks_populations.xml Thu Sep 26 10:20:29 2019 -0400 +++ b/stacks_populations.xml Tue Mar 22 23:19:46 2022 +0000 @@ -1,5 +1,6 @@ - + analyze a population of individual samples ('populations' program) + macros.xml @@ -67,7 +68,7 @@ #if $options_kernel.kernel -k - --window_size $options_kernel.window + --sigma $options_kernel.sigma #end if ## Bootstrap resampling options @@ -213,7 +214,7 @@ - + @@ -440,26 +441,26 @@ **Output files** -- XXX.tags.tsv file:: +- XXX.tags.tsv file: See `Stacks output description `_ Notes: For the tags file, each stack will start in the file with a consensus sequence for the entire stack followed by the flags for that stack. Then, each individual read that was merged into that stack will follow. The next stack will start with another consensus sequence. -- XXX.snps.tsv file:: +- XXX.snps.tsv file: See `Stacks output description `_ Notes: If a stack has two SNPs called within it, then there will be two lines in this file listing each one. -- XXX.alleles.tsv file:: +- XXX.alleles.tsv file: See `Stacks output description `_ -- XXX.matches.tsv file:: +- XXX.matches.tsv file: See `Stacks output description `_