toCliArray

abstract fun toCliArray(): Array<String>

Converts the current BlastCommand to an array of strings making up a CLI call.

Only non-default properties and the tool name should be present in the output array.

Return

CLI call argument array.