Skip to content

Commit

Permalink
Merge pull request #215 from nerdstrike/devel
Browse files Browse the repository at this point in the history
Incorrect column name in mlwh
  • Loading branch information
mgcam authored Mar 15, 2024
2 parents 732f1ba + f8761b2 commit 7de46f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang_qc/db/mlwh_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ class PacBioProductMetrics(Base):
hifi_read_length_mean = Column(
mysqlINTEGER(unsigned=True), nullable=True, comment="The mean HiFi read length"
)
barcode_quality_score = Column(
barcode_quality_score_mean = Column(
mysqlSMALLINT(unsigned=True),
nullable=True,
comment="The mean barcode HiFi quality score",
Expand Down

0 comments on commit 7de46f6

Please sign in to comment.