Child pages
  • Algorithm Element Description
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

Version 1 Current »

When you describe an algorithm element you must specify the element_name and the element type.

The element name corresponds to the element’s Element Name in the GUI. The name can contain only english letters, numbers, ‘_’ (underscore) and ‘-‘ (hyphen) characters.

See, for example, the description of an ORF element:

myORF {

   type: orf;

   # Other parameters
}

To find the type and the parameters available for the required algorithm element refer to Algorithm Elements chapter.

 

  • No labels