Commit 356b0acf by Chloe Dequeker

conf ID depends on the file, so first column for HEX

parent 24845c49
......@@ -374,7 +374,7 @@ struct docking_results* getDataForComplex_HEX(){
dock_res = allocate_dockingResults(numberOfConf);
while(!feof(condFile_stream)){
rc = fscanf(condFile_stream,"%d %d %f %f",&buf4,&idConf,&buf3,&buf3);
rc = fscanf(condFile_stream,"%d %d %f %f",&idConf,&buf4,&buf3,&buf3);
/* We confirm that this conformation exists in the MAXDo file */
dock_res->t_conf[idConf] = 1;
......
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