diff cravat/cravat.xml @ 0:9e29dd2972ab draft

Uploaded
author insilicosolutions
date Wed, 13 May 2015 15:24:18 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cravat/cravat.xml	Wed May 13 15:24:18 2015 -0400
@@ -0,0 +1,19 @@
+<tool id='cravat' name='CRAVAT'>
+  <description>CRAVAT annotation</description>
+  <command interpreter='python'>cravat.py $input $output</command>
+  <inputs>
+    <param format='text' name='input' type='data' label='Input file' />
+  </inputs>
+  <outputs>
+    <data format='tabular' name='output' />
+  </outputs>
+
+  <tests>
+    <test>
+      <param name='input' value='test_input.txt' />
+      <output name='out_file1' file='test_output.txt' />
+    </test>
+  </tests>
+
+  <help>This tool queries CRAVAT for variants</help>
+</tool>