Child pages
  • Read 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 Next »

Reads sequences and annotations if any from local or remote files.

Parameters in GUI

ParameterDescriptionDefault value
Input files (required)Semicolon-separated list of paths to the input files. 
Mode (required)If the file contains more than one sequence, “split” mode sends them as is to output, while “merge” appends all the sequences and outputs the merged sequence.Split
Merging gapIn the “merge” mode, inserts the specified number of gaps between the original sequences. This is helpful e.g. to avoid finding false positives at the merge boundaries.10
Accession filterOnly reports a sequence with the specified accession (id). 

Parameters in Schema File

Type: read-sequence

ParameterParameter in the GUIType
url-inInput filesstring
modeMode

numeric

Available values are:

  • 0 - for split mode
  • 1 - for merge mode
merge-gapMerging gapnumeric
accept-accessionAccession filterstring

Input/Output Ports

The element has 1 output port:

Name in GUI: Sequence

Name in Schema File: out-sequence

Slots:

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