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 3 Next »

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 Schema 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 Schema File: in

Slots:

Slot In GUISlot in Schema FileType
Sequencesequencesequence

 

And 1 output port:

Name in GUI: Output data

Name in Schema File: out

Slots:

Slot In GUISlot in Schema FileType
Sequencesequencesequence
  • No labels