For each incoming sequences, dumps to output the sequence name and the sequence size.
The element works on the basis of the following script:
Code Block |
---|
out_text=getName(in_sequence) + ": " + size(in_sequence); |
Parameters in GUI
The element has no parameters.
Parameters in Workflow File
Type: “Script-Dump sequence info”
The element has no parameters.
Input/Output Ports
The element has 1 input port:
Name in GUI: Input data
Name in Workflow File: in
Slots:
Slot In GUI | Slot in Workflow File | Type |
---|---|---|
Sequence | sequence | sequence |
And 1 output port:
Name in GUI: Output data
Name in Workflow File: out
Slots:
Slot In GUI | Slot in Workflow File | Type |
---|---|---|
Plain text | text | string |