root/galaxy-central/lib/galaxy/datatypes/converters/bed_to_genetrack_converter.xml @ 2

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

import galaxy-central

行番号 
1<tool id="CONVERTER_bed_to_genetrack_0" name="Convert BED to GeneTrack Index" version="1.0.1">
2<!-- FIXME: THIS IS ALMOST 1:1 COPY OF THE SAME FUNCTIONED TOOL - ALLOW REGULAR TOOLS TO MASCARADE AS CONVERTERS
3Using a shift of 0, but tool allows specifying...
4-->
5<!--  <description>__NOT_USED_CURRENTLY_FOR_CONVERTERS__</description> -->
6  <command interpreter="python">bed_to_genetrack_converter.py -i $input1 -o $output1 -s 0 -v 0 -f BED -x</command>
7  <inputs>
8    <page>
9        <param format="bed6" name="input1" type="data" label="Choose BED file"/>
10    </page>
11   </inputs>
12  <outputs>
13    <data format="genetrack" name="output1"/>
14  </outputs>
15  <help>
16  </help>
17</tool>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。