From 7d5ee914b2beb6ec20aa906326113bba36551a4d Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Thu, 4 Jul 2013 00:57:01 +0000 Subject: [PATCH] inprogress --- forester/java/src/org/forester/application/surfacing.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forester/java/src/org/forester/application/surfacing.java b/forester/java/src/org/forester/application/surfacing.java index 295844b..fc98702 100644 --- a/forester/java/src/org/forester/application/surfacing.java +++ b/forester/java/src/org/forester/application/surfacing.java @@ -2522,7 +2522,7 @@ public class surfacing { System.out.println( surfacing.USE_LAST_IN_FITCH_OPTION + ": to use last in Fitch parsimony" ); System.out.println( surfacing.WRITE_TO_NEXUS_OPTION + ": to output in Nexus format" ); System.out.println( PERFORM_DC_REGAIN_PROTEINS_STATS_OPTION + ": to perform DC regain protein statistics" ); - System.out.println( DA_ANALYSIS_OPTION + ": to DA analysis" ); + System.out.println( DA_ANALYSIS_OPTION + ": to do DA analysis" ); System.out.println(); System.out.println( "Example 1: java -Xms128m -Xmx512m -cp path/to/forester.jar" + " org.forester.application.surfacing p2g=pfam2go_2012_02_07.txt -dufs -cos=Pfam_260_NC1" -- 1.7.10.2