Changeset 6141 for trunk/PROBE_DESIGN/probe_design.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/PROBE_DESIGN/probe_design.cxx (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PROBE_DESIGN/probe_design.cxx
r6100 r6141 886 886 // char *space2 = 0; 887 887 // if (space1) space2 = strchr(space1+1, ' '); // space after gene name 888 // if (space1 && space2) { // ok - parsing suc essful888 // if (space1 && space2) { // ok - parsing successful 889 889 // int len = space2-space1-1; 890 890 // // delete [] gene_str; … … 980 980 } 981 981 982 if (error) error = GBS_global_string("%s", error); // make static copy (error may be free 'd by delete parser)982 if (error) error = GBS_global_string("%s", error); // make static copy (error may be freed by delete parser) 983 983 delete parser; 984 984 free(result); … … 1228 1228 sprintf(buffer,"probe_design/exceptions/nr%i/MODE",i); 1229 1229 aws->create_option_menu( buffer, NULL , "" ); 1230 aws->insert_option( "don t use", "d", -1 );1231 aws->insert_option( "don t split", "d", 0 );1230 aws->insert_option( "don't use", "d", -1 ); 1231 aws->insert_option( "don't split", "d", 0 ); 1232 1232 aws->insert_option( "split", "d", 1 ); 1233 1233 aws->update_option_menu(); … … 1493 1493 not_last--; 1494 1494 1495 // permut atate indices:1495 // permute indices: 1496 1496 int nidx = bases_to_resolve-1; 1497 1497 int done = 0; … … 1755 1755 GBS_strcat(strstruct, "echo Contents of directory ARBHOME/lib/pts:;echo;" 1756 1756 "(cd $ARBHOME/lib/pts; ls -l);" 1757 "echo; echo Disk Space for PT_server files:; echo;"1757 "echo; echo Disk space for PT_server files:; echo;" 1758 1758 "df $ARBHOME/lib/pts;"); 1759 GBS_strcat(strstruct,"echo;echo Running ARB Programms:;");1759 GBS_strcat(strstruct,"echo;echo 'Running ARB programs:';"); 1760 1760 1761 1761 {
