Child pages
  • Local BLAST+ Search Element
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Finds annotations for DNA sequence in a local BLAST database.

BLAST+ is a newer version of the BLAST package and is recommended to use by the NCBI.

 

BLAST+ is used as an external tool from UGENE and it must be installed on your system. To learn more about the external tools, please, read main UGENE User Manual.

Parameters in GUI

 

ParameterDescriptionDefault value
Database name (required)Base name for BLAST DB files. 
Database path (required)Path to the database files. 
Tool path (required)Path to a BLAST+ executable.default
Search type (required)Selects the type of BLAST searches.blastn
Annotate asName of the result annotations.misc_feature
Expected valueExpectation threshold value.10
Temporary directory (required)Directory for temporary files.default

Parameters in Workflow File

Type: blast-plus

ParameterParameter in the GUIType
db-nameDatabase namestring
db-pathDatabase pathstring
tool-pathTool pathstring
blast-typeSearch type

string

Available values are:

  • blastn
  • blastp
  • blastx
  • tblastn
  • tblastx
result-nameAnnotate asstring
e-valExpected valuenumeric
temp-dirTemporary directorystring

Input/Output Ports

The element has 1 input port:

Name in GUI: Input sequence

Name in Workflow File: in-sequence

Slots:

Slot In GUISlot in Workflow FileType
Sequencesequencesequence

And 1 output port:

Name in GUI: Annotations

Name in Workflow File: out-annotations

Slots:

Slot In GUISlot in Workflow FileType
Set of annotationsannotationsannotation-table
  • No labels