ElfPSP_ParallelABC
Protein Structure Prediction using Parallel Artificial Bee Colony Optimization
|
Routines for handling HP chains. More...
#include <stdio.h>
Go to the source code of this file.
Typedefs | |
typedef char | HPElem |
HPChain is how we call an array of HPElem. More... | |
Functions | |
HPElem * | HPChain_read (FILE *fp) |
Reads an HP chain from file 'fp'. More... | |
Routines for handling HP chains.
typedef char HPElem |
HPChain is how we call an array of HPElem.
HPElem* HPChain_read | ( | FILE * | fp | ) |
Reads an HP chain from file 'fp'.
An HP chain is of the form "HHPHPPP", and is expected to have less than 2000 characters (overestimated). The user is allowed to type only the characters "H" and "P".