Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameters

ParameterDescriptionDefault valueParameter in Workflow FileType
Substitution MatrixDescribes the rate at which one character in a sequence changes to other character states over time.Automatrix

string

Available values are:

  • Auto - for auto detecting matrix
  • blosum60
  • dna
  • rna
  • ...
AlgorithmVersion of the Smith-Waterman algorithm. You can use the optimized versions of the algorithm (SSE, CUDA and OpenCLClassic2) if your hardware supports these capabilities.OPENCLSSE2algorithm

string

Available values are:

  • Classic 2
  • SSE2
Filter ResultsSpecifies either to filter the intersected results or to return all the results.filter-intersectionsfilter-strategy

string

Available values are:

  • filter-intersections
  • none
Min ScoreMinimal percent similarity between a sequence and a pattern.90%min-scorenumeric
Search inSpecifies which strands should be searched: direct, complementary or both.both strandsstrand

numeric

Available values are:

  • 0 - for searching in both strands
  • 1 - for searching in direct strand
  • 2 - for searching in complement strand
Search in TranslationTranslates a supplied nucleotide sequence to protein and searches in the translated sequence.Falseaminoboolean
Gap Open ScorePenalty for opening a gap.-10.0gap-open-scorenumeric
Gap Extension ScorePenalty for extending a gap.-1.0gap-ext-scorenumeric
Use Pattern NamesUse a pattern name as an annotation name.Trueuse-namesboolean
Annotate asName of the result annotations.misc_featureresult-namestring
Qualifier name for pattern nameName of qualifier in result annotations which is containing a pattern name.pattern namepattern-name-qualstring


...