diff --git a/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetQCommandLine.scala b/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetQCommandLine.scala
index 8d5b02cb6adc733192358c63c26c16861c4f6e09..be66dabeb24369c32b50743f7e655c231b64aec6 100644
--- a/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetQCommandLine.scala
+++ b/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetQCommandLine.scala
@@ -274,8 +274,9 @@ class BiopetQCommandLine extends CommandLineProgram with Logging {
   }
 
   private def createQueueHeader(): Seq[String] = {
-    Seq(String.format("Biopet version: " + BiopetExecutable.getVersion,
-                     "Queue v%s, Compiled %s", getQueueVersion, getBuildTimestamp),
+    Seq("Biopet version: " + BiopetExecutable.getVersion,"",
+                     "Based on GATK Queue",
+//                     String.format("Queue v%s, Compiled %s", getQueueVersion, getBuildTimestamp),
                      "Copyright (c) 2012 The Broad Institute",
                      "For support and documentation go to http://www.broadinstitute.org/gatk")
   }