Mercurial > repos > iuc > bcftools_cnv
diff bcftools_cnv.xml @ 18:fb888de59f92 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit db275932cbb485cb44ae91e0b421d6f57698db49
| author | iuc |
|---|---|
| date | Tue, 20 Sep 2022 12:20:24 +0000 |
| parents | 3f5c2434dd2b |
| children | 9aa28226b77c |
line wrap: on
line diff
--- a/bcftools_cnv.xml Sat Jul 23 13:02:10 2022 +0000 +++ b/bcftools_cnv.xml Tue Sep 20 12:20:24 2022 +0000 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy1"> +<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>Call copy number variation from VCF B-allele frequency (BAF) and Log R Ratio intensity (LRR) values</description> <macros> <token name="@EXECUTABLE@">cnv</token> @@ -231,6 +231,17 @@ </conditional> <output name="output_summary" file="cnv_summary.tab" compare="re_match" /> </test> + <!-- Test region overlap option --> + <test expect_num_outputs="3"> + <param name="input_file" ftype="vcf" value="cnv.vcf" /> + <section name="sec_restrict"> + <param name="regions_overlap" value="1"/> + </section> + <output name="output_summary" file="cnv_summary.tab" compare="re_match" /> + <assert_command> + <has_text text="--regions-overlap" /> + </assert_command> + </test> </tests> <help><