Mercurial > repos > iuc > intervene
annotate intervene_pairwise.xml @ 3:21beb30956c2 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
author | iuc |
---|---|
date | Fri, 21 Oct 2022 16:07:46 +0000 |
parents | 33b8c5eedc04 |
children |
rev | line source |
---|---|
3
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
1 <tool id="intervene_pairwise" name="Pairwise intersection" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> |
0
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
2 <description>and heatmap for genomic intervals</description> |
2
33b8c5eedc04
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit bf6d77a84f796430a6b4530209d0f21e1d40d25a
iuc
parents:
0
diff
changeset
|
3 <xrefs> |
33b8c5eedc04
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit bf6d77a84f796430a6b4530209d0f21e1d40d25a
iuc
parents:
0
diff
changeset
|
4 <xref type="bio.tools">intervene</xref> |
33b8c5eedc04
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit bf6d77a84f796430a6b4530209d0f21e1d40d25a
iuc
parents:
0
diff
changeset
|
5 </xrefs> |
0
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
6 <macros> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
7 <import>macros.xml</import> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
8 </macros> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
9 <requirements> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
10 <requirement type="package" version="@TOOL_VERSION@">intervene</requirement> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
11 </requirements> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
12 <command detect_errors="exit_code"><![CDATA[ |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
13 #import re |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
14 #set $labels = ",".join(["'%s'" % @ESCAPE_IDENTIFIER@ for file in $input]) |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
15 #set $type = 'genomic 'if $input[0].is_of_type('interval') else 'list' |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
16 intervene pairwise |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
17 --type $type |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
18 --input #echo " ".join(["'%s'" % file for file in $input]) |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
19 --names $labels |
3
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
20 --compute $compute_conditional.compute |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
21 #if $compute_conditional.compute == 'fisher' |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
22 --genome '$compute_conditional.genome' |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
23 #end if |
0
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
24 #if str($corrtype) != 'None' |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
25 --corr |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
26 --corrtype $corrtype |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
27 #end if |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
28 --htype $htype |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
29 $diagonal |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
30 --output results |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
31 --barcolor '$barcolor' |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
32 --fontsize '$fontsize' |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
33 --title '$title' |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
34 --figtype $figtype |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
35 --figsize $figsize_width $figsize_height |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
36 --dpi $dpi && |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
37 mv results/Intervene_pairwise_*.${figtype} results/Intervene_pairwise.plot |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
38 ]]></command> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
39 <inputs> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
40 <param argument="--input" type="data" format="interval" multiple="true" label="Select input files for which to produce intersections"/> |
3
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
41 <conditional name="compute_conditional"> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
42 <param argument="--compute" type="select" label="Use this metric for the heatmap"> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
43 <option value="count">count: calculates the number of overlaps</option> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
44 <option value="frac" selected="true">frac: calculates the fraction of overlap</option> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
45 <option value="jaccard">jaccard: calculate the Jaccard statistic</option> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
46 <option value="reldist">reldist: calculate the distribution of relative distances</option> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
47 <option value="fisher">fisher: calculate Fisher`s statistic</option> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
48 </param> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
49 <when value="count"/> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
50 <when value="frac"/> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
51 <when value="jaccard"/> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
52 <when value="reldist"/> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
53 <when value="fisher"> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
54 <param argument="--genome" type="text" value="" label="Reference genome ID" help="Needs to be a string assembly name such as mm10 or hg38"> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
55 <sanitizer invalid_char=""> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
56 <valid initial="string.letters,string.digits"> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
57 </valid> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
58 </sanitizer> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
59 <validator type="regex">[0-9a-zA-Z]+</validator> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
60 </param> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
61 </when> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
62 </conditional> |
0
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
63 <param argument="--corrtype" type="select" label="Select the type of correlation"> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
64 <option value="None">Don't calculate correlation</option> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
65 <option value="pearson">Pearson correlation</option> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
66 <option value="kendall">Kendall correlation</option> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
67 <option value="spearman">Spearman correlation</option> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
68 </param> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
69 <param argument="--htype" type="select" label="Heatmap plot type"> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
70 <option value="tribar">tribar</option> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
71 <option value="dendrogram">dendrogram</option> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
72 <option value="color">color</option> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
73 <option value="pie">pie</option> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
74 <option value="circle">circle</option> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
75 <option value="square">square</option> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
76 <option value="ellipse">ellipse</option> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
77 <option value="number">number</option> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
78 <option value="shade">shade</option> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
79 </param> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
80 <param argument="--diagonal" type="boolean" truevalue="--diagonal" falsevalue="" label="Show the diagonal values in the heatmap ?"/> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
81 <!-- the argparse action is wrong for showsize, check this when upgrading tool in future --> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
82 <param argument="--barcolor" type="color" label="Boxplot color" value="#53cfff"> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
83 <expand macro="color_sanitizer"/> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
84 </param> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
85 <param argument="--fontsize" type="integer" value="8" label="Label font size"/> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
86 <param argument="--title" type="text" label="Heatmap main title" value="Pairwise intersection"> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
87 <expand macro="quote_sanitizer"/> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
88 </param> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
89 <expand macro="figure_params"/> |
2
33b8c5eedc04
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit bf6d77a84f796430a6b4530209d0f21e1d40d25a
iuc
parents:
0
diff
changeset
|
90 <param name="out_matrix" type="boolean" truevalue="true" falsevalue="false" label="Output the intervene matrix file?"/> |
0
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
91 </inputs> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
92 <outputs> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
93 <data name="plot" format="pdf" label="Pairwise plot on ${on_string}" from_work_dir="results/Intervene_pairwise.plot"> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
94 <actions> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
95 <action type="format"> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
96 <option type="from_param" name="figtype"/> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
97 </action> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
98 </actions> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
99 </data> |
2
33b8c5eedc04
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit bf6d77a84f796430a6b4530209d0f21e1d40d25a
iuc
parents:
0
diff
changeset
|
100 <data name="matrix" format="txt" label="Matrix on ${on_string}" from_work_dir="results/Intervene_pairwise_frac_matrix.txt"> |
33b8c5eedc04
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit bf6d77a84f796430a6b4530209d0f21e1d40d25a
iuc
parents:
0
diff
changeset
|
101 <filter>out_matrix</filter> |
33b8c5eedc04
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit bf6d77a84f796430a6b4530209d0f21e1d40d25a
iuc
parents:
0
diff
changeset
|
102 </data> |
0
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
103 </outputs> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
104 <tests> |
2
33b8c5eedc04
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit bf6d77a84f796430a6b4530209d0f21e1d40d25a
iuc
parents:
0
diff
changeset
|
105 <test expect_num_outputs="2"> |
0
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
106 <param name="input" value="a.bed,b.bed,c.bed"/> |
2
33b8c5eedc04
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit bf6d77a84f796430a6b4530209d0f21e1d40d25a
iuc
parents:
0
diff
changeset
|
107 <param name="out_matrix" value="true"/> |
0
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
108 <output name="plot" value="bed_pairwise.pdf" compare="sim_size"/> |
2
33b8c5eedc04
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit bf6d77a84f796430a6b4530209d0f21e1d40d25a
iuc
parents:
0
diff
changeset
|
109 <output name="matrix" value="matrix.txt" /> |
0
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
110 </test> |
3
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
111 <!-- Test fisher option --> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
112 <test expect_num_outputs="1"> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
113 <param name="input" value="a.bed,b.bed,c.bed"/> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
114 <conditional name="compute_conditional"> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
115 <param name="compute" value="fisher"/> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
116 <param name="genome" value="mm10"/> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
117 </conditional> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
118 <output name="plot" value="bed_pairwise_fisher.pdf" compare="sim_size"/> |
21beb30956c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit f0241966e9185e5960947d12dcb490cce1fc6301
iuc
parents:
2
diff
changeset
|
119 </test> |
0
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
120 </tests> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
121 <help><![CDATA[ |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
122 **What it does** |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
123 |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
124 Plots the pairwise intersections of multiple interval files. |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
125 |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
126 .. image:: $PATH_TO_IMAGES/pairwise.png |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
127 |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
128 ]]></help> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
129 <expand macro="citations"/> |
f5fa293605ca
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
iuc
parents:
diff
changeset
|
130 </tool> |