Skip to content
Snippets Groups Projects
Commit 40f1af70 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Code style

parent 8b7c9688
No related branches found
No related tags found
No related merge requests found
......@@ -175,10 +175,10 @@ object BammetricsReport extends ReportBuilder {
}
def wgsHistogramPlot(outputDir: File,
prefix: String,
summary: Summary,
libraryLevel: Boolean = false,
sampleId: Option[String] = None): Unit = {
prefix: String,
summary: Summary,
libraryLevel: Boolean = false,
sampleId: Option[String] = None): Unit = {
val tsvFile = new File(outputDir, prefix + ".tsv")
val pngFile = new File(outputDir, prefix + ".png")
val tsvWriter = new PrintWriter(tsvFile)
......
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