Commit 89b4135b by Chloe Dequeker

adding functions names to fileIO.h

parent 4a66e6a0
......@@ -7,5 +7,12 @@ void writePDB(struct pdb_values* pdb, char* protName, int nConf);
struct pdb_values* readPDB(char* protein);
struct docking_results* getDataForComplex();
void write_candidate(struct residue** t_candid, int sizeCand, FILE* output_stream);
char* deblank(char* input);
struct docking_results* getDataForComplex_ATTRACT();
struct docking_results* getDataForComplex_ZDOCK();
struct docking_results* getDataForComplex_HEX();
struct docking_results* getDataForComplex_MAXDO();
struct docking_results* getDataForComplex_HCMD2();
struct docking_results* getDataForComplex_DEFAULT();
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment