Mercurial > repos > iuc > cnvkit_segmetrics
changeset 2:86392285203a draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 9d922676808c5f57e9c01b148eec6cc0a63c53e5
author | iuc |
---|---|
date | Sat, 14 Dec 2024 00:00:27 +0000 |
parents | b1fa5b9f7e4c |
children | |
files | macros.xml segmetrics.xml |
diffstat | 2 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Mon Apr 22 17:42:44 2024 +0000 +++ b/macros.xml Sat Dec 14 00:00:27 2024 +0000 @@ -1,5 +1,5 @@ <macros> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@TOOL_VERSION@">0.9.11</token> <xml name="requirements"> <requirements>
--- a/segmetrics.xml Mon Apr 22 17:42:44 2024 +0000 +++ b/segmetrics.xml Sat Dec 14 00:00:27 2024 +0000 @@ -48,9 +48,11 @@ <param name="input_filename_file" ftype="tabular" value="sample.cnr" /> <param name="segments" ftype="tabular" value="sample.cns" /> <param name="drop_low_coverage" value="1" /> - <param name="mean" value="1" /> - <param name="median" value="1" /> - <param name="mode" value="0" /> + <section name="advanced_settings"> + <param name="mean" value="1" /> + <param name="median" value="1" /> + <param name="mode" value="0" /> + </section> <output name="gene_segmetrics"> <assert_contents><has_text text="chromosome"/></assert_contents> </output>