Skip to content
Snippets Groups Projects
Commit b9ad17e8 authored by bow's avatar bow
Browse files

Add logging message when writing

parent fd7e403b
Branches
Tags
No related merge requests found
...@@ -142,6 +142,7 @@ object ExtractAlignedFastq extends ToolCommand { ...@@ -142,6 +142,7 @@ object ExtractAlignedFastq extends ToolCommand {
case (x, y) => new BasicFastqWriter(outputFastq2) case (x, y) => new BasicFastqWriter(outputFastq2)
} }
logger.info("Writing output file(s) ...")
// zip, filter based on function, and write to output file(s) // zip, filter based on function, and write to output file(s)
i1.zip(i2) i1.zip(i2)
.filter((rec) => memFunc(rec._1, rec._2)) .filter((rec) => memFunc(rec._1, rec._2))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment