annotate tools/data_source/bed_convert.xml @ 0:9071e359b9a3

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:37:19 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
1 <tool id="BED File Converter1" name="BED File Converter">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>creates a bed or xbed file containing from text query</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <command>noop</command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 <display>creates a bed or xbed file containing user assigned input of $input</display>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 <param format="tabular" name="input" type="data" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 <param name="chrom" size="4" type="text" value="all" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <data format="bed" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <help>User specifies delimiter, header information, and column assignments and the file will be converted to BED or xBED.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 </tool>