Skip to content

Commit

Permalink
added default for PRE_QC status
Browse files Browse the repository at this point in the history
  • Loading branch information
KateSakharova committed Dec 17, 2024
1 parent 4dea336 commit 32ec2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analyses/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def default_status(cls):
cls.ASSEMBLY_UPLOADED: False,
cls.ASSEMBLY_UPLOAD_FAILED: False,
cls.ASSEMBLY_UPLOAD_BLOCKED: False,
cls.PRE_ASSEMBLY_QC_FAILED: False,
}

status = models.JSONField(
Expand Down

0 comments on commit 32ec2e8

Please sign in to comment.