comparison blat.xml @ 2:a1b3d24b55a1 draft

planemo upload commit 78ad97a2be3ed2c75777ec97ef9489f819cbc471-dirty
author yating-l
date Thu, 01 Jun 2017 15:11:55 -0400
parents eb7fcec3fdba
children a854b56eb215
comparison
equal deleted inserted replaced
1:eb7fcec3fdba 2:a1b3d24b55a1
40 </options> 40 </options>
41 <validator type="no_options" message="A built-in database is not available" /> 41 <validator type="no_options" message="A built-in database is not available" />
42 </param> 42 </param>
43 </when> 43 </when>
44 <when value="history"> 44 <when value="history">
45 <param name="database" type="data" format="fasta, twobit" label="Using database file, either a .fa, .nib or .2bit file" /> 45 <param name="database" type="data" format="fasta,twobit" label="Using database file, either a .fa, .nib or .2bit file" />
46 </when> 46 </when>
47 </conditional> 47 </conditional>
48 <param type="data" name="query" format="fasta, twobit" label="Query data, either a .fa, .nib or .2bit file"/> 48 <param type="data" name="query" format="fasta,twobit" label="Query data, either a .fa, .nib or .2bit file"/>
49 <param type="select" name="database_type" format="text" multiple="false" label="database type" help="Choose your database type, the default is dnax" argument="-t"> 49 <param type="select" name="database_type" format="text" multiple="false" label="database type" help="Choose your database type, the default is dnax" argument="-t">
50 <option value="dna">dna - DNA sequence</option> 50 <option value="dna">dna - DNA sequence</option>
51 <option value="prot">prot - protein sequence</option> 51 <option value="prot">prot - protein sequence</option>
52 <option value="dnax" selected="true">dnax - DNA sequence translated in six frames to protein</option> 52 <option value="dnax" selected="true">dnax - DNA sequence translated in six frames to protein</option>
53 </param> 53 </param>