root/galaxy-central/tools/data_source/bed_convert.xml @ 2

リビジョン 2, 0.6 KB (コミッタ: hatakeyama, 14 年 前)

import galaxy-central

行番号 
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>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。