diff cravat_convert/cravat_convert.xml @ 21:67a13940d0bf draft default tip

Uploaded
author in_silico
date Thu, 16 Aug 2018 15:10:43 -0400
parents 6da9a12f04b5
children
line wrap: on
line diff
--- a/cravat_convert/cravat_convert.xml	Thu Aug 16 15:10:34 2018 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-<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>
-