view 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 source

<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>