Status file settings
The connector supports creation and continuous update of a JSON formatted status file containing information on analyses submitted in the past 7 days.
The following settings can be configured by opening the settings menu in the top right of the connector and selecting Status file settings (see figure 4.3):
- Cloud account: This setting is used to determine whether the status file should be saved on a local filesystem or in a cloud account.
- Folder: The folder in which to store the status file.
- Name: The name of the status file.
- Update interval: The number of minutes between updates of the status file.
Status file example
An example of the status file can be opened by clicking the Show example button in the configuration dialog (see figure 4.3). The file will include a couple of example entries, as well as the three most recent sample analyses displayed in the sample analysis overview on the Analyses tab if logged in.
An example of the status file is also displayed below:
[
{
"sample": "NA12911",
"batch": "sequencing_run_37",
"workflow": "Demo workflow 1.0",
"progress": 0.0,
"status": "SUBMITTING",
"analysisId": null,
"created": 1760347197933,
"started": null,
"stopped": null,
"resultsFolder": null,
"submittedDuringCurrentSession": true
},
{
"sample": "NA12878",
"batch": "sequencing_run_37",
"workflow": "Demo workflow 1.0",
"progress": 100.0,
"status": "COMPLETED",
"analysisId": 4,
"created": 1760347192974,
"started": 1760347202901,
"stopped": 1760348372233,
"resultsFolder": "Demo_workflow_1.0/sequencing_run_37/NA12878_UTC-20251013-091952",
"submittedDuringCurrentSession": true
}
]
Figure 4.3: Dialog for configuring status file settings (including descriptions of the status elements)
