You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let err = ZipPairedReadsError::MismatchedHeaders([r1.as_view(), r2.as_view()]);
225
+
let err = ZipPairedReadsError::MismatchedHeaders([r1.as_view(), r2.as_view()])
226
+
.add_path_context(input_path1, input_path2);
204
227
eprintln!(
205
-
"{MODULE} WARNING! {err}`--filter-widows or -f` is being disabled for the remainder of the processing. Consider rerunning with corrected inputs."
228
+
"{MODULE} WARNING! {err}\n\n`--filter-widows` or `-f` is being disabled for the remainder of the processing. Consider rerunning with corrected inputs."
"{MODULE} WARNING! An extra read was found in file: '{input_path1}'\n → Unexpected read found with header: {header1}\n\n`--filter-widows` or `-f` is being disabled for the remainder of the processing. Consider rerunning with corrected inputs.",
"{MODULE} WARNING! An extra read was found in file: '{input_path2}'\n → Unexpected read found with header: {header2}\n\n`--filter-widows` or `-f` is being disabled for the remainder of the processing. Consider rerunning with corrected inputs.",
"{MODULE} WARNING! Extra unpaired read(s) found at end of first FASTQ file. `--filter-widows or -f` is being disabled for the remainder of the processing. Consider rerunning with corrected inputs."
374
-
)
375
-
}
376
-
377
400
/// Trims a read and tallies its metadata. `Some` is returned if it passes all
0 commit comments