Skip to content

Commit

Permalink
shorten some lines for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdstrike committed May 23, 2024
1 parent f22f74b commit 13c7179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lang_qc/models/pacbio/qc_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class SampleDeplexingStats(BaseModel):
class QCPoolMetrics(BaseModel):
pool_coeff_of_variance: float | None = Field(
title="Coefficient of variance for reads in the pool",
description="Percentage of the standard deviation w.r.t. mean, reported when the pool is larger than one",
description="Percentage of the standard deviation w.r.t. mean, when pool is more than one",
)
products: list[SampleDeplexingStats] = Field(
title="List of products and their metrics"
Expand Down
4 changes: 2 additions & 2 deletions lang_qc/util/type_checksum.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ class PacBioWellSHA256(ChecksumSHA256):

class PacBioProductSHA256(ChecksumSHA256):
"""
A checksum generated from the combination of run, well, plate and any tags required for deplexing
See `npg_id_generation.pac_bio.PacBioEntity`.
A checksum generated from the combination of run, well, plate and any tags required for
deplexing, see `npg_id_generation.pac_bio.PacBioEntity`.
Tags only contribute to the checksum when samples are multiplexed.
"""

Expand Down

0 comments on commit 13c7179

Please sign in to comment.