Child pages
  • Dataflow

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The description of the elements is followed by the description of their connections to each other, i.e. the dataflow.It consists of a list of elements pairs, separated by the new line. The following format is used for a pair:

Code Block
element1_name.slot1_name->element2_name.port2_name.slot2_name

This pair says that data from slot1 of element1 will be transferred to slot2 of port2 of element2.See, for example, the minimum description of a dataflow of a schema, that aligns an input MSA and writes the result to a file in ClustalW format.

read-msa.msa->muscle.in-msa.msa muscle.msa->write-clustalw.in-msa.msa