Skip to content

Commit

Permalink
Added qos express to PRIORITY_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince-janv committed Mar 15, 2022
1 parent de3899d commit 4a9fc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trailblazer/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

STATUS_OPTIONS = ("pending", "running", "completed", "failed", "error", "canceled", "completing")
JOB_STATUS_OPTIONS = SLURM_NORMAL_CATEGORIES + SLURM_FAILED_CATEGORIES
PRIORITY_OPTIONS = ("low", "normal", "high")
PRIORITY_OPTIONS = ("low", "normal", "high", "express")
TYPES = ("wes", "wgs", "rna", "tgs", "other")

0 comments on commit 4a9fc03

Please sign in to comment.