Mercurial > repos > in_silico > cravat_vcf_convert
comparison cravat_convert/cravat_convert.xml @ 18:cde9e74d9fdf draft
Uploaded
author | in_silico |
---|---|
date | Wed, 18 Jul 2018 09:41:20 -0400 |
parents | 152cc8feff8a |
children |
comparison
equal
deleted
inserted
replaced
17:bea3b63f4b5d | 18:cde9e74d9fdf |
---|---|
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 |