Changeset 6141 for trunk/EDIT4/ED4_protein_2nd_structure.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/EDIT4/ED4_protein_2nd_structure.cxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EDIT4/ED4_protein_2nd_structure.cxx
r6100 r6141 636 636 * #BETA_TURN and #STRUCTURE_SUMMARY, in this order) 637 637 * \param[in] length Size of \a sequence and \a structures[i] 638 * \return Error description, if an error occur ed; 0 otherwise638 * \return Error description, if an error occurred; 0 otherwise 639 639 * 640 640 * This function predicts the protein secondary structures from the amino acid … … 676 676 * \param[out] structure Predicted secondary structure summary 677 677 * \param[in] length Size of \a sequence and \a structure 678 * \return Error description, if an error occur ed; 0 otherwise678 * \return Error description, if an error occurred; 0 otherwise 679 679 * 680 680 * Basically the same as … … 882 882 // map to match characters and store in result_buffer 883 883 int prob_normalized = ED4_pfold_round_sym(prob * 9); 884 //e4_assert(prob_normalized >= 0 && prob_normalized <= 9); // if this happens check if normalization is correct or some undefined charac hters mess everything up884 //e4_assert(prob_normalized >= 0 && prob_normalized <= 9); // if this happens check if normalization is correct or some undefined characters mess everything up 885 885 char prob_symbol = *pair_chars[STRUCT_UNKNOWN]; 886 886 if (prob_normalized >= 0 && prob_normalized <= 9) {
