view mutation_analysis.xml @ 20:850857bc8605 draft

Uploaded
author davidvanzessen
date Wed, 01 Apr 2015 05:26:52 -0400
parents c518cf0d4adb
children d84c9791d8c4
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 $method $out_file $out_file.files_path ${in_file.name}
	</command>
	<inputs>
		<param name="in_file" type="data" label="IMGT zip file to be analysed" />
		<param name="method" type="select" label="Identification method" help="" >
			<option value="custom" selected="true">custom</option>
			<option value="blastn">blastn</option>
		</param>
	</inputs>
	<outputs>
		<data format="html" name="out_file" label = "Mutation analysis on ${in_file.name}"/>
	</outputs>
	<help>
		Takes an IMGT zip (http://www.imgt.org/HighV-QUEST/search.action) file and creates a summarization of the mutation analysis.
	</help>
	<requirements>
    <requirement type="package" version="1.0">blastn</requirement>
	</requirements>
</tool>