In ImA its possible to automatically initiate Batch Analysis jobs on imported datasets. By default, the ImA default Batch Analysis queue will be used to execute the jobs, but this is configurable.
The DEFAULT_QUEUE variable defines which Batch Analysis queue will be used to execute the job. To override the default value, use the appropriate workflow detail below:
ImA 1.1 or below:
Modify the DEFAULT_QUEUE variable found in the default.env file (found in the ImA installation directory):
DEFAULT_QUEUE=<queue_name>
For example, either one of the pre-defined Batch Analysis job queues could be used:
DEFAULT_QUEUE=ImA default
or DEFAULT_QUEUE=ImA quick
The ImA stack must be redeployed for the changes to take effect.
ImA 1.2 or above:
Add a line to the custom.env file (found in the ImA installation directory) which defines the desired DEFAULT_QUEUE, like this:
DEFAULT_QUEUE=<queue_name>
For example, either one of the pre-defined job queues could be used:
DEFAULT_QUEUE=ImA defaultor DEFAULT_QUEUE=ImA quick
The ImA stack must be redeployed for the changes to take effect.
Comments
0 comments
Article is closed for comments.