Changeset 6141 for trunk/EDIT4/ed4_protein_2nd_structure.hxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/EDIT4/ed4_protein_2nd_structure.hxx (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EDIT4/ed4_protein_2nd_structure.hxx
r5441 r6141 19 19 * their amino acid sequence. Advanced Enzymology, 47, 45-148.". 20 20 * 21 * \attention The used method for secondary structure predic iton is fast which21 * \attention The used method for secondary structure prediction is fast which 22 22 * was the main reason for choosing it. Performance is important 23 23 * for a large number of sequences loaded in the editor. However, it … … 45 45 #define PFOLD_AWAR_SAI_FILTER "Pfold/SAI_filter" ///< Filter SAIs for given criteria (string); used in option menu for SAI selection. 46 46 47 //TODO: move s atic vaiables to .cpp file?47 //TODO: move static variables to .cpp file? 48 48 49 49 /** \brief Protein secondary structure types. … … 140 140 * \param[out] result_buffer Result buffer for match symbols 141 141 * \param[in] match_method Method for structure match computation 142 * \return Error description, if an error occur ed; 0 otherwise142 * \return Error description, if an error occurred; 0 otherwise 143 143 * 144 144 * This function compares a protein secondary structure with a primary structure … … 185 185 * \param[in] alignment_name Name of the alignment to search for 186 186 * \param[out] protstruct_len Length of reference protein secondary structure SAI 187 * \return Error description, if an error occur ed; 0 otherwise187 * \return Error description, if an error occurred; 0 otherwise 188 188 * 189 189 * The function searches the database \a gb_main for the currently selected SAI
