From b64079255c34b58ac930d48de27d34853342c3e4 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Thu, 17 Nov 2022 09:19:28 -0700 Subject: [PATCH] Update src/lib/run.rs Co-authored-by: Tim Fennell --- src/lib/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/run.rs b/src/lib/run.rs index a4ac571..e3cc4b4 100644 --- a/src/lib/run.rs +++ b/src/lib/run.rs @@ -114,7 +114,7 @@ pub fn run(opts: Opts) -> Result<()> { opts.read_structures .iter() .all(|s| s.sample_barcodes().all(read_structure::ReadSegment::has_length)), - "The Read Structure must have sample barcode segments with fixed lengths" + "Sample barcode segments in read structures must have fixed lengths." ); ensure!( is_no_demux