view mutation_analysis.xml @ 2:2f4298673519 draft

Uploaded
author davidvanzessen
date Wed, 10 Sep 2014 10:33:29 -0400
parents 856b5b718d21
children 257e98fd3b54
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 ${in_file.name}
	</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>