Mercurial > repos > mzeidler > virana2
diff vref_blast.xml @ 0:3ba5983012cf draft
Uploaded
| author | mzeidler |
|---|---|
| date | Tue, 24 Sep 2013 10:19:40 -0400 |
| parents | |
| children | a80b647294e0 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vref_blast.xml Tue Sep 24 10:19:40 2013 -0400 @@ -0,0 +1,39 @@ +<tool id="vref_blast" name="Virana Blast References"> + +<description>Obtains blast databases. </description> + + <requirements> + <requirement type="package" version="1.0">virana_python</requirement> + <requirement type="package" version="1.7.1">numpy</requirement> + <requirement type="package" version="1.61">biopython</requirement> + + </requirements> + + <command interpreter="python">vref.py blast --output_path $output + + #if $database + #set $groups = str($database).split(",") + #for $ref in $groups: + --reference_database $ref + #end for + #end if + + + </command> + + + <inputs> + <param name="database" type="select" label="choose BLAST databases" multiple="true" display="checkboxes"> + <option value="nr">nr</option> + <option value="nt">nt</option> + </param> + + + </inputs> + + + <outputs> + <data format="blastdb" name="output" label="blast_ref.blastdb"/> + </outputs> + +</tool> \ No newline at end of file
