| Previous changeset 7:a7e40372e56c (2018-06-12) Next changeset 9:442aaa50e7b3 (2018-06-12) |
|
Commit message:
Uploaded |
|
added:
cravat_convert/cravat_convert.xml |
| b |
| diff -r a7e40372e56c -r 80f4ab8889fe cravat_convert/cravat_convert.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cravat_convert/cravat_convert.xml Tue Jun 12 11:33:42 2018 -0400 |
| b |
| @@ -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> + |