Mercurial > repos > pjbriggs > rnachipintegrator
comparison rnachipintegrator_macros.xml @ 1:5f69a2c1b9c9 draft
Uploaded version 1.0.0.0.
author | pjbriggs |
---|---|
date | Wed, 24 Feb 2016 09:39:14 -0500 |
parents | d9c1f2133124 |
children | dc498b03ca9a |
comparison
equal
deleted
inserted
replaced
0:d9c1f2133124 | 1:5f69a2c1b9c9 |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@VERSION@">0.4.4</token> | 2 <token name="@VERSION@">1.0.0</token> |
3 <xml name="requirements"> | 3 <xml name="requirements"> |
4 <requirements> | 4 <requirements> |
5 <requirement type="package" version="0.7.5">python_xlwt</requirement> | 5 <requirement type="package" version="0.8.4">python_xlsxwriter</requirement> |
6 <requirement type="package" version="0.9.3">python_xlrd</requirement> | 6 <requirement type="package" version="1.0.0">rnachipintegrator</requirement> |
7 <requirement type="package" version="1.7.1">python_xlutils</requirement> | |
8 <requirement type="package" version="0.4.4">rnachipintegrator</requirement> | |
9 </requirements> | 7 </requirements> |
10 </xml> | 8 </xml> |
11 <xml name="version_command"> | 9 <xml name="version_command"> |
12 <version_command>rnachipintegrator --version</version_command> | 10 <version_command>RnaChipIntegrator --version</version_command> |
13 </xml> | 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> | |
29 <option value="both">Nearest of TSS or TES</option> | |
30 </param> | |
31 </xml> | |
32 <xml name="output_options"> | |
33 <conditional name="output"> | |
34 <param name="compact_format" type="boolean" checked="true" | |
35 truevalue="true" falsevalue="false" | |
36 label="Use 'compact' output format" | |
37 help="Puts all hits for each peak or gene on a single line | |
38 (--compact)" /> | |
39 <when value="true"> | |
40 </when> | |
41 <when value="false"> | |
42 <param name="pad_output" type="boolean" checked="false" | |
43 truevalue="--pad" falsevalue="" | |
44 label="Output same number of lines for each peak" | |
45 help="Add blank lines in output for peaks with fewer than | |
46 maximum number of hits (--pad)" /> | |
47 <param name="summary" type="boolean" checked="false" | |
48 truevalue="true" falsevalue="false" | |
49 label="Output additional 'summary' datasets" | |
50 help="Summaries contain only the top hits for each peak | |
51 or feature (--summary)" /> | |
52 </when> | |
53 </conditional> | |
54 </xml> | |
55 <xml name="citations"> | |
56 <citations> | |
57 <citation type="bibtex">@misc{Briggs2016, | |
58 author = {Briggs PJ, Donaldson IJ, Zeef LAH}, | |
59 title = {RnaChipIntegrator}, | |
60 publisher = {GitHub}, | |
61 journal = {GitHub repository}, | |
62 year = {2016}, | |
63 howpublished = {\url{https://github.com/fls-bioinformatics-core/RnaChipIntegrator}}, | |
64 version = {1.0.0} | |
65 }</citation> | |
66 </citations> | |
67 </xml> | |
14 </macros> | 68 </macros> |