Child pages
  • Running Workflow from the Command Line

Versions Compared

Key

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

...

Press the Ok button to save aliases and close the dialog.

  • Save the schema to a file: if you follow the example, choose the Actions ‣ Save schema as... item in the main menu, browse for the file location and enter mySchema as the schema name. This name will be used to launch the schema from the command line.
  •  Launch the schema from the command line:
Code Block
[path_to_ugene\]ugene --task={schema_name} [--{parameter1}={value1} [--{parameter2}={value2} ...]]

...