Converts the input text to a sequence.
Element type: convert-text-to-sequence
Parameters
Parameter | Description | Default value | Parameter in Workflow File | Type |
---|---|---|---|---|
Sequence name (required) | Result sequence name. | Sequence | sequence-name | string |
Sequence alphabet | Alphabet of the sequence. Chooose Auto to auto-detect the alphabet or one of the following values:
| Auto | alphabet | string |
Skip unknown symbols | If True, ignores all symbols that are not presented in the sequence alphabet selected. | True | skip-unknown | boolean |
Replace unknown symbols with | Replaces all unknown symbols with the specified symbol. | N | replace-unknown-with | string (1 character) |
Input/Output Ports
The element has 1 input port:
Name in GUI: Input text
Name in Workflow File: in-text
Slots:
Slot In GUI | Slot in Workflow File | Type |
---|---|---|
Plain text | text | string |
And 1 output port:
Name in GUI: Output sequence
Name in Workflow File: out-sequence
Slots:
Slot In GUI | Slot in Workflow File | Type |
---|---|---|
Sequence | sequence | sequence |