Skip to content

Commit 93a2c32

Browse files
fixed merge error
1 parent 2a31ccc commit 93a2c32

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: chembl/chembl.php

+3-5
Original file line numberDiff line numberDiff line change
@@ -1017,8 +1017,10 @@ function compounds($connection) {
10171017
}
10181018
parent::writeRDFBufferToWriteFile();
10191019
}
1020+
}
1021+
$result->free();
1022+
}
10201023

1021-
<<<<<<< HEAD
10221024
/*
10231025
* parse the assays tables
10241026
*/
@@ -1075,12 +1077,8 @@ function process_assays() {
10751077
$this->WriteRDFBufferToWriteFile();
10761078

10771079
}
1078-
10791080
$this->AddRDF($this->QQuad($assay,"chembl_vocabulary:hasAssayType","chembl_vocabulary:".$row['assay_desc']));
10801081
$this->WriteRDFBufferToWriteFile();
1081-
=======
1082-
$result->free();
1083-
>>>>>>> release3
10841082
}
10851083
}
10861084

0 commit comments

Comments
 (0)