0
|
1 <macros>
|
6
|
2 <token name="@VERSION@">3.0.0+galaxy0</token>
|
0
|
3 <xml name="requirements">
|
|
4 <requirements>
|
6
|
5 <requirement type="package" version="3.9">python</requirement>
|
|
6 <requirement type="package" version="3.0.0">rnachipintegrator</requirement>
|
0
|
7 </requirements>
|
|
8 </xml>
|
|
9 <xml name="version_command">
|
1
|
10 <version_command>RnaChipIntegrator --version</version_command>
|
|
11 </xml>
|
|
12 <xml name="analysis_options">
|
|
13 <param name="cutoff" type="integer" value="1000000" optional="true"
|
|
14 label="Maximum distance between a gene/peak pair
|
|
15 before it is omitted from the analyses (bp)"
|
|
16 help="Leave blank for no limit (--cutoff)" />
|
|
17 <param name="number" type="integer" value="4" optional="true"
|
|
18 label="Maximum number of gene/peak pairs to report from
|
|
19 the analyses"
|
|
20 help="Leave blank for no limit (--number)" />
|
|
21 <param name="promoter_start" type="integer" value="-1000" optional="true"
|
|
22 label="Start of promoter region with respect to gene TSS" />
|
|
23 <param name="promoter_end" type="integer" value="100" optional="true"
|
|
24 label="End of promoter region with respect to gene TSS" />
|
|
25 <param name="edge" type="select"
|
|
26 label="Gene 'edges' to consider in distance calculations"
|
|
27 help="(--edge)">
|
|
28 <option value="tss" selected="true">TSS only</option>
|
6
|
29 <option value="tes" selected="true">TES only</option>
|
1
|
30 <option value="both">Nearest of TSS or TES</option>
|
|
31 </param>
|
|
32 </xml>
|
|
33 <xml name="output_options">
|
|
34 <conditional name="output">
|
|
35 <param name="compact_format" type="boolean" checked="true"
|
|
36 truevalue="true" falsevalue="false"
|
|
37 label="Use 'compact' output format"
|
|
38 help="Puts all hits for each peak or gene on a single line
|
|
39 (--compact)" />
|
|
40 <when value="true">
|
|
41 </when>
|
|
42 <when value="false">
|
|
43 <param name="pad_output" type="boolean" checked="false"
|
|
44 truevalue="--pad" falsevalue=""
|
|
45 label="Output same number of lines for each peak"
|
|
46 help="Add blank lines in output for peaks with fewer than
|
|
47 maximum number of hits (--pad)" />
|
|
48 <param name="summary" type="boolean" checked="false"
|
|
49 truevalue="true" falsevalue="false"
|
|
50 label="Output additional 'summary' datasets"
|
|
51 help="Summaries contain only the top hits for each peak
|
|
52 or feature (--summary)" />
|
|
53 </when>
|
|
54 </conditional>
|
|
55 </xml>
|
|
56 <xml name="citations">
|
|
57 <citations>
|
|
58 <citation type="bibtex">@misc{Briggs2016,
|
|
59 author = {Briggs PJ, Donaldson IJ, Zeef LAH},
|
|
60 title = {RnaChipIntegrator},
|
|
61 publisher = {GitHub},
|
|
62 journal = {GitHub repository},
|
|
63 year = {2016},
|
|
64 howpublished = {\url{https://github.com/fls-bioinformatics-core/RnaChipIntegrator}},
|
5
|
65 version = {1.1.0}
|
1
|
66 }</citation>
|
|
67 </citations>
|
|
68 </xml>
|
0
|
69 </macros>
|