Mercurial > repos > davidvanzessen > mutation_analysis
annotate mutation_analysis.xml @ 1:856b5b718d21 draft
Uploaded
author | davidvanzessen |
---|---|
date | Mon, 18 Aug 2014 04:42:59 -0400 |
parents | 74d2bc479bee |
children | 257e98fd3b54 |
rev | line source |
---|---|
0 | 1 <tool id="mutation_analysis_shm" name="Mutation Analysis" version="1.0"> |
2 <description></description> | |
3 <command interpreter="bash"> | |
1 | 4 wrapper.sh $in_file $out_file $out_file.files_path ${in_file.name} |
0 | 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> |