annotate Bed12ToBed6.xml @ 0:b8348686a0b9 draft

Imported from capsule None
author iuc
date Tue, 04 Nov 2014 01:45:04 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
1 <tool id="bedtools_bed12tobed6" name="Convert from BED12 to BED6" version="@WRAPPER_VERSION@.0">
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
2 <description></description>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
3 <macros>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
4 <import>macros.xml</import>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
5 </macros>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
6 <expand macro="requirements" />
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
7 <expand macro="stdio" />
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
8 <command>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
9 bed12ToBed16
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
10 -i '$input'
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
11 &gt; '$output'
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
12 </command>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
13 <inputs>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
14 <param format="bed" name="input" type="data" label="Convert the following BED12 file to BED6"/>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
15 </inputs>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
16 <outputs>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
17 <data format="bed" name="output" metadata_source="input" label="${input.name} (as BED6)"/>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
18 </outputs>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
19 <help>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
20
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
21 **What it does**
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
22
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
23 bed12ToBed6 is a convenience tool that converts BED features in BED12 (a.k.a. “blocked” BED features such as genes) to discrete BED6 features. For example, in the case of a gene with six exons, bed12ToBed6 would create six separate BED6 features (i.e., one for each exon).
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
24
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
25 @REFERENCES@
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
26 </help>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
27 <expand macro="citations" />
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
28 </tool>