Child pages
  • Convert Text to Sequence 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 Current »

Converts the input text to a sequence.

Parameters in GUI

ParameterDescriptionDefault value
Sequence name (required)Result sequence name.Sequence
Sequence alphabet

Alphabet of the sequence. Chooose Auto to auto-detect the alphabet or one of the following values:

  • All symbols
  • Extended DNA
  • Extended RNA
  • Standard DNA
  • Standard RNA
  • Standard amino
Auto
Skip unknown symbolsIf True, ignores all symbols that are not presented in the sequence alphabet selected.True
Replace unknown symbols withReplaces all unknown symbols with the specified symbol.N

Parameters in Schema File

Type: convert-text-to-sequence

ParameterParameter in the GUIType
sequence-nameSequence namestring
alphabetAlphabetstring
skip-unknownSkip unknown symbolsboolean
replace-unknown-withReplace unknown symbols with

string

(1 character)

Input/Output Ports

The element has 1 input port:

Name in GUI: Input text

Name in Schema File: in-text

Slots:

Slot In GUISlot in Schema FileType
Plain texttextstring

And 1 output port:

Name in GUI: Output sequence

Name in Schema File: out-sequence

Slots:

Slot In GUISlot in Schema FileType
Sequencesequencesequence
  • No labels