Update our error messages to point to getsatisfaction.com/gsa.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2706 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
3399ad9691
commit
fa3589e5c5
|
|
@ -108,7 +108,7 @@ public class CommandLineGATK extends CommandLineExecutable {
|
|||
header.add(String.format("The Genome Analysis Toolkit (GATK) v%s, Compiled %s",versionNumber,timestamp));
|
||||
header.add("Copyright (c) 2009 The Broad Institute");
|
||||
header.add("Please view our documentation at http://www.broadinstitute.org/gsa/wiki");
|
||||
header.add("For support, email gsahelp@broadinstitute.org");
|
||||
header.add("For support, please view our support site at http://getsatisfaction.com/gsa");
|
||||
return header;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -320,9 +320,8 @@ public abstract class CommandLineProgram {
|
|||
System.out.printf("The following error has occurred:%n%n");
|
||||
System.out.printf("%s:%n%n", msg);
|
||||
System.out.printf("Please check your command line arguments for any typos or inconsistencies.%n");
|
||||
System.out.printf("Help for dealing with common GATK error messages can be found at http://www.broadinstitute.org/gsa/wiki/index.php/GATK_Error_Messages%n");
|
||||
System.out.printf(" Or see our general docs documentation at http://www.broadinstitute.org/gsa/wiki%n");
|
||||
System.out.printf("Please email us at gsahelp@broad.mit.edu to report bugs or with help resolving undocumented issues%n");
|
||||
System.out.printf("Please review our general documentation at http://www.broadinstitute.org/gsa/wiki or contact us via our%n");
|
||||
System.out.printf("support site at http://getsatisfaction.com/gsa to report bugs or get help resolving undocumented issues%n");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue