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>
|
12
|
13 Takes an IMGT zip (http://www.imgt.org/HighV-QUEST/search.action) file and creates a summarization of the mutation analysis.
|
0
|
14 </help>
|
12
|
15 <requirements>
|
13
|
16 <requirement type="package" version="0.5.9">blastn</requirement>
|
12
|
17 </requirements>
|
0
|
18 </tool>
|