Child pages
  • Quality Filter Element
Skip to end of metadata
Go to start of metadata

Filters sequences by their qualities.

The element works on the basis of the following script:

var qual;

if(hasQuality(in_sequence)) {
    qual = getMinimumQuality(in_sequence);
    if(qual >= quality) {
        out_sequence = in_sequence;
    }
}

Parameters in GUI

 

ParameterDescriptionDefault value
qualityQuality used to filter. 

Parameters in Workflow File

Type: “Script-Quality filter example”

ParameterParameter in the GUIType
qualityqualitynumeric

Input/Output Ports

The element has 1 input port:

Name in GUI: Input data

Name in Workflow File: in

Slots:

Slot In GUISlot in Workflow FileType
Sequencesequencesequence

And 1 output port:

Name in GUI: Output data

Name in Workflow File: out

Slots:

Slot In GUISlot in Workflow FileType
Sequencesequencesequence
  • No labels