Mercurial > repos > in_silico > cravat_annotate_mutations
comparison cravat_convert/cravat_convert.xml @ 25:c5f0a7e538ff draft
Uploaded
author | in_silico |
---|---|
date | Wed, 18 Jul 2018 10:18:36 -0400 |
parents | 4b860b1f92fa |
children |
comparison
equal
deleted
inserted
replaced
24:2b7ba092ce34 | 25:c5f0a7e538ff |
---|---|
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 |