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