...
Parameters
Parameter | Description | Default value | Parameter in Workflow File | Type |
---|---|---|---|---|
Substitution Matrix | Describes the rate at which one character in a sequence changes to other character states over time. | Auto | matrix | string Available values are:
|
Algorithm | Version of the Smith-Waterman algorithm. You can use the optimized versions of the algorithm (SSE, CUDA and OpenCLClassic2) if your hardware supports these capabilities. | OPENCLSSE2 | algorithm | string Available values are:
|
Filter Results | Specifies either to filter the intersected results or to return all the results. | filter-intersections | filter-strategy | string Available values are:
|
Min Score | Minimal percent similarity between a sequence and a pattern. | 90% | min-score | numeric |
Search in | Specifies which strands should be searched: direct, complementary or both. | both strands | strand | numeric Available values are:
|
Search in Translation | Translates a supplied nucleotide sequence to protein and searches in the translated sequence. | False | amino | boolean |
Gap Open Score | Penalty for opening a gap. | -10.0 | gap-open-score | numeric |
Gap Extension Score | Penalty for extending a gap. | -1.0 | gap-ext-score | numeric |
Use Pattern Names | Use a pattern name as an annotation name. | True | use-names | boolean |
Annotate as | Name of the result annotations. | misc_feature | result-name | string |
Qualifier name for pattern name | Name of qualifier in result annotations which is containing a pattern name. | pattern name | pattern-name-qual | string |
...