Child pages
  • Find Pattern 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 3 Next »

Searches regions in a sequence similar to a pattern sequence. Outputs a set of annotations.

Parameters in GUI

ParameterDescriptionDefault value
Annotate as (required)Name of the result annotation.misc_feature
Pattern(s)Semicolon-separated list of patterns to search for. If this parameter is empty, the element uses the data prodused by Plain Text slot. 
Max MismatchesMaximum number of mismatches between a substring and a pattern.0
Allow Insertions/DeletionsTakes into account possibility of insertions/deletions when searching. By default substitutions are only considered.False
Search inSpecifies which strands should be searched: direct, complementary or both.both strands
Search in TranslationTranslates a supplied nucleotide sequence to protein and searches in the translated sequence.False
Support ambiguous basesPerforms correct handling of ambiguous bases. When this option is activated insertions and deletions are not considered.False

Parameters in Schema File

Type: search

ParameterParameter in the GUIType
result-nameAnnotate asstring
patternPattern(s)string
max-mismatches-numMax Mismatchesnumeric
allow-ins-delAllow Insertions/Deletionsboolean
strandSearch in

numeric

Available values are:

  • 0 - for searching in both strands
  • 1 - for searching in direct strand
  • 2 - for searching in complement strand
aminoSearch in Translationboolean
ambiguousSupport ambiguous basesboolean

Input/Output Ports

The element has 1 input port:

Name in GUI: Input data

Name in Schema File: in-sequence

Slots:

Slot In GUISlot in Schema FileType
Sequencesequencesequence
Plain texttextstring

And 1 output port:

Name in GUI: Pattern annotations

Name in Schema File: out-annotations

Slots:

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