Mercurial > repos > in_silico > cravat_annotate_mutations
comparison cravat_convert/cravat_convert.xml @ 19:ec55c91879e8 draft
Uploaded
author | in_silico |
---|---|
date | Tue, 12 Jun 2018 14:06:10 -0400 |
parents | 4b860b1f92fa |
children |
comparison
equal
deleted
inserted
replaced
18:dd9181024296 | 19:ec55c91879e8 |
---|---|
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 |