Skip to content

Commit 09d3985

Browse files
committed
chembl update
1 parent 0302f30 commit 09d3985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-raw/data-raw.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ opentargets_version <-
2323
metadata$compounds[metadata$compounds$source_abbreviation == "opentargets",
2424
"source_version"]
2525
package_datestamp <- stringr::str_replace_all(Sys.Date(),"-","")
26-
chembl_pubchem_datestamp <- '20241024'
26+
chembl_pubchem_datestamp <- '20250227'
2727

2828
## set logging layout
2929
lgr::lgr$appenders$console$set_layout(
@@ -209,7 +209,7 @@ biomarkers[['metadata']] <- metadata$biomarkers
209209
# substr(as.character(packageVersion("pharmOncoX")),1,4),
210210
# as.character(as.integer(substr(as.character(packageVersion("pharmOncoX")),5,5)) + 1))
211211

212-
version_bump <- "1.9.1"
212+
version_bump <- "1.9.2"
213213

214214
db <- list()
215215
db[['biomarkers']] <- biomarkers

0 commit comments

Comments
 (0)