Probably the GATK's most seen typo in the world

This commit is contained in:
Mauricio Carneiro 2012-10-02 13:34:37 -04:00
parent ac87ed47bb
commit 9a8f53e76c
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class QCommandLine extends CommandLineProgram with Logging {
private def createQueueHeader() : Seq[String] = { private def createQueueHeader() : Seq[String] = {
Seq(String.format("Queue v%s, Compiled %s", getQueueVersion, getBuildTimestamp), Seq(String.format("Queue v%s, Compiled %s", getQueueVersion, getBuildTimestamp),
"Copyright (c) 2012 The Broad Institute", "Copyright (c) 2012 The Broad Institute",
"Fro support and documentation go to http://www.broadinstitute.org/gatk") "For support and documentation go to http://www.broadinstitute.org/gatk")
} }
private def getQueueVersion : String = { private def getQueueVersion : String = {