Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input can be a path prefix #24

Merged
merged 11 commits into from
Nov 27, 2022
Prev Previous commit
Next Next commit
Update src/lib/run.rs
Co-authored-by: Tim Fennell <tfenne@tfenne.com>
  • Loading branch information
nh13 and tfenne committed Nov 17, 2022
commit b64079255c34b58ac930d48de27d34853342c3e4
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