Mercurial > repos > in_silico > cravat_vcf_convert
diff cravat_convert/cravat_convert.xml @ 24:e46db72f5b74 draft
Uploaded
author | in_silico |
---|---|
date | Wed, 18 Jul 2018 10:25:27 -0400 |
parents | 152cc8feff8a |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cravat_convert/cravat_convert.xml Wed Jul 18 10:25:27 2018 -0400 @@ -0,0 +1,20 @@ +<tool id="cravat_convert" name="CRAVAT Convert" version="1.0.0"> + <description>Converts a VCF format file to a Cravat format file</description> + <command interpreter="python">cravat_convert.py -i $input -o $output</command> + + <inputs> + <param format="tabular" name="input" type="data" label="Source file"/> + </inputs> + + <outputs> + <data format="tabular" name="output" /> + </outputs> + + <!-- <tests></tests> --> + + <help> + Converts a VCF format file to a Cravat format file + </help> + +</tool> +