Changeset 6141 for trunk/AWT/AWT_csp.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/AWT/AWT_csp.cxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWT/AWT_csp.cxx
r6100 r6141 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);
