From 13c717996d1ae853698cd92d5373da61784ca159 Mon Sep 17 00:00:00 2001 From: Kieron Taylor Date: Thu, 23 May 2024 14:58:26 +0000 Subject: [PATCH] shorten some lines for flake8 --- lang_qc/models/pacbio/qc_data.py | 2 +- lang_qc/util/type_checksum.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang_qc/models/pacbio/qc_data.py b/lang_qc/models/pacbio/qc_data.py index 8f64b84..259a178 100644 --- a/lang_qc/models/pacbio/qc_data.py +++ b/lang_qc/models/pacbio/qc_data.py @@ -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" diff --git a/lang_qc/util/type_checksum.py b/lang_qc/util/type_checksum.py index 4a72dce..c78b099 100644 --- a/lang_qc/util/type_checksum.py +++ b/lang_qc/util/type_checksum.py @@ -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. """