0
|
1 <tool id="mutation_analysis_shm" name="Mutation Analysis" version="1.0">
|
|
2 <description></description>
|
|
3 <command interpreter="bash">
|
19
|
4 wrapper.sh $in_file $method $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" />
|
19
|
8 <param name="method" type="select" label="Identification method" help="" >
|
|
9 <option value="custom" selected="true">custom</option>
|
|
10 <option value="blastn">blastn</option>
|
|
11 </param>
|
0
|
12 </inputs>
|
|
13 <outputs>
|
|
14 <data format="html" name="out_file" label = "Mutation analysis on ${in_file.name}"/>
|
|
15 </outputs>
|
|
16 <help>
|
12
|
17 Takes an IMGT zip (http://www.imgt.org/HighV-QUEST/search.action) file and creates a summarization of the mutation analysis.
|
0
|
18 </help>
|
12
|
19 <requirements>
|
14
|
20 <requirement type="package" version="1.0">blastn</requirement>
|
12
|
21 </requirements>
|
0
|
22 </tool>
|