Mercurial > repos > iuc > cnvkit_autobin
changeset 3:505e6bbaee59 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cnvkit commit 9d922676808c5f57e9c01b148eec6cc0a63c53e5
author | iuc |
---|---|
date | Fri, 13 Dec 2024 23:55:36 +0000 |
parents | 8f45832093b3 |
children | |
files | autobin.xml macros.xml |
diffstat | 2 files changed, 13 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/autobin.xml Mon Apr 22 17:44:47 2024 +0000 +++ b/autobin.xml Fri Dec 13 23:55:36 2024 +0000 @@ -93,20 +93,24 @@ </outputs> <tests> <test expect_num_outputs="2"> - <conditional name="reference_source"> - <param name="ref_selector" value="history"/> - <param name="fasta" ftype="fasta" value="genome.fasta" /> - </conditional> + <section name="advanced_settings"> + <conditional name="reference_source"> + <param name="ref_selector" value="history"/> + <param name="fasta" ftype="fasta" value="genome.fasta" /> + </conditional> + </section> <param name="bams" ftype="bam" value="tumor.bam" /> <param name="targets" ftype="bed" value="capture.bed" /> <output name="out_capture_target" file="capture.target.bed" /> <output name="out_capture_antitarget" file="capture.antitarget.bed" /> </test> <test expect_num_outputs="2"> - <conditional name="reference_source"> - <param name="ref_selector" value="cached"/> - <param name="fasta" value="test_buildid"/> - </conditional> + <section name="advanced_settings"> + <conditional name="reference_source"> + <param name="ref_selector" value="cached"/> + <param name="fasta" value="test_buildid"/> + </conditional> + </section> <param name="bams" ftype="bam" value="tumor.bam" /> <param name="targets" ftype="bed" value="capture.bed" /> <output name="out_capture_target" file="capture.target.bed" />