Child pages
  • Smith-Waterman Algorithm Element
Skip to end of metadata
Go to start of metadata

The element uses the Smith-Waterman algorithm to search in the input sequence for regions similar to the specified pattern.

Parameters in GUI

ParameterDescriptionDefault value
Annotate AsName of the result annotations.misc_feature
DirectionSee the description here.Any
Algorithm

Algorithm version. Depending on the computer configuration the following values may be available:

  • Classic 2
  • SSE2
  • CUDA
Classic 2
Filter results

Results filtering strategy. The values available are:

  • filter-intersections
  • none
filter-intersections
Gap ext scoreGap extension score.-1.00
Gap open scoreGap open score.-10.00
Scoring matrixSpecifies the scoring matrix to use.Auto
Min scorePercentage of matching between the pattern and the searched sequence region.90%
PatternThe pattern to search for.You must specify a value!
Search in translationTranslates the nucleotide sequence supplied to a protein sequence and searches in the translated sequence.False

 

Parameters in Schema File

Type: ssearch

ParameterParameter in the GUIType
keyAnnotate Asstring
algorithmAlgorithm

string

Depending on the computer configuration the values available are:

  • “Classic 2”
  • SSE2
  • CUDA
filterFilter results

string

The values available are:

  • filter-intersections
  • none
gap-ext-scoreGap ext scorenumeric
gap-open-scoreGap open scorenumeric
matrixScoring matrixstring
min-scoreMin scorenumeric
patternPatternstring
strandDirection

string

Available values are:

  • complement
  • direct
  • both
translateSearch in translationboolean
  • No labels