Mercurial > repos > xuebing > sharplabtool
annotate tools/data_source/bed_convert.xml @ 2:c2a356708570
Uploaded
| author | xuebing |
|---|---|
| date | Fri, 09 Mar 2012 19:45:42 -0500 |
| parents | 9071e359b9a3 |
| children |
| rev | line source |
|---|---|
| 0 | 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> |
