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

Add logging message when writing

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