Changeset 6141 for trunk/SEQ_QUALITY/SQ_functions.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/SEQ_QUALITY/SQ_functions.cxx (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SEQ_QUALITY/SQ_functions.cxx
r5675 r6141 597 597 delete ambi_chan; 598 598 599 /*c laculate the number of strong, weak and no helixes */599 /*calculate the number of strong, weak and no helixes */ 600 600 SQ_helix *heli_chan = new SQ_helix(sequenceLength); 601 601 heli_chan->SQ_calc_helix_layout(rawSequence, gb_main, … … 685 685 /* 686 686 calculate the average number of bases in group, and the difference of 687 a single seq eunce in group from it687 a single sequence in group from it 688 688 */ 689 689 GBDATA *gb_result1 = GB_search(gb_quality_ali, … … 705 705 /* 706 706 calculate the average gc proportion in group, and the difference of 707 a single seq eunce in group from it707 a single sequence in group from it 708 708 */ 709 709 GBDATA *gb_result6 = GB_search(gb_quality_ali, "GC_proportion", … … 924 924 /* 925 925 calculate the average number of bases in group, and the difference of 926 a single seq eunce in group from it926 a single sequence in group from it 927 927 */ 928 928 GBDATA *gb_result1 = GB_search(gb_quality_ali, … … 944 944 /* 945 945 calculate the average gc proportion in group, and the difference of 946 a single seq eunce in group from it946 a single sequence in group from it 947 947 */ 948 948 GBDATA *gb_result6 = GB_search(gb_quality_ali,
