Child pages
  • Quality Filter 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 6 Current »

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