12
|
1 <tool id="cravat_convert" name="CRAVAT Convert" version="1.0.0">
|
|
2 <description>Converts a VCF format file to a Cravat format file</description>
|
|
3 <command interpreter="python">cravat_convert.py -i $input -o $output</command>
|
|
4
|
|
5 <inputs>
|
|
6 <param format="tabular" name="input" type="data" label="Source file"/>
|
|
7 </inputs>
|
|
8
|
|
9 <outputs>
|
|
10 <data format="tabular" name="output" />
|
|
11 </outputs>
|
|
12
|
|
13 <!-- <tests></tests> -->
|
|
14
|
|
15 <help>
|
|
16 Converts a VCF format file to a Cravat format file
|
|
17 </help>
|
|
18
|
|
19 </tool>
|
|
20
|