|
0
|
1 <tool id="vref_blast" name="Virana Blast References">
|
|
|
2
|
|
|
3 <description>Obtains blast databases. </description>
|
|
|
4
|
|
|
5 <requirements>
|
|
|
6 <requirement type="package" version="1.0">virana_python</requirement>
|
|
12
|
7
|
|
0
|
8
|
|
|
9 </requirements>
|
|
|
10
|
|
|
11 <command interpreter="python">vref.py blast --output_path $output
|
|
|
12
|
|
|
13 #if $database
|
|
|
14 #set $groups = str($database).split(",")
|
|
|
15 #for $ref in $groups:
|
|
|
16 --reference_database $ref
|
|
|
17 #end for
|
|
|
18 #end if
|
|
|
19
|
|
|
20
|
|
|
21 </command>
|
|
|
22
|
|
|
23
|
|
|
24 <inputs>
|
|
|
25 <param name="database" type="select" label="choose BLAST databases" multiple="true" display="checkboxes">
|
|
|
26 <option value="nr">nr</option>
|
|
|
27 <option value="nt">nt</option>
|
|
|
28 </param>
|
|
|
29
|
|
|
30
|
|
|
31 </inputs>
|
|
|
32
|
|
|
33
|
|
|
34 <outputs>
|
|
|
35 <data format="blastdb" name="output" label="blast_ref.blastdb"/>
|
|
|
36 </outputs>
|
|
|
37
|
|
|
38 </tool> |