Skip to content

Job Management

StateDescription
createdJob saved but not yet submitted — the only state in which its config can still be edited
queuedJob submitted, waiting for a worker
runningWorker is executing the job
successAll stages completed successfully; results available
failedOne or more stages failed; check logs
deletedJob removed via Delete Job
  1. From the Dashboard, click a pipeline card
  2. Click Create New Job
  3. Fill in the form (inputs vary by pipeline — see each pipeline’s docs)
  4. Click Submit

The form validates all required fields client-side before submission. If validation fails, errors appear inline below each field.

Some pipelines check your input bundle in your browser, before it uploads, and tell you what the pipeline will make of it. The check reads only column headers and file layout — nothing is sent anywhere to perform it.

It currently applies to the Clustering Pipeline and TakaraBio to AIRR. Other pipelines upload exactly as they always have. The panel is also entitlement-gated, so it may not appear even on those two — ask an administrator if you want it enabled.

Each file in the bundle comes back as one of three outcomes:

OutcomeMeaning
UsableThe pipeline will use this file
Cannot be usedThe pipeline will refuse to run
Will be silently skippedThe pipeline will drop this file and carry on

The panel lists near-misses first — files that carried some of a required column set but not all — rather than burying them among vendor files that were never meant to qualify (QC tables, per-clone reports, alignment dumps).

You are never blocked. If the check reports problems you can still upload, after confirming a prompt. Bear in mind the pipeline runs this same check server-side and will stop with an error, so a bundle flagged Cannot be used is very likely to fail — override it only if you believe the check is wrong.

The Job Management page shows

ColumnDescription
Job IDNumeric identifier for the job record
Job NameUser-supplied label (not shown for FASTQ and SRA Data pipelines)
Workflow IDRun id for the underlying workflow — click the copy button to grab it when reporting a problem
Patient Label / Patient IDOnly shown when every job in the list carries a patient label
StatusCurrent job state (created, queued, running, success, failed)
Created AtTimestamp when the job record was created

A few things you can do from Actions

  • View Run — open the job details page
  • View Logs — see below
  • Edit Config — modify job parameters; only enabled while the job is still created, i.e. not yet submitted
  • Create Context — turn a run’s output into a skill you can query with an LLM. Preview — the feature is not live yet
  • Sync Status — force a re-read of the job’s real state from the workflow engine. Available for every job that has actually run, terminal ones included; only created and deleted jobs have nothing to sync against
  • Download Output — download result files; only enabled on successful jobs
  • View Report — open the in-app report viewer; only for pipelines with reports enabled, and only on successful jobs
  • Delete Job — removes the job after a confirmation prompt. This cannot be undone, and it does not cancel an in-progress run

Each pipeline’s job list only shows that pipeline’s runs. Activity, in the top navigation bar and on the Dashboard, shows every job you have run across all pipelines in a single list — useful for finding a run when you can’t remember which pipeline it belonged to, or for checking what is currently in flight.

The table is the same one described above, plus a Pipeline column identifying each job’s pipeline and linking to it. The Actions menu behaves identically.

What View Logs offers depends on whether your organisation has the full-logs entitlement.

Without the entitlementWith the entitlement
When View Logs appearsOnly on failed jobsOn any job
What it opensA summarised view listing just the failed stages’ error messagesThe full task list, with per-task logs

If you need the detailed view and only see the error summary, ask an administrator to enable full logs for your organisation.

v1.41.2