annotate expandBed.xml @ 0:b8348686a0b9 draft

Imported from capsule None
author iuc
date Tue, 04 Nov 2014 01:45:04 -0500
parents
children 82aac94b06c3
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_expandbed" name="ExpandBed" 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 bedtools expand
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
10 -c $cols
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
11 -i $inputA
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
12 &gt; $output
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
13 </command>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
14 <inputs>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
15 <param format="bed,vcf,gff,gff3" name="inputA" type="data" label="BED/VCF/GFF file"/>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
16 <param name="cols" type="text" value="" label="Specify the column(s) (comma separated) that should be summarized" />
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
17 </inputs>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
18 <outputs>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
19 <data format_source="inputA" name="output" metadata_source="inputA" label=""/>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
20 </outputs>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
21 <help>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
22
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
23 **What it does**
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
24
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
25 Replicate lines in a file based on columns of comma-separated values.
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
26
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
27 @REFERENCES@
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
28 </help>
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
29 <expand macro="citations" />
b8348686a0b9 Imported from capsule None
iuc
parents:
diff changeset
30 </tool>