Mercurial > repos > in_silico > cravat_vcf_convert
view cravat_convert/cravat_convert.xml @ 6:4b0bee4d9a15 draft
Deleted selected files
author | in_silico |
---|---|
date | Tue, 12 Jun 2018 11:32:28 -0400 |
parents | 152cc8feff8a |
children |
line wrap: on
line source
<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>