1 | <tool id="BED File Converter1" name="BED File Converter">
|
---|
2 | <description>creates a bed or xbed file containing from text query</description>
|
---|
3 | <command>noop</command>
|
---|
4 | <inputs>
|
---|
5 | <display>creates a bed or xbed file containing user assigned input of $input</display>
|
---|
6 | <param format="tabular" name="input" type="data" />
|
---|
7 | <param name="chrom" size="4" type="text" value="all" />
|
---|
8 | </inputs>
|
---|
9 | <outputs>
|
---|
10 | <data format="bed" name="out_file1" />
|
---|
11 | </outputs>
|
---|
12 | <help>User specifies delimiter, header information, and column assignments and the file will be converted to BED or xBED.
|
---|
13 | </help>
|
---|
14 | </tool> |
---|