Extracts the consensus sequence from an incoming multiple sequence alignment (MSA) and outputs it as a sequence.
Element type: extract-msa-consensus-sequence
Parameters
Parameter | Description | Default value | Parameter in Workflow File | Type |
---|
Algorithm | The algorithm used to calculate the consensus. | (none) | algorithm | string |
Threshold | The threshold used by the algorithm (e.g., percentage agreement). | 100 | threshold | numeric |
Keep gaps | Determines whether gaps should be kept in the resulting consensus sequence. | True | keep-gaps | boolean |
- Name in GUI:
in-msa
- Name in Workflow File:
in-msa
- Slots:
Slot In GUI | Slot in Workflow File | Type |
---|
MSA | msa | msa |
Output Port
- Name in GUI:
out-sequence
- Name in Workflow File:
out-sequence
- Slots:
Slot In GUI | Slot in Workflow File | Type |
---|
Sequence | sequence | seq |