comparison basecoverage.xml @ 5:37652c34b3bf draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/basecoverage commit cae3e05d02e60f595bb8b6d77a84f030e9bd1689
author devteam
date Thu, 22 Jun 2017 18:37:49 -0400
parents 057d57cf718d
children
comparison
equal deleted inserted replaced
4:346e0034714a 5:37652c34b3bf
1 <tool id="gops_basecoverage_1" name="Base Coverage" version="1.0.0"> 1 <tool id="gops_basecoverage_1" name="Base Coverage" version="1.0.0">
2 <description>of all intervals</description> 2 <description>of all intervals</description>
3 <command interpreter="python">gops_basecoverage.py $input1 $output -1 ${input1.metadata.chromCol},${input1.metadata.startCol},${input1.metadata.endCol},${input1.metadata.strandCol}</command> 3 <macros>
4 <requirements> 4 <import>macros.xml</import>
5 <requirement type="package" version="0.7.1">bx-python</requirement> 5 </macros>
6 <requirement type="package" version="1.0.0">galaxy-ops</requirement> 6 <expand macro="requirements" />
7 </requirements> 7 <code file="operation_filter.py"/>
8 <inputs> 8 <command><![CDATA[
9 <param format="interval" name="input1" type="data"> 9 python '$__tool_directory__/gops_basecoverage.py'
10 <label>Compute coverage for</label> 10 '$input1'
11 </param> 11 '$output'
12 </inputs> 12 -1 ${input1.metadata.chromCol},${input1.metadata.startCol},${input1.metadata.endCol},${input1.metadata.strandCol}
13 <outputs> 13 ]]></command>
14 <data format="txt" name="output" /> 14 <inputs>
15 </outputs> 15 <param name="input1" type="data" format="interval" label="Compute coverage for" />
16 <code file="operation_filter.py"/> 16 </inputs>
17 <tests> 17 <outputs>
18 <test> 18 <data name="output" format="txt" />
19 <param name="input1" value="1.bed" /> 19 </outputs>
20 <output name="output" file="gops_basecoverage_out.txt" /> 20 <tests>
21 </test> 21 <test>
22 <test> 22 <param name="input1" value="1.bed" />
23 <param name="input1" value="gops_bigint.interval" /> 23 <output name="output" file="gops_basecoverage_out.txt" />
24 <output name="output" file="gops_basecoverage_out2.txt" /> 24 </test>
25 </test> 25 <test>
26 </tests> 26 <param name="input1" value="gops_bigint.interval" />
27 <help> 27 <output name="output" file="gops_basecoverage_out2.txt" />
28 28 </test>
29 </tests>
30 <help><![CDATA[
29 .. class:: infomark 31 .. class:: infomark
30 32
31 **TIP:** If your dataset does not appear in the pulldown menu, it means that it is not in interval format. Use "edit attributes" to set chromosome, start, end, and strand columns. 33 **TIP:** If your dataset does not appear in the pulldown menu, it means that it is not in interval format. Use "edit attributes" to set chromosome, start, end, and strand columns.
32 34
33 This operation counts the total bases covered by a set of intervals. Bases that are covered by more than one interval are **not** counted more than once towards the total. 35 This operation counts the total bases covered by a set of intervals. Bases that are covered by more than one interval are **not** counted more than once towards the total.
34 36
35 ----- 37 @SCREENCASTS@
36
37 **Screencasts!**
38
39 See Galaxy Interval Operation Screencasts_ (right click to open this link in another window).
40
41 .. _Screencasts: http://wiki.g2.bx.psu.edu/Learn/Interval%20Operations
42 38
43 **Example** 39 **Example**
44 40
45 .. image:: gops_baseCoverage.gif 41 .. image:: gops_baseCoverage.gif
46 42 ]]></help>
47
48 </help>
49 </tool> 43 </tool>