mirror of
https://github.com/Discngine/fpocket.git
synced 2026-06-04 20:04:22 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d9012c150b | ||
|
|
d36eafc12e | ||
|
|
0eece05649 |
@@ -160,7 +160,6 @@ void process_pdb(char *pdbname, s_fparams *params)
|
||||
|
||||
|
||||
if(pockets) {
|
||||
|
||||
if(params->db_run) {
|
||||
write_descriptors_DB(pockets,stdout);
|
||||
write_out_fpocket_DB(pockets, pdb, pdbname);
|
||||
|
||||
@@ -217,9 +217,6 @@ void write_out_fpocket_DB(c_lst_pockets *pockets, s_pdb *pdb, char *input_name)/
|
||||
else sprintf(out_path, "%s_out", pdb_code) ;
|
||||
sprintf(command, "mkdir -p %s", out_path) ;
|
||||
int status=system(command) ;
|
||||
if(!status ){
|
||||
return;
|
||||
}
|
||||
// Writing full pdb
|
||||
sprintf(pdb_out_path, "%s_out.pdb", out_path) ;
|
||||
|
||||
|
||||
@@ -99,9 +99,9 @@ void write_pocket_pdb_DB(const char out[], s_pocket *pocket, s_pdb *pdb) {
|
||||
|
||||
node_vertice *nvcur = pocket->v_lst->first;
|
||||
|
||||
/*
|
||||
/*
|
||||
fprintf(stdout, "A Pocket:\n") ;
|
||||
*/
|
||||
*/
|
||||
while (nvcur) {
|
||||
/*
|
||||
fprintf(stdout, "Vertice %d: %p %d %f\n", i, nvcur->vertice, nvcur->vertice->id, nvcur->vertice->ray) ;
|
||||
|
||||
Reference in New Issue
Block a user