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

Fix output stats error

parent 700bfa35
No related branches found
No related tags found
No related merge requests found
......@@ -259,6 +259,6 @@ object FastqSync extends ToolCommand {
println(s"Filtered $numDiscA reads from first read file.")
println(s"Filtered $numDiscB reads from second read file.")
println(s"Synced $numKept files contain %d reads.")
println(s"Synced files contain $numKept reads.")
}
}
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