comparison mutation_analysis.xml @ 37:4b997f68d769 draft

Uploaded
author davidvanzessen
date Tue, 04 Aug 2015 08:52:14 -0400
parents d436daae9d68
children 6b6dbbcc771d
comparison
equal deleted inserted replaced
36:ac5794b9d300 37:4b997f68d769
12 <param name="include_fr1" type="select" label="Include mutations in FR1 region" help="" > 12 <param name="include_fr1" type="select" label="Include mutations in FR1 region" help="" >
13 <option value="yes">yes</option> 13 <option value="yes">yes</option>
14 <option value="no" selected="true">no</option> 14 <option value="no" selected="true">no</option>
15 </param> 15 </param>
16 <param name="functionality" type="select" label="Functionality filter" help="" > 16 <param name="functionality" type="select" label="Functionality filter" help="" >
17 <option value="no_results" selected="true">Remove "No results"</option> 17 <option value="productive" selected="true">Productive: Keep "productive" and "productive (see comment)"</option>
18 <option value="no_result_unproductive">Remove "No results" and "unproductive"</option> 18 <option value="unproductive">Unproductive: Keep "unproductive" and "unproductive (see comment)"</option>
19 <option value="dont_remove">Don't filter</option> 19 <option value="remove_no_result">Remove "No Results", "unknown" and "unknown (see comment)"</option>
20 <option value="dont_filter">Don't filter</option>
20 </param> 21 </param>
21 22
22 <param name="unique" type="select" label="Remove duplicates based on" help="" > 23 <param name="unique" type="select" label="Remove duplicates based on" help="" >
23 <option value="AA.JUNCTION_V_subclass" selected="true">AA.JUNCTION + V + subclass</option> 24 <option value="AA.JUNCTION_V_subclass" selected="true">AA.JUNCTION + V + subclass</option>
24 <option value="AA.JUNCTION_subclass">AA.JUNCTION + subclass</option> 25 <option value="AA.JUNCTION_subclass">AA.JUNCTION + subclass</option>