Child pages
  • Dump Sequence Info 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 »

For each incoming sequences, dumps to output the sequence name and the sequence size.

The element works on the basis of the following script:

out_text=getName(in_sequence) + ": " + size(in_sequence);

Parameters in GUI

The element has no parameters.

Parameters in Schema 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 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
Plain texttextstring
  • No labels