Child pages
  • Get Sequences by Annotations 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 »

Extracts annotated regions from input sequence.

Parameters in GUI

ParameterDescriptionDefault value
Annotation names (required)List of annotation names which will be accepted or filtered. Use space as the separator. 
Accept of filterSelects the name filter: accept specified names or accept all except specified.Accept
ComplementComplements the annotated regions if the corresponding annotation is located on the complement strand.True
TranslateTranslates the annotated regions if the corresponding annotation marks a protein subsequence.True
Extend leftExtends the resulted regions to left.0
Extend rightExtends the resulted regions to right.0
Gap lengthInserts a gap of a specified length between the merged locations of the annotation.1

Parameters in Schema File

Type: extract-annotated-sequence

ParameterParameter in the GUIType
annotation-namesAnnotation namesstring
accept-or-filterAccept or filter

boolean

Available values are:

  • true - for accept
  • false - for filter
complementComplementboolean
translateTranslateboolean
extend-leftExtend leftnumeric
extend-rightExtend rightnumeric
merge-gap-lengthGap lengthnumeric

Input/Output Ports

The element has 1 input port:

Name in GUI: Input sequence

Name in Schema File: in-sequence

Slots:

Slot In GUISlot in Schema FileType
Sequencesequencesequence
Set of annotationsannotationsannotation-table

And 1 output port:

Name in GUI: Annotated regions

Name in Schema File: out-sequence

Slots:

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