Mercurial > repos > iuc > intervene
diff intervene_pairwise.xml @ 2:33b8c5eedc04 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit bf6d77a84f796430a6b4530209d0f21e1d40d25a
author | iuc |
---|---|
date | Wed, 10 Aug 2022 08:23:43 +0000 |
parents | f5fa293605ca |
children | 21beb30956c2 |
line wrap: on
line diff
--- a/intervene_pairwise.xml Mon Jul 05 11:24:59 2021 +0000 +++ b/intervene_pairwise.xml Wed Aug 10 08:23:43 2022 +0000 @@ -1,5 +1,8 @@ -<tool id="intervene_pairwise" name="Pairwise intersection" version="@TOOL_VERSION@"> +<tool id="intervene_pairwise" name="Pairwise intersection" version="@TOOL_VERSION@+galaxy1"> <description>and heatmap for genomic intervals</description> + <xrefs> + <xref type="bio.tools">intervene</xref> + </xrefs> <macros> <import>macros.xml</import> </macros> @@ -68,6 +71,7 @@ <expand macro="quote_sanitizer"/> </param> <expand macro="figure_params"/> + <param name="out_matrix" type="boolean" truevalue="true" falsevalue="false" label="Output the intervene matrix file?"/> </inputs> <outputs> <data name="plot" format="pdf" label="Pairwise plot on ${on_string}" from_work_dir="results/Intervene_pairwise.plot"> @@ -77,11 +81,16 @@ </action> </actions> </data> + <data name="matrix" format="txt" label="Matrix on ${on_string}" from_work_dir="results/Intervene_pairwise_frac_matrix.txt"> + <filter>out_matrix</filter> + </data> </outputs> <tests> - <test> + <test expect_num_outputs="2"> <param name="input" value="a.bed,b.bed,c.bed"/> + <param name="out_matrix" value="true"/> <output name="plot" value="bed_pairwise.pdf" compare="sim_size"/> + <output name="matrix" value="matrix.txt" /> </test> </tests> <help><![CDATA[