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

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

import galaxy-central

行番号 
1<tool id="CONVERTER_fasta_to_tabular" name="Convert FASTA to Tabular" version="1.0.0">
2  <!-- <description>__NOT_USED_CURRENTLY_FOR_CONVERTERS__</description> -->
3  <!-- Used on the metadata edit page. -->
4  <command interpreter="python">fasta_to_tabular_converter.py $input $output</command>
5  <inputs>
6    <param name="input" type="data" format="fasta" label="Fasta file"/>
7  </inputs>
8  <outputs>
9    <data name="output" format="tabular"/>
10  </outputs>
11  <help>
12  </help>
13</tool>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。