Versions Compared

Key

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

...

task_name — task to execute, it can be one of the predefined tasks or a task you have created.

task_parameter — parameter of the specified task. Some parameters of a task are required, like in and out parameters of some tasks.

option — one of the CLI options.

See the example below:

Code Block
ugene align --in=COI.aln -out result.aln -log-level-details

...