comparison cravat_convert/cravat_convert.xml @ 8:18982667bd10 draft

Uploaded
author in_silico
date Tue, 12 Jun 2018 12:06:11 -0400
parents
children
comparison
equal deleted inserted replaced
7:d01b50db6835 8:18982667bd10
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