comparison create_germlines.xml @ 6:3ddd933dd7a2 draft default tip

Uploaded
author davidvanzessen
date Thu, 15 Sep 2016 03:54:33 -0400
parents dda9b2e72e2b
children
comparison
equal deleted inserted replaced
5:3d97839fda21 6:3ddd933dd7a2
4 create_germlines.sh $input $type $cloned $out_file 4 create_germlines.sh $input $type $cloned $out_file
5 </command> 5 </command>
6 <inputs> 6 <inputs>
7 <param name="input" type="data" label="Input IMGT zip file" /> 7 <param name="input" type="data" label="Input IMGT zip file" />
8 <param name="type" type="select" label="Type" help="Specify type(s) of germlines to include full germline, germline with D-region masked, or germline for V-region only." > 8 <param name="type" type="select" label="Type" help="Specify type(s) of germlines to include full germline, germline with D-region masked, or germline for V-region only." >
9 <option value="dmask" selected="true">Full germline</option> 9 <option value="full" selected="true">Full germline</option>
10 <option value="full">Masked D-region</option> 10 <option value="dmask">Masked D-region</option>
11 <option value="vonly" >V-region only</option> 11 <option value="vonly" >V-region only</option>
12 </param> 12 </param>
13 <param name="cloned" type="select" label="Cloned" help="Create one germline per clone" > 13 <param name="cloned" type="select" label="Cloned" help="Create one germline per clone" >
14 <option value="true">True</option> 14 <option value="true">True</option>
15 <option value="false" selected="true">False</option> 15 <option value="false" selected="true">False</option>