0
|
1 <tool id="mutation_analysis_shm" name="Mutation Analysis" version="1.0">
|
|
2 <description></description>
|
|
3 <command interpreter="bash">
|
|
4 wrapper.sh $in_file $method $out_file $out_file.files_path ${in_file.name} ${include_fr1} $functionality $unique $naive_output_ca $naive_output_cg $naive_output_cm $filter_uniques $class_filter $empty_region_filter
|
|
5 </command>
|
|
6 <inputs>
|
|
7 <param name="in_file" type="data" label="IMGT zip file to be analysed" />
|
|
8 <param name="method" type="select" label="Method of identification of C region" help="" >
|
|
9 <option value="custom" selected="true">custom</option>
|
|
10 <option value="blastn">blastn</option>
|
|
11 </param>
|
|
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>
|
|
16 <param name="functionality" type="select" label="Functionality filter" help="" >
|
|
17 <option value="productive" selected="true">Productive: Keep "productive" and "productive (see comment)"</option>
|
|
18 <option value="unproductive">Unproductive: Keep "unproductive" and "unproductive (see comment)"</option>
|
|
19 <option value="remove_unknown">Remove "unknown" and "unknown (see comment)"</option>
|
|
20 <option value="dont_filter">Don't filter</option>
|
|
21 </param>
|
|
22 <param name="filter_uniques" type="select" label="Filter unique sequences" help="See below for an example.">
|
|
23 <option value="remove">Remove uniques (Based on nucleotide sequence + C)</option>
|
|
24 <option value="keep">Keep uniques (Based on nucleotide sequence + C)</option>
|
|
25 <option value="no" selected="true">No</option>
|
|
26 </param>
|
|
27 <param name="unique" type="select" label="Remove duplicates based on" help="" >
|
|
28 <option value="VGene,AA.JUNCTION,best_match" selected="true">Top.V.Gene, CDR3.AA.Seq, C region</option>
|
|
29 <option value="VGene,AA.JUNCTION">Top.V.Gene, CDR3.AA.Seq</option>
|
|
30 <option value="AA.JUNCTION,best_match">CDR3.AA.Seq, C region</option>
|
|
31 <option value="AA.JUNCTION">CDR3.AA.Seq</option>
|
|
32
|
|
33 <option value="VGene,CDR3.IMGT.seq,best_match" selected="true">Top.V.Gene, CDR3.nt.Seq, C region</option>
|
|
34 <option value="VGene,CDR3.IMGT.seq">Top.V.Gene, CDR3.nt.Seq</option>
|
|
35 <option value="CDR3.IMGT.seq,best_match">CDR3.nt.Seq, C region</option>
|
|
36 <option value="CDR3.IMGT.seq">CDR3.nt.Seq</option>
|
|
37 <option value="Sequence.ID">Don't remove duplicates</option>
|
|
38 </param>
|
|
39 <param name="class_filter" type="select" label="Class/Subclass filter" help="" >
|
|
40 <option value="70_70" selected="true">>70% class and >70% subclass</option>
|
|
41 <option value="60_55">>60% class and >55% subclass</option>
|
|
42 <option value="70_0">>70% class</option>
|
|
43 <option value="60_0">>60% class</option>
|
|
44 </param>
|
|
45 <param name="empty_region_filter" type="select" label="Sequence starts at" help="" >
|
|
46 <option value="FR1" selected="true">FR1: exclude empty CDR1,FR2,CDR2,FR3</option>
|
|
47 <option value="CDR1">CDR1: exclude empty FR2,CDR2,FR3</option>
|
|
48 <option value="FR2">FR2: exclude empty CDR2,FR3</option>
|
|
49 </param>
|
|
50 <conditional name="naive_output_cond">
|
|
51 <param name="naive_output" type="select" label="Output new IMGT archives per class into your history?">
|
|
52 <option value="yes">Yes</option>
|
|
53 <option value="no" selected="true">No</option>
|
|
54 </param>
|
|
55 </conditional>
|
|
56 </inputs>
|
|
57 <outputs>
|
|
58 <data format="html" name="out_file" label = "Mutation analysis on ${in_file.name}"/>
|
|
59 <data format="imgt_archive" name="naive_output_ca" label = "Naive CA input data from ${in_file.name}" >
|
|
60 <filter>naive_output_cond['naive_output'] == "yes"</filter>
|
|
61 </data>
|
|
62 <data format="imgt_archive" name="naive_output_cg" label = "Naive CG input data from ${in_file.name}" >
|
|
63 <filter>naive_output_cond['naive_output'] == "yes"</filter>
|
|
64 </data>
|
|
65 <data format="imgt_archive" name="naive_output_cm" label = "Naive CM input data from ${in_file.name}" >
|
|
66 <filter>naive_output_cond['naive_output'] == "yes"</filter>
|
|
67 </data>
|
|
68 </outputs>
|
|
69 <citations>
|
|
70 <citation type="doi">10.1093/nar/gks457</citation>
|
|
71 <citation type="doi">10.1093/bioinformatics/btv359</citation>
|
|
72 <citation type="doi">10.1186/1471-2105-10-421</citation>
|
|
73 </citations>
|
|
74 <help>
|
|
75 Takes an IMGT zip (http://www.imgt.org/HighV-QUEST/search.action) file and creates a summarization of the mutation analysis.
|
|
76
|
|
77 +--------------------------+
|
|
78 | unique filter |
|
|
79 +--------+--------+--------+
|
|
80 | values | remove | keep |
|
|
81 +--------+--------+--------+
|
|
82 | A | A | A |
|
|
83 +--------+--------+--------+
|
|
84 | A | B | B |
|
|
85 +--------+--------+--------+
|
|
86 | B | D | C |
|
|
87 +--------+--------+--------+
|
|
88 | B | | D |
|
|
89 +--------+--------+--------+
|
|
90 | C | | |
|
|
91 +--------+--------+--------+
|
|
92 | D | | |
|
|
93 +--------+--------+--------+
|
|
94 | D | | |
|
|
95 +--------+--------+--------+
|
|
96
|
|
97 </help>
|
|
98 <requirements>
|
|
99 <requirement type="package" version="1.0">blastn</requirement>
|
|
100 </requirements>
|
|
101 </tool>
|