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

Fix on Queue header

parent fe661dad
Branches
Tags
No related merge requests found
...@@ -274,8 +274,9 @@ class BiopetQCommandLine extends CommandLineProgram with Logging { ...@@ -274,8 +274,9 @@ class BiopetQCommandLine extends CommandLineProgram with Logging {
} }
private def createQueueHeader(): Seq[String] = { private def createQueueHeader(): Seq[String] = {
Seq(String.format("Biopet version: " + BiopetExecutable.getVersion, Seq("Biopet version: " + BiopetExecutable.getVersion,"",
"Queue v%s, Compiled %s", getQueueVersion, getBuildTimestamp), "Based on GATK Queue",
// String.format("Queue v%s, Compiled %s", getQueueVersion, getBuildTimestamp),
"Copyright (c) 2012 The Broad Institute", "Copyright (c) 2012 The Broad Institute",
"For support and documentation go to http://www.broadinstitute.org/gatk") "For support and documentation go to http://www.broadinstitute.org/gatk")
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment