SImA 1.1:
The Set as Default for Screen option allows users to set the selected Analysis as the Default Analysis for a given Screen. The selected analysis is then used to automatically start a batch job for all data transferred from Harmony into that Screen.
By default, the batch job is executed using the SImA default queue. To change the queue that is used (e.g. to quick, or something else), modify the DEFAULT_QUEUE value found in the docker-compose.yml file.
Example
From:
DEFAULT_QUEUE: 'SImA default'
To:
DEFAULT_QUEUE: 'SImA quick'
The docker-compose.yml file is found in the SImA installation directory on the SImA server
The SImA stack would need to be redeployed for this change to take effect.
SImA 1.2 or above:
By default, the batch job is executed using the SImA default queue. This default queue can be configured by adding the environment variable DEFAULT_QUEUE to the custom.env which is found inside the SImA installation directory, e.g.:
# file: custom.env
# change default queue to 'SImA quick'
DEFAULT_QUEUE = SImA quick
The SImA stack would need to be redeployed for this change to take effect.