diff mutation_analysis.xml @ 0:74d2bc479bee draft

Uploaded
author davidvanzessen
date Mon, 18 Aug 2014 04:04:37 -0400
parents
children 856b5b718d21
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mutation_analysis.xml	Mon Aug 18 04:04:37 2014 -0400
@@ -0,0 +1,15 @@
+<tool id="mutation_analysis_shm" name="Mutation Analysis" version="1.0">
+	<description></description>
+	<command interpreter="bash">
+		wrapper.sh $in_file $out_file $out_file.files_path
+	</command>
+	<inputs>
+		<param name="in_file" type="data" label="IMGT zip file to be analysed" />
+	</inputs>
+	<outputs>
+		<data format="html" name="out_file" label = "Mutation analysis on ${in_file.name}"/>
+	</outputs>
+	<help>
+		there is no help
+	</help>
+</tool>