Skip to content

Commit

Permalink
Update src/lib/run.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Fennell <tfenne@tfenne.com>
  • Loading branch information
nh13 and tfenne committed Nov 17, 2022
1 parent e48af07 commit b640792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b640792

Please sign in to comment.