comparison mutation_analysis.xml @ 0:74d2bc479bee draft

Uploaded
author davidvanzessen
date Mon, 18 Aug 2014 04:04:37 -0400
parents
children 856b5b718d21
comparison
equal deleted inserted replaced
-1:000000000000 0:74d2bc479bee
1 <tool id="mutation_analysis_shm" name="Mutation Analysis" version="1.0">
2 <description></description>
3 <command interpreter="bash">
4 wrapper.sh $in_file $out_file $out_file.files_path
5 </command>
6 <inputs>
7 <param name="in_file" type="data" label="IMGT zip file to be analysed" />
8 </inputs>
9 <outputs>
10 <data format="html" name="out_file" label = "Mutation analysis on ${in_file.name}"/>
11 </outputs>
12 <help>
13 there is no help
14 </help>
15 </tool>