Changeset 6143 for branches/stable_5.0
- Timestamp:
- 15/08/09 14:13:42 (3 years ago)
- Location:
- branches/stable_5.0
- Files:
-
- 57 modified
-
ARBDB/ad_load.c (modified) (2 diffs)
-
ARBDB/adali.c (modified) (1 diff)
-
ARBDB/adcomm.c (modified) (2 diffs)
-
ARBDB/adlang1.c (modified) (2 diffs)
-
ARBDB/admalloc.c (modified) (3 diffs)
-
ARBDB/adquery.c (modified) (4 diffs)
-
ARBDB/adseqcompr.c (modified) (3 diffs)
-
ARBDB/adsocket.c (modified) (5 diffs)
-
ARBDB/adtables.c (modified) (1 diff)
-
ARBDB/adtools.c (modified) (2 diffs)
-
ARBDB/adtree.c (modified) (3 diffs)
-
ARBDB/adtune.c (modified) (1 diff)
-
ARBDB/adtune.h (modified) (1 diff)
-
ARBDB/arb_assert.h (modified) (1 diff)
-
ARBDB/arbdb.c (modified) (4 diffs)
-
ARBDB/arbdb.h (modified) (2 diffs)
-
ARBDB/arbdb_base.h (modified) (2 diffs)
-
ARBDBPP/admain.cxx (modified) (1 diff)
-
ARBDBPP/adspecies.cxx (modified) (1 diff)
-
ARB_GDE/GDE_arbdb_io.cxx (modified) (1 diff)
-
AWT/AWT_canio.cxx (modified) (2 diffs)
-
AWT/AWT_csp.cxx (modified) (3 diffs)
-
AWT/AWT_dtree.cxx (modified) (1 diff)
-
AWT/AWT_input_mask.cxx (modified) (1 diff)
-
AWT/AWT_query_and_functions.cxx (modified) (6 diffs)
-
AWT/AWT_sel_boxes.cxx (modified) (3 diffs)
-
AWT/AWT_tree_cmp.cxx (modified) (1 diff)
-
CONSENSUS_TREE/CT_mem.cxx (modified) (2 diffs)
-
DIST/DI_matr.cxx (modified) (6 diffs)
-
DIST/distanalyse.cxx (modified) (1 diff)
-
EDIT4/ED4_main.cxx (modified) (1 diff)
-
EDIT4/graph_aligner_gui.cxx (modified) (1 diff)
-
GDE/MOLPHY/mltree.c (modified) (1 diff)
-
GDE/RAxML/parsePartitions.c (modified) (1 diff)
-
GENOM/EXP_interface.cxx (modified) (1 diff)
-
GENOM/GEN_interface.cxx (modified) (2 diffs)
-
GENOM/GEN_translations.cxx (modified) (2 diffs)
-
NTREE/AP_csp_2_gnuplot.cxx (modified) (1 diff)
-
NTREE/NT_concatenate.cxx (modified) (5 diffs)
-
NTREE/NT_dbrepair.cxx (modified) (2 diffs)
-
NTREE/NT_extern.cxx (modified) (1 diff)
-
NTREE/NT_main.cxx (modified) (1 diff)
-
NTREE/ad_spec.cxx (modified) (1 diff)
-
NTREE/ad_transpro.cxx (modified) (4 diffs)
-
PARSIMONY/AP_buffer.cxx (modified) (1 diff)
-
PARSIMONY/AP_tree_nlen.cxx (modified) (1 diff)
-
PARSIMONY/PARS_main.cxx (modified) (3 diffs)
-
PROBE_DESIGN/probe_design.cxx (modified) (2 diffs)
-
RNA3D/RNA3D_OpenGLEngine.cxx (modified) (1 diff)
-
SEQ_QUALITY/SQ_main.cxx (modified) (1 diff)
-
SL/FAST_ALIGNER/fast_aligner.cxx (modified) (1 diff)
-
TOOLS/arb_export_tree.cxx (modified) (1 diff)
-
TOOLS/arb_probe.cxx (modified) (2 diffs)
-
TOOLS/arb_replace.cxx (modified) (1 diff)
-
WINDOW/AW_button.cxx (modified) (6 diffs)
-
WINDOW/AW_nawar.cxx (modified) (1 diff)
-
arb_install.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/ARBDB/ad_load.c
r6102 r6143 629 629 } 630 630 if (!Main->keys[key].key) { 631 GB_internal_error("Some database fields have no field i ndentifier -> setting to 'main'");631 GB_internal_error("Some database fields have no field identifier -> setting to 'main'"); 632 632 gb_write_index_key(GB_FATHER(gbd),gbd->index,0); 633 633 } … … 1130 1130 } 1131 1131 if (j>=255) { 1132 gb_read_bin_error(in,(GBDATA *)gbd,"more th en 255 dates are not allowed");1132 gb_read_bin_error(in,(GBDATA *)gbd,"more than 255 dates are not allowed"); 1133 1133 return 1; 1134 1134 } -
branches/stable_5.0/ARBDB/adali.c
r6101 r6143 91 91 "Found %li duplicated species with identical names!\n" 92 92 "Fix the problem using\n" 93 " 'Search For Equal Fields and Mark Dupli kates'\n"93 " 'Search For Equal Fields and Mark Duplicates'\n" 94 94 "in ARB_NTREE search tool, save DB and restart ARB." 95 95 , duplicates); -
branches/stable_5.0/ARBDB/adcomm.c
r6104 r6143 1263 1263 gb2 = gb_source; 1264 1264 if (types != type) { 1265 GB_internal_error("Type changed in client: Connection aborte t\n");1265 GB_internal_error("Type changed in client: Connection aborted\n"); 1266 1266 return GBCM_SERVER_FAULT; 1267 1267 } … … 2097 2097 long pid = getpid(); 2098 2098 2099 if (pid != lastpid) { // don t install pid multiple times2099 if (pid != lastpid) { // don't install pid multiple times 2100 2100 char *pidfile_name; 2101 2101 { -
branches/stable_5.0/ARBDB/adlang1.c
r6101 r6143 160 160 161 161 case GB_BIT: 162 // 'param=' is same as 'param' or 'param=1' (historical reason, don t change)162 // 'param=' is same as 'param' or 'param=1' (historical reason, don't change) 163 163 *(int *)para->varaddr = (value[0] ? atoi(value) : 1); 164 164 break; … … 1862 1862 } 1863 1863 else { 1864 *error = "Container has nei ghter 'name' nor 'group_name' entry - can't detect container type";1864 *error = "Container has neither 'name' nor 'group_name' entry - can't detect container type"; 1865 1865 } 1866 1866 } -
branches/stable_5.0/ARBDB/admalloc.c
r6107 r6143 46 46 size_t size; /* free size of current table */ 47 47 size_t allsize; /* full size of all tables */ 48 struct gbm_table_struct *first; /* link eslist of tables */48 struct gbm_table_struct *first; /* link list of tables */ 49 49 struct gbm_data_struct *tables[GBM_MAX_TABLES + 1]; /* free entries */ 50 50 long tablecnt[GBM_MAX_TABLES + 1]; /* number of free entries */ … … 105 105 } 106 106 else { 107 fprintf(stderr,"Panic Error: Unsufficient memory: tried to get %i*%i bytes : Increase Swap space\n",nelem,elsize);107 fprintf(stderr,"Panic Error: insufficient memory: tried to get %i*%i bytes\n",nelem,elsize); 108 108 } 109 109 return mem; … … 186 186 } 187 187 else { 188 fprintf(stderr,"Panic Error: Unsufficient memory: tried to get %i*%i bytes : Increase Swap space\n",nelem,elsize);188 fprintf(stderr,"Panic Error: insufficient memory: tried to get %i*%i bytes\n",nelem,elsize); 189 189 } 190 190 -
branches/stable_5.0/ARBDB/adquery.c
r6100 r6143 93 93 GB_STRING/GB_LINK: compares string (case_sensitive or not) 94 94 GB_INT: compares values 95 GB_FLOAT: dit o (val MUST be a 'double*')95 GB_FLOAT: ditto (val MUST be a 'double*') 96 96 others: not implemented yet 97 97 … … 283 283 case down_level: return GB_find_subcontent_by_quark((GBDATA*)gbc, key_quark, type, val, case_sens, after); 284 284 case down_2_level: return find_sub_sub_by_quark((GBDATA*)gbc, key, key_quark, type, val, case_sens, after); 285 default: GB_internal_errorf("Unknown sea ch type %li",gbs); return NULL;285 default: GB_internal_errorf("Unknown search type %li",gbs); return NULL; 286 286 } 287 287 } … … 316 316 317 317 GBDATA *GB_child(GBDATA *father) { 318 // return first child (or NULL if no child s)318 // return first child (or NULL if no children) 319 319 return GB_find(father, NULL, down_level); 320 320 } 321 321 GBDATA *GB_nextChild(GBDATA *child) { 322 // return next child after 'child' (or NULL if no more child s)322 // return next child after 'child' (or NULL if no more children) 323 323 return GB_find(child, NULL, this_level|search_next); 324 324 } … … 772 772 773 773 char *gbs_search_next_seperator(const char *source,const char *seps){ 774 /* search the next sep erator */774 /* search the next separator */ 775 775 static char tab[256]; 776 776 static int flag = 0; -
branches/stable_5.0/ARBDB/adseqcompr.c
r6101 r6143 11 11 12 12 #if defined(DEBUG) 13 /* don t do optimize, only create tree and save to DB */13 /* don't do optimize, only create tree and save to DB */ 14 14 /* #define SAVE_COMPRESSION_TREE_TO_DB */ 15 15 #endif /* DEBUG */ … … 526 526 527 527 if (GB_read_clock(gbd) >= main_clock){ 528 GB_warning("A Species seems to be more than once in the tree");528 GB_warning("A species seems to be more than once in the tree"); 529 529 } 530 530 else { … … 619 619 GBDATA *gbd = masters[si]->gbd; 620 620 621 ad_assert(mi>si); /* we don't want a re kursion, because we cannot uncompress sequence compressed masters, Main->gb_master_data is wrong */621 ad_assert(mi>si); /* we don't want a recursion, because we cannot uncompress sequence compressed masters, Main->gb_master_data is wrong */ 622 622 623 623 if (gb_read_nr(gbd) != si) { /* Check database */ -
branches/stable_5.0/ARBDB/adsocket.c
r6104 r6143 415 415 416 416 /** read two values: length and any user long 417 * if data are send be gbcm_write_two th an b should be zero417 * if data are send be gbcm_write_two then b should be zero 418 418 * and is not used !!! */ 419 419 … … 735 735 } 736 736 if (buffer == MAP_FAILED){ 737 GB_export_errorf("GB_map_file: Error Out of Memory: mmap failes(errno: %i)", errno);737 GB_export_errorf("GB_map_file: Error: Out of Memory: mmap failed (errno: %i)", errno); 738 738 return NULL; 739 739 } … … 826 826 827 827 // runs a command in an xterm 828 // if 'background' is true -> run async ronous829 // if 'wait_only_if_error' is true -> async ronous does wait for keypress only if cmd fails828 // if 'background' is true -> run asynchronous 829 // if 'wait_only_if_error' is true -> asynchronous does wait for keypress only if cmd fails 830 830 831 831 void *strstruct = GBS_stropen(1024); … … 1266 1266 GB_CSTR GB_concat_path(GB_CSTR anypath_left, GB_CSTR anypath_right) { 1267 1267 // concats left and right part of a path. 1268 // '/' is inserted in between1268 // '/' is inserted in-between 1269 1269 // 1270 1270 // if one of the arguments is NULL = > returns the other argument … … 1355 1355 1356 1356 if (error) { 1357 // don t care if anything fails here..1357 // don't care if anything fails here.. 1358 1358 if (fp) { fclose(fp); fp = 0; } 1359 1359 if (file) { unlink(file); file = 0; } -
branches/stable_5.0/ARBDB/adtables.c
r6100 r6143 9 9 /* *************** tables, for ARB BIO storage ******************* 10 10 11 * hierarchical organi sation:11 * hierarchical organization: 12 12 13 13 -
branches/stable_5.0/ARBDB/adtools.c
r6101 r6143 839 839 { 840 840 /* generates a call to 'arb_notify', meant to be inserted into some external system call. 841 * When that call is executed, the callback instan ciated here will be called.841 * When that call is executed, the callback instantiated here will be called. 842 842 * 843 * Tip : To return variable results from the shell s kript, use the name of an environment843 * Tip : To return variable results from the shell script, use the name of an environment 844 844 * variable in 'message' (e.g. "$RESULT") 845 845 */ … … 926 926 } 927 927 else { 928 /* callback the instan ciating DB client */928 /* callback the instantiating DB client */ 929 929 error = GB_write_string(gb_message, message); 930 930 } -
branches/stable_5.0/ARBDB/adtree.c
r6100 r6143 59 59 else { // root node 60 60 if (delNode->tree_is_one_piece_of_memory) { 61 // don t change root -> copy instead61 // don't change root -> copy instead 62 62 memcpy(delNode, tree, sizeof(GBT_TREE)); 63 63 tree = delNode; … … 85 85 if (species_hash) { 86 86 gb_node = (GBDATA*)GBS_read_hash(species_hash, tree->name); 87 ad_assert(tree->gb_node == 0); // don t call linked tree with 'species_hash'!87 ad_assert(tree->gb_node == 0); // don't call linked tree with 'species_hash'! 88 88 } 89 89 else gb_node = tree->gb_node; … … 525 525 /** Loads a tree from the database into any user defined structure. 526 526 make sure that the first eight members members of your 527 structure looks ex ectly like GBT_TREE, You should send the size527 structure looks exactly like GBT_TREE, You should send the size 528 528 of your structure ( minimum sizeof GBT_TREE) to this 529 529 function. 530 530 531 If size < 0 then the tree is allocated as just one big piece of mem ery,531 If size < 0 then the tree is allocated as just one big piece of memory, 532 532 which can be freed by free((char *)root_of_tree) + deleting names or 533 533 by GBT_delete_tree. -
branches/stable_5.0/ARBDB/adtune.c
r5390 r6143 11 11 const int GB_MAX_QUICK_SAVES = 10; /* maximum number of quick saves */ 12 12 13 const int GB_MAX_LOCAL_SEARCH = 256; /* Maximum number of child s before doing aearch in the database server */13 const int GB_MAX_LOCAL_SEARCH = 256; /* Maximum number of children before doing a search in the database server */ 14 14 15 15 const int GBTUM_SHORT_STRING_SIZE = 128; /* the maximum strlen which is stored in short string format */ -
branches/stable_5.0/ARBDB/adtune.h
r1034 r6143 12 12 extern const int GB_MAX_QUICK_SAVES ; /* maximum number of quick saves */ 13 13 14 extern const int GB_MAX_LOCAL_SEARCH ; /* Maximum number of child s before doing aearch in the database server */14 extern const int GB_MAX_LOCAL_SEARCH ; /* Maximum number of children before doing a search in the database server */ 15 15 16 16 extern const int GBTUM_SHORT_STRING_SIZE ; /* the maximum strlen which is stored in short string format */ -
branches/stable_5.0/ARBDB/arb_assert.h
r5754 r6143 20 20 * to avoid ARBDB dependency! 21 21 * 22 * ASSERT_CRASH if assert fails debugger stops at assert ma kro22 * ASSERT_CRASH if assert fails debugger stops at assert macro 23 23 * ASSERT_BACKTRACE_AND_CRASH like ASSERT_CRASH - with backtrace 24 24 * ASSERT_ERROR assert prints an error and ARB exits -
branches/stable_5.0/ARBDB/arbdb.c
r6101 r6143 278 278 GB_ERROR gb_unfold(GBCONTAINER *gbd, long deep, int index_pos) 279 279 { 280 /* get data from server if deep than get subitems too. 280 /* get data from server. 281 * if deep, then get subitems too. 281 282 * If index_pos >= 0, get indexed item from server 282 283 * <0, get all items … … 1621 1622 1622 1623 1623 /** if the temporary flag is set, th an that entry (including all subentries) will not be saved*/1624 /** if the temporary flag is set, then that entry (including all subentries) will not be saved*/ 1624 1625 GB_ERROR GB_set_temporary(GBDATA *gbd) 1625 1626 { … … 1653 1654 /* Starts a read only transaction !!; 1654 1655 be sure that all data is cached 1655 be extremely careful l!!!!! */1656 be extremely careful !!!!! */ 1656 1657 1657 1658 GB_MAIN_TYPE *Main = GB_MAIN(gbd); … … 2336 2337 2337 2338 if (GB_read_clients(gb_main)>0) 2338 return GB_export_errorf("There are %li clients (editors, tree program ms) connected to this server,\n"2339 return GB_export_errorf("There are %li clients (editors, tree programs) connected to this server,\n" 2339 2340 "please close clients and rerun operation", 2340 2341 GB_read_clients(gb_main)); -
branches/stable_5.0/ARBDB/arbdb.h
r6127 r6143 56 56 #else 57 57 58 typedef long GB_REL_STRING; /* relative ad ress */59 typedef long GB_REL_GBDATA; /* relative ad ress */60 typedef long GB_REL_CONTAINER; /* relative ad ress */58 typedef long GB_REL_STRING; /* relative address */ 59 typedef long GB_REL_GBDATA; /* relative address */ 60 typedef long GB_REL_CONTAINER; /* relative address */ 61 61 62 62 #endif /*MEMORY_TEST==1*/ … … 82 82 unsigned int unused: 1; /* last bit saved */ 83 83 unsigned int user_flags:8; 84 unsigned int temporary:1; /* ==1 -> don t save entry */84 unsigned int temporary:1; /* ==1 -> don't save entry */ 85 85 unsigned int saved_flags:8; 86 86 }; -
branches/stable_5.0/ARBDB/arbdb_base.h
r6055 r6143 41 41 * The following function handle char*'s, which either own a heap copy or are NULL. 42 42 * 43 * freeset: assigns a heap-copy to a variable (variable is automatically free 'd)43 * freeset: assigns a heap-copy to a variable (variable is automatically freed) 44 44 * freedup: similar to freeset, but strdup's the rhs-expression 45 45 * reassign: similar to freeset, but rhs must be variable and will be set to NULL … … 48 48 * Note: freeset, freedup and reassign may safely use the changed variable in the rhs-expression! 49 49 * 50 * @@@ the complete section could go into a sep erate header,50 * @@@ the complete section could go into a separate header, 51 51 * but it makes no sense atm, cause we need GB_strdup for C compilation 52 52 * (using a macro would evaluate 'str' in nulldup twice - which is not ok) -
branches/stable_5.0/ARBDBPP/admain.cxx
r5894 r6143 53 53 } else 54 54 { 55 return new AD_ERR("database doesn t exist");55 return new AD_ERR("database doesn't exist"); 56 56 } 57 57 } -
branches/stable_5.0/ARBDBPP/adspecies.cxx
r5823 r6143 178 178 if (ad_species->gb_species != gb_species) { 179 179 // muessen uebereinstimmen 180 new AD_ERR(" strange CALLBACK occur ed - int AD_SPECIES",CORE);180 new AD_ERR(" strange CALLBACK occurred - int AD_SPECIES",CORE); 181 181 } 182 182 -
branches/stable_5.0/ARB_GDE/GDE_arbdb_io.cxx
r5901 r6143 60 60 size_t fl = filter->filter_len; 61 61 if (fl < maxalignlen) { 62 aw_message("Warning Your filter is shorter than the alignment len");62 aw_message("Warning: Your filter is shorter than the alignment len"); 63 63 maxalignlen = fl; 64 64 } -
branches/stable_5.0/AWT/AWT_canio.cxx
r5942 r6143 166 166 } 167 167 168 // con traints and automatica:168 // constraints and automatics: 169 169 170 170 awr->awar(AWAR_PRINT_TREE_PSIZEX)->set_minmax(0.1, 100); … … 522 522 if (usableSize<0.1) aw_message("Usable size very low. Wrong overlap amount?"); 523 523 } 524 usableSize += papersize * wantedpages; // add (partial) page (don t subtract overlapAmount)524 usableSize += papersize * wantedpages; // add (partial) page (don't subtract overlapAmount) 525 525 } 526 526 else { -
branches/stable_5.0/AWT/AWT_csp.cxx
r6100 r6143 96 96 if (!error) { 97 97 gb_ali = GB_entry(gb_sai,alignment_name); 98 if (!gb_ali) error = GB_export_error("Please select a valid Column Statist ");98 if (!gb_ali) error = GB_export_error("Please select a valid Column Statistic"); 99 99 } 100 100 if (!error) { 101 101 gb_freqs = GB_entry(gb_ali,"FREQUENCIES"); 102 if (!gb_ali) error = GB_export_error("Please select a valid Column Statist ");102 if (!gb_ali) error = GB_export_error("Please select a valid Column Statistic"); 103 103 } 104 104 if (error) { … … 128 128 } 129 129 130 if (!error && use_helix) { // calculate weig ths and helix filter130 if (!error && use_helix) { // calculate weights and helix filter 131 131 BI_helix helix; 132 132 error = helix.init(this->gb_main,alignment_name); … … 158 158 GB_UINT4 *freqi[256]; 159 159 for (i=0;i<256; i++) freqi[i] = 0; 160 int wf; // ********* read the frequenc estatistic160 int wf; // ********* read the frequency statistic 161 161 for (gb_freq = GB_child(gb_freqs); gb_freq; gb_freq = GB_nextChild(gb_freq)) { 162 162 char *key = GB_read_key(gb_freq); -
branches/stable_5.0/AWT/AWT_dtree.cxx
r6008 r6143 1857 1857 1858 1858 if (!error) { 1859 aw_message(GBS_global_string("Tree '%s' lost all lea fes and has been deleted", tree_name));1859 aw_message(GBS_global_string("Tree '%s' lost all leaves and has been deleted", tree_name)); 1860 1860 #if defined(DEVEL_RALF) 1861 1861 #warning somehow update selected tree -
branches/stable_5.0/AWT/AWT_input_mask.cxx
r6100 r6143 2387 2387 } 2388 2388 else if (item_type == AWT_IT_UNKNOWN) { 2389 aw_message(GBS_global_string("Unk own @ITEMTYPE '%s' in '%s'", descriptor->get_itemtypename(), descriptor->get_internal_maskname()));2389 aw_message(GBS_global_string("Unknown @ITEMTYPE '%s' in '%s'", descriptor->get_itemtypename(), descriptor->get_internal_maskname())); 2390 2390 } 2391 2391 } -
branches/stable_5.0/AWT/AWT_query_and_functions.cxx
r6121 r6143 418 418 // Mark listed species 419 419 // mark = 1 -> mark listed 420 // mark | 8 -> don' dchange rest420 // mark | 8 -> don't change rest 421 421 void awt_do_mark_list(void *dummy, struct adaqbsstruct *cbs, long mark) 422 422 { … … 1021 1021 1022 1022 #if defined(DEBUG) 1023 printf("query: search i ndentical %s in field %s%s\n",1023 printf("query: search identical %s in field %s%s\n", 1024 1024 (ext_query == AWT_EXT_QUERY_COMPARE_WORDS ? "words" : "values"), 1025 1025 first_key, … … 1296 1296 AWT_advice("'Move to hitlist' now depends on the values selected for\n" 1297 1297 " * 'Search/Add/Keep species' and\n" 1298 " * 'that match/don t match the query'\n"1298 " * 'that match/don't match the query'\n" 1299 1299 "in the search tool.", 1300 1300 AWT_ADVICE_TOGGLE|AWT_ADVICE_HELP, … … 1479 1479 if (type != AWT_QUERY_MATCH) { 1480 1480 AWT_advice("'Find equal entries' now depends on the values selected for\n" 1481 " * 'that match/don t match the query'\n"1481 " * 'that match/don't match the query'\n" 1482 1482 "in the search tool.", 1483 1483 AWT_ADVICE_TOGGLE|AWT_ADVICE_HELP, … … 2333 2333 else { 2334 2334 char *name = GBT_read_string(gb_item,"name"); 2335 error = GB_export_errorf("Field '%s' of %s '%s' has incom batible type", key, cbs->selector->item_name, name);2335 error = GB_export_errorf("Field '%s' of %s '%s' has incompatible type", key, cbs->selector->item_name, name); 2336 2336 free(name); 2337 2337 } … … 2701 2701 aws->create_toggle_field(cbs->awar_by,"",""); 2702 2702 aws->insert_toggle("that match the query","M",(int)AWT_QUERY_MATCH); 2703 aws->insert_toggle("that don t match the q.","D",(int)AWT_QUERY_DONT_MATCH);2703 aws->insert_toggle("that don't match the q.","D",(int)AWT_QUERY_DONT_MATCH); 2704 2704 aws->insert_toggle("that are marked","A",(int)AWT_QUERY_MARKED); 2705 2705 aws->update_toggle_field(); -
branches/stable_5.0/AWT/AWT_sel_boxes.cxx
r6022 r6143 126 126 // ******************** selection boxes on pt-servers ******************** 127 127 128 #define PT_SERVERNAME_LENGTH 23 // that s for buttons128 #define PT_SERVERNAME_LENGTH 23 // that's for buttons 129 129 #define PT_SERVERNAME_SELLIST_WIDTH 30 // this for lists 130 130 #define PT_SERVER_TRACKLOG_TIMER 10000 // every 10 seconds … … 596 596 597 597 AW_window_simple *aws = new AW_window_simple; 598 char *window_id = GBS_global_string_copy("SAVE_SELECT CION_BOX_%s", var_id);598 char *window_id = GBS_global_string_copy("SAVE_SELECTION_BOX_%s", var_id); 599 599 600 600 aws->init(aw_root, window_id, "SAVE BOX"); … … 850 850 if (callback) error = GB_remove_last_notification(gb_main); 851 851 } 852 else { // suc essfully started editor852 else { // successfully started editor 853 853 // Can't be sure editor really started when callback is used (see command above). 854 // But it doesn t matter, cause arb_notify is called anyway and removes all callbacks854 // But it doesn't matter, cause arb_notify is called anyway and removes all callbacks 855 855 if (callback) { 856 856 // add timed callback tracking file change -
branches/stable_5.0/AWT/AWT_tree_cmp.cxx
r6024 r6143 307 307 308 308 if (!compare_node_info) { 309 aw_status("Copy Node Information s");309 aw_status("Copy Node Information"); 310 310 ssr->copy_node_infos(log, delete_old_nodes, nodes_with_marked_only); 311 311 } -
branches/stable_5.0/CONSENSUS_TREE/CT_mem.cxx
r1257 r6143 1 /* Modul zur Verwaltung des Speicherplatzes*/1 /* memory handling */ 2 2 3 3 #include <stdlib.h> … … 12 12 13 13 if (!p) { 14 fprintf(stderr, "Error occur ed in Module CONSENSUS! Not enough Memory left\n");14 fprintf(stderr, "Error occurred in Module CONSENSUS! Not enough Memory left\n"); 15 15 return 0; 16 16 } -
branches/stable_5.0/DIST/DI_matr.cxx
r6100 r6143 527 527 if (!out) return "Cannot open file"; 528 528 529 aw_openstatus("Calculating Distan zMatrix");529 aw_openstatus("Calculating Distance Matrix"); 530 530 aw_status("Calculating global rate matrix"); 531 531 … … 548 548 char *seq1,*seq2; 549 549 s_len = tree_root->filter->real_len; 550 fprintf(out,"\nDistan zmatrix (Helixdist Helixlen Nonhelixdist Nonhelixlen):");550 fprintf(out,"\nDistance matrix (Helixdist Helixlen Nonhelixdist Nonhelixlen):"); 551 551 fprintf(out,"\n%li",nentries); 552 552 const int MAXDISTDEBUG = 1000; … … 652 652 GB_ERROR error = haeschoe("outfile"); 653 653 if (error) return error; 654 return "Your matri zes have been written to 'outfile'\nSorry I can not make a tree";654 return "Your matrices have been written to 'outfile'\nSorry I can not make a tree"; 655 655 } 656 656 int user_matrix_enabled = awr->awar(AWAR_DIST_MATRIX_DNA_ENABLED)->read_int(); … … 830 830 } 831 831 if (N==0) N=1; 832 if (transformation == DI_TRANSFORMATION_OLSEN){ // Calc sum square freq in ividually for each line832 if (transformation == DI_TRANSFORMATION_OLSEN){ // Calc sum square freq individually for each line 833 833 S_square = 0.0; 834 834 for (i=0;i<AP_MAX; i++) S_square+= frequencies[i]*frequencies[i]; … … 1168 1168 { 1169 1169 AW_window_simple *aws = new AW_window_simple; 1170 aws->init( aw_root, "SELECT_CHARS_TO_CANCEL_COL OUM", "CANCEL SELECT");1170 aws->init( aw_root, "SELECT_CHARS_TO_CANCEL_COLUMN", "CANCEL SELECT"); 1171 1171 aws->load_xfig("di_cancel.fig"); 1172 1172 … … 1388 1388 } 1389 1389 1390 aw_openstatus("Analy sing data...");1390 aw_openstatus("Analyzing data..."); 1391 1391 aw_status("Read the database"); 1392 1392 -
branches/stable_5.0/DIST/distanalyse.cxx
r5392 r6143 65 65 66 66 if (min_len * 1.3 < max_len) { 67 aw_message("Warning: The length of sequences differ significantly\n"68 " be careful l, neighbour joining is sensitivto\n"67 aw_message("Warning: The length of sequences differs significantly\n" 68 " be careful, neighbour joining is sensitive to\n" 69 69 " this kind of error"); 70 70 } -
branches/stable_5.0/EDIT4/ED4_main.cxx
r6106 r6143 528 528 "\n" 529 529 "Options:\n" 530 "-c config loads configuration 'config' (d afault: 'default_configuration')\n"530 "-c config loads configuration 'config' (default: 'default_configuration')\n" 531 531 "\n" 532 532 ); -
branches/stable_5.0/EDIT4/graph_aligner_gui.cxx
r5942 r6143 118 118 GB_ERROR gb_error; 119 119 120 // start pt server if nec cessary120 // start pt server if necessary 121 121 gb_error = arb_look_and_start_server(AISC_MAGIC_NUMBER,tmp.str().c_str(), 122 122 GLOBAL_gb_main); 123 123 if (gb_error) { 124 cerr << "Can ot contact PT server. Aborting" << endl;124 cerr << "Cannot contact PT server. Aborting" << endl; 125 125 cerr << " ID: \"" << tmp.str().c_str() 126 126 << "\" PORT: \"" << pt_server -
branches/stable_5.0/GDE/MOLPHY/mltree.c
r1885 r6143 1511 1511 } 1512 1512 if (allsame > 0) 1513 printf("\nsame bootstrap likelihood occur ed %d times\n", allsame);1513 printf("\nsame bootstrap likelihood occurred %d times\n", allsame); 1514 1514 free_dvector(boots); 1515 1515 free_ivector(addweight); -
branches/stable_5.0/GDE/RAxML/parsePartitions.c
r5262 r6143 935 935 if (!f) 936 936 { 937 printf( "Could not open external AA subs itution model file: %s\n", proteinModelFileName);937 printf( "Could not open external AA substitution model file: %s\n", proteinModelFileName); 938 938 exit(-1); 939 939 } -
branches/stable_5.0/GENOM/EXP_interface.cxx
r6100 r6143 250 250 251 251 aws->create_menu("More search", "s" ); 252 aws->insert_menu_topic("exp_search_equal_fields_within_db","Search For Equal Fields and Mark Dupli kates", "E", "search_duplicates.hlp", AWM_ALL, (AW_CB)awt_search_equal_entries, cbs, 0);253 aws->insert_menu_topic("exp_search_equal_words_within_db", "Search For Equal Words Between Fields and Mark Dupli kates", "W", "search_duplicates.hlp", AWM_ALL, (AW_CB)awt_search_equal_entries, cbs, 1);252 aws->insert_menu_topic("exp_search_equal_fields_within_db","Search For Equal Fields and Mark Duplicates", "E", "search_duplicates.hlp", AWM_ALL, (AW_CB)awt_search_equal_entries, cbs, 0); 253 aws->insert_menu_topic("exp_search_equal_words_within_db", "Search For Equal Words Between Fields and Mark Duplicates", "W", "search_duplicates.hlp", AWM_ALL, (AW_CB)awt_search_equal_entries, cbs, 1); 254 254 255 255 aws->button_length(7); -
branches/stable_5.0/GENOM/GEN_interface.cxx
r6100 r6143 527 527 528 528 aws->at("toggle"); 529 aws->label("Comple ntary strand");529 aws->label("Complementary strand"); 530 530 aws->create_toggle(AWAR_GENE_COMPLEMENT); 531 531 … … 681 681 682 682 aws->create_menu("More search", "s" ); 683 aws->insert_menu_topic("gen_search_equal_fields_within_db", "Search For Equal Fields and Mark Dupli kates", "E", "search_duplicates.hlp", AWM_ALL, (AW_CB)awt_search_equal_entries, cbs, 0);684 aws->insert_menu_topic("gen_search_equal_words_within_db", "Search For Equal Words Between Fields and Mark Dupli kates", "W", "search_duplicates.hlp", AWM_ALL, (AW_CB)awt_search_equal_entries, cbs, 1);683 aws->insert_menu_topic("gen_search_equal_fields_within_db", "Search For Equal Fields and Mark Duplicates", "E", "search_duplicates.hlp", AWM_ALL, (AW_CB)awt_search_equal_entries, cbs, 0); 684 aws->insert_menu_topic("gen_search_equal_words_within_db", "Search For Equal Words Between Fields and Mark Duplicates", "W", "search_duplicates.hlp", AWM_ALL, (AW_CB)awt_search_equal_entries, cbs, 1); 685 685 686 686 aws->button_length(7); -
branches/stable_5.0/GENOM/GEN_translations.cxx
r5853 r6143 60 60 GRS_NO_CHANGE = 0, // no translation found 61 61 GRS_FAILED = 1, // error is set 62 GRS_TRANSLATION_REMOVED = 2, // translation was present, reproduc able and has been removed62 GRS_TRANSLATION_REMOVED = 2, // translation was present, reproducible and has been removed 63 63 GRS_TRANSLATION_FAILED = 4, // translation differed (wrote ARB translation to field 'ARB_translation') 64 64 GRS_START_CODON_WRONG = 8, // translation differed only in start codon … … 227 227 if (first_warning) { // show details once 228 228 warn(cd, 229 "Note: Reproduc able translations were removed from database.\n"229 "Note: Reproducible translations were removed from database.\n" 230 230 " Failed translations were left in database and an additional\n" 231 231 " field 'ARB_translation' was added."); 232 232 warn(cd, GBS_global_string("- %i genes had no translation entry", no_entry)); 233 warn(cd, GBS_global_string("- %i translations were reproduc able", ok));233 warn(cd, GBS_global_string("- %i translations were reproducible", ok)); 234 234 first_warning = false; 235 235 } -
branches/stable_5.0/NTREE/AP_csp_2_gnuplot.cxx
r6100 r6143 458 458 aws->at("smooth"); 459 459 aws->create_option_menu(AP_AWAR_CSP_SMOOTH); 460 aws->insert_option("Don t Smooth","D",0);460 aws->insert_option("Don't smooth","D",0); 461 461 aws->insert_option("Smooth 1","1",1); 462 462 aws->insert_option("Smooth 2","2",2); -
branches/stable_5.0/NTREE/NT_concatenate.cxx
r6100 r6143 339 339 int no_of_sel_alignments = aws->get_no_of_entries(con_alignment_list); //getting number of selected alignments 340 340 int found[no_of_sel_alignments], missing[no_of_sel_alignments]; 341 for (int j = 0; j<no_of_sel_alignments; j++) { found[j] = 0; missing[j] = 0; } //initiali sing found and missing alis341 for (int j = 0; j<no_of_sel_alignments; j++) { found[j] = 0; missing[j] = 0; } //initializing found and missing alis 342 342 343 343 const char *const_ali_name = con_alignment_list->first_element(); … … 396 396 else { 397 397 char *speciesName = GB_read_string(GB_entry(gb_species, "full_name")); 398 char *question = GBS_global_string_copy("\"%s\" alignment doesn `t exist in \"%s\"!", const_ali_name, speciesName);398 char *question = GBS_global_string_copy("\"%s\" alignment doesn't exist in \"%s\"!", const_ali_name, speciesName); 399 399 int skip_ali = ask_about_missing_alignment.get_answer(question, "Insert Gaps for Missing Alignment,Skip Missing Alignment", "all", true); 400 400 if (!skip_ali) { … … 750 750 751 751 if (!gb_species_field) { 752 // exit if species doesn t have any data in the selected field752 // exit if species doesn't have any data in the selected field 753 753 error = GBS_global_string("Species '%s' does not contain data in selected field '%s'", name, merge_field_name); 754 754 } … … 765 765 766 766 if (!gb_next_species_field) { 767 // exit if species doesn t have any data in the selected field767 // exit if species doesn't have any data in the selected field 768 768 error = GBS_global_string("Species '%s' does not contain data in selected field '%s'", next_name, merge_field_name); 769 769 } … … 897 897 aws->at("merge_species"); 898 898 aws->callback(AW_POPUP, (AW_CL)NT_createMergeSimilarSpeciesWindow, 0); 899 aws->create_button("MERGE_SPECIES","MERGE SIMILAR SPEC EIES","M");899 aws->create_button("MERGE_SPECIES","MERGE SIMILAR SPECIES","M"); 900 900 901 901 aws->at("merge_concatenate"); -
branches/stable_5.0/NTREE/NT_dbrepair.cxx
r6019 r6143 295 295 GBDATA *gb_pos_begin = GB_entry(gb_gene, "pos_begin"); // test for old format 296 296 if (!gb_pos_begin) { 297 error = "Nei ghter 'pos_begin' nor 'pos_start' found - format of gene location is unknown";297 error = "Neither 'pos_begin' nor 'pos_start' found - format of gene location is unknown"; 298 298 } 299 299 } … … 946 946 } 947 947 948 // now all redund encies should be eliminated and we can assign dictionaries to affected keys948 // now all redundancies should be eliminated and we can assign dictionaries to affected keys 949 949 if (!error) { 950 950 for (Keys::iterator ki = keys.begin(); !error && ki != keys.end(); ++ki) { -
branches/stable_5.0/NTREE/NT_extern.cxx
r6126 r6143 732 732 " [which part of ARB?]\n" 733 733 "\n" 734 "The bug [ ] is reproduc able\n"734 "The bug [ ] is reproducible\n" 735 735 " [ ] occurs randomly\n" 736 736 " [ ] occurs with specific data\n" -
branches/stable_5.0/NTREE/NT_main.cxx
r6033 r6143 268 268 GB_ERROR error = GBCMS_open(":",0,GLOBAL_gb_main); 269 269 if (error) { 270 aw_message("THIS PROGRAM IS NOT THE ONLY DB SERVER !!!\nDON T USE ANY ARB PROGRAM !!!!");270 aw_message("THIS PROGRAM IS NOT THE ONLY DB SERVER !!!\nDON'T USE ANY ARB PROGRAM !!!!"); 271 271 }else{ 272 272 aw_root->add_timed_callback(NT_SERVE_DB_TIMER, (AW_RCB)serve_db_interrupt,0,0); -
branches/stable_5.0/NTREE/ad_spec.cxx
r6126 r6143 1306 1306 1307 1307 aws->create_menu("More search", "s" ); 1308 aws->insert_menu_topic("spec_search_equal_fields_within_db","Search For Equal Fields and Mark Dupli kates", "E", "search_duplicates.hlp", AWM_ALL, (AW_CB)awt_search_equal_entries, cbs, 0);1309 aws->insert_menu_topic("spec_search_equal_words_within_db", "Search For Equal Words Between Fields and Mark Dupli kates", "W", "search_duplicates.hlp", AWM_ALL, (AW_CB)awt_search_equal_entries, cbs, 1);1308 aws->insert_menu_topic("spec_search_equal_fields_within_db","Search For Equal Fields and Mark Duplicates", "E", "search_duplicates.hlp", AWM_ALL, (AW_CB)awt_search_equal_entries, cbs, 0); 1309 aws->insert_menu_topic("spec_search_equal_words_within_db", "Search For Equal Words Between Fields and Mark Duplicates", "W", "search_duplicates.hlp", AWM_ALL, (AW_CB)awt_search_equal_entries, cbs, 1); 1310 1310 aws->insert_menu_topic("spec_search_next_relativ_of_sel", "Search Next Relatives of SELECTED Species in PT_Server ...", "R", 0, AWM_ALL, (AW_CB)AW_POPUP, (AW_CL)ad_spec_next_neighbours_create, cbs); 1311 1311 aws->insert_menu_topic("spec_search_next_relativ_of_listed","Search Next Relatives of LISTED Species in PT_Server ...", "L", 0, AWM_ALL, (AW_CB)AW_POPUP, (AW_CL)ad_spec_next_neighbours_listed_create, cbs); -
branches/stable_5.0/NTREE/ad_transpro.cxx
r6060 r6143 338 338 #define SYNC_LENGTH 4 339 339 // every X in amino-alignment, it represents 1 to 3 bases in DNA-Alignment 340 // SYNC_LENGTH is the # of codons which will be sync ronized (ahead!)340 // SYNC_LENGTH is the # of codons which will be synchronized (ahead!) 341 341 // before deciding "X was realigned correctly" 342 342 … … 505 505 delete sync_possible_with_catchup; 506 506 failed = 1; 507 fail_reason = "Can't sync ronize after 'X'";507 fail_reason = "Can't synchronize after 'X'"; 508 508 break; 509 509 } … … 521 521 else if (!synchronizeCodons(protein, d, x_count, x_count*3, &catchUp, allowed_code, allowed_code_left)) { 522 522 failed = 1; 523 fail_reason = "Can't sync ronize after 'X'";523 fail_reason = "Can't synchronize after 'X'"; 524 524 break; 525 525 } … … 641 641 nt_assert(strlen(buffer) == (unsigned)ali_len); 642 642 643 // re-alignment suc essfull643 // re-alignment successful 644 644 error = GB_write_string(gb_dest_data, buffer); 645 645 if (!error) error = GBT_write_string(gb_species, "codon_start", "1"); // after re-alignment codon_start is always 1 -
branches/stable_5.0/PARSIMONY/AP_buffer.cxx
r5390 r6143 78 78 } else { 79 79 if ( pointer->next == 0) { 80 new AP_ERR("AP_STACK: get()"," more get() than element in stack");80 new AP_ERR("AP_STACK: get()"," more get() than elements in stack"); 81 81 pointer = 0; 82 82 return 0; -
branches/stable_5.0/PARSIMONY/AP_tree_nlen.cxx
r5837 r6143 1079 1079 cout << "\n"; 1080 1080 if (!rek_deep){ 1081 cout << "NEW RE KURSION\n\n";1081 cout << "NEW RECURSION\n\n"; 1082 1082 } 1083 1083 cout.flush(); -
branches/stable_5.0/PARSIMONY/PARS_main.cxx
r6100 r6143 899 899 900 900 // ----------------------------- 901 // add marked / sele ted901 // add marked / selected 902 902 // ----------------------------- 903 903 … … 1088 1088 aws->at_newline(); 1089 1089 1090 aws->label("Relativ vert. Dist");1090 aws->label("Relative vert. Dist"); 1091 1091 aws->create_input_field(AWAR_DTREE_VERICAL_DIST,4); 1092 1092 aws->at_newline(); … … 1540 1540 awm->insert_menu_topic("calc_branch_lenths", "Calculate Branch Lengths", "L", "pa_branchlengths.hlp", AWM_ALL, (AW_CB)NT_branch_lengths, (AW_CL)ntw, 0); 1541 1541 awm->insert_separator(); 1542 awm->insert_menu_topic("calc_upper_bootstrap_indep", "Calculate Upper Bootstrap Limit (dependen dNNI)", "d", "pa_bootstrap.hlp", AWM_ALL, (AW_CB)NT_bootstrap, (AW_CL)ntw, 0);1543 awm->insert_menu_topic("calc_upper_bootstrap_dep", "Calculate Upper Bootstrap Limit (independen dNNI)", "i", "pa_bootstrap.hlp", AWM_ALL, (AW_CB)NT_bootstrap, (AW_CL)ntw, 1);1542 awm->insert_menu_topic("calc_upper_bootstrap_indep", "Calculate Upper Bootstrap Limit (dependent NNI)", "d", "pa_bootstrap.hlp", AWM_ALL, (AW_CB)NT_bootstrap, (AW_CL)ntw, 0); 1543 awm->insert_menu_topic("calc_upper_bootstrap_dep", "Calculate Upper Bootstrap Limit (independent NNI)", "i", "pa_bootstrap.hlp", AWM_ALL, (AW_CB)NT_bootstrap, (AW_CL)ntw, 1); 1544 1544 awm->insert_menu_topic("tree_remove_remark", "Remove Bootstrap Values", "V", "trm_boot.hlp", AWM_ALL, (AW_CB)NT_remove_bootstrap, (AW_CL)ntw, 0); 1545 1545 } -
branches/stable_5.0/PROBE_DESIGN/probe_design.cxx
r6100 r6143 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(); … … 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 { -
branches/stable_5.0/RNA3D/RNA3D_OpenGLEngine.cxx
r5868 r6143 111 111 const GLubyte *vendor = NULL; 112 112 vendor = glGetString(GL_VENDOR); cout<<"Vendor : "<<vendor<<endl; 113 vendor = glGetString(GL_RENDERER); cout<<"Re derer: "<<vendor<<endl;113 vendor = glGetString(GL_RENDERER); cout<<"Renderer: "<<vendor<<endl; 114 114 vendor = glGetString(GL_VERSION); cout<<"Version : "<<vendor<<endl; 115 115 } -
branches/stable_5.0/SEQ_QUALITY/SQ_main.cxx
r5837 r6143 171 171 break; 172 172 default: 173 aw_message("An error occur ed while traversing the tree.\nPlease fix the tree before running the quality check tool.");173 aw_message("An error occurred while traversing the tree.\nPlease fix the tree before running the quality check tool."); 174 174 break; 175 175 } -
branches/stable_5.0/SL/FAST_ALIGNER/fast_aligner.cxx
r6100 r6143 2707 2707 aws->create_option_menu(FA_AWAR_MIRROR, "Turn check", ""); 2708 2708 aws->insert_option ("Never turn sequence", "", FA_TURN_NEVER); 2709 aws->insert_default_option("User acknowledg ement","", FA_TURN_INTERACTIVE);2709 aws->insert_default_option("User acknowledgment", "", FA_TURN_INTERACTIVE); 2710 2710 aws->insert_option ("Automatically turn sequence", "", FA_TURN_ALWAYS); 2711 2711 aws->update_option_menu(); -
branches/stable_5.0/TOOLS/arb_export_tree.cxx
r6065 r6143 16 16 "syntax: arb_export_tree [--bifurcated] TREE_NAME\n" 17 17 " --bifurcated write a bifurcated tree (default is a trifurcated tree)\n" 18 " --nobranchlens do not write branchleng hts\n"18 " --nobranchlens do not write branchlengths\n" 19 19 " --doublequotes use doublequotes (default is singlequotes)\n" 20 20 "\n" -
branches/stable_5.0/TOOLS/arb_probe.cxx
r5653 r6143 332 332 333 333 P.DESIGNCPLIPOUTPUT = getInt("designmaxhits",100,10,10000, "Maximum Number of Probe Design Suggestions"); 334 P.DESINGNAMES = getString("designnames","", "List of short names sep erated by '#'");334 P.DESINGNAMES = getString("designnames","", "List of short names separated by '#'"); 335 335 P.sequence = 0; 336 336 while ((P.DESIGNSEQUENCE = getString("designsequence",0, "Additional Sequences, will be added to the target group"))) { … … 349 349 350 350 P.MINPOS = getInt("desingminpos",0,0,10000, "Minimum ecoli position"); 351 P.MAXPOS = getInt("desingmaxpos",10000,0,10000, "Maximum mecoli position");351 P.MAXPOS = getInt("desingmaxpos",10000,0,10000, "Maximum ecoli position"); 352 352 353 353 P.MISHIT = getInt("designmishit",0,0,10000, "Number of allowed hits outside the selected group"); -
branches/stable_5.0/TOOLS/arb_replace.cxx
r5855 r6143 22 22 printf("syntax: arb_replace [-l/L/p] \"old=newdata\" [filepattern]\n"); 23 23 // printf(" %s %s %s %s",argv[0],argv[1],argv[2],argv[3]); 24 printf(" -l linemode, parse each line sep eratedly\n");25 printf(" -L linemode, parse each line sep eratedly, delete empty lines\n");24 printf(" -l linemode, parse each line separately\n"); 25 printf(" -L linemode, parse each line separately, delete empty lines\n"); 26 26 printf(" -p patchmode, (no wildcards allowed, rightside<leftside)\n"); 27 27 return -1; -
branches/stable_5.0/WINDOW/AW_button.cxx
r6126 r6143 76 76 free(var_value); 77 77 } 78 root->value_changed = false; // Maybe value changed is set because Moti gcalls me78 root->value_changed = false; // Maybe value changed is set because Motif calls me 79 79 } 80 80 … … 1987 1987 if (destinationList) clear_selection_list(destinationList); 1988 1988 else { 1989 printf(" Destination list not initiali sed!!\n");1989 printf(" Destination list not initialized!!\n"); 1990 1990 return 0; 1991 1991 } … … 2071 2071 } 2072 2072 else { 2073 res = fprintf( fd, "%s\n", list_table->displayed ); // save plain (no interpr atation)2073 res = fprintf( fd, "%s\n", list_table->displayed ); // save plain (no interpretation) 2074 2074 } 2075 2075 … … 2107 2107 2108 2108 if (ko) { 2109 if (selection_list->value_equal_display) { // here no komma should occur2109 if (selection_list->value_equal_display) { // here no comma should occur 2110 2110 if (correct_old_format == -1) { 2111 2111 correct_old_format = aw_ask_sure(GBS_global_string("'%s' seems to be in old selection-list-format. Try to correct?", *fname)); … … 2114 2114 if (correct_old_format == 1) { 2115 2115 *ko = '#'; // restore (was converted by old-version save) 2116 ko = 0; // ignore komma2116 ko = 0; // ignore comma 2117 2117 } 2118 2118 } … … 2120 2120 2121 2121 if (ko) *(ko++) = 0; 2122 else ko = pl; // if no komma -> display same as value2122 else ko = pl; // if no comma -> display same as value 2123 2123 2124 2124 while (*ko == ' ' || *ko == '\t') ko++; -
branches/stable_5.0/WINDOW/AW_nawar.cxx
r6101 r6143 557 557 break; 558 558 default: 559 GB_warningf("AWAR '%s' cannot be created because of inallowed type",var_name);559 GB_warningf("AWAR '%s' cannot be created because of disallowed type",var_name); 560 560 break; 561 561 } -
branches/stable_5.0/arb_install.sh
r6042 r6143 52 52 seperator 53 53 echo 'Enter path where to install ARB ?' 54 echo ' ARB is not a single program mbut a set of programs, datafiles ...'54 echo ' ARB is not a single program but a set of programs, datafiles ...' 55 55 echo ' To install ARB correctly all files are stored in a single ' 56 56 echo ' directory. This script creates such a directory and copies all' … … 247 247 seperator 248 248 echo 'NameServer installation' 249 echo ' The NameServer is a program m, that synchronizes all species names'249 echo ' The NameServer is a program, that synchronizes all species names' 250 250 echo ' of the databases of different users.' 251 251 echo ' Users that import foreign data into their database and want to'
