Skip to content

Commit

Permalink
chembl update
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Feb 27, 2025
1 parent 0302f30 commit 09d3985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-raw/data-raw.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ opentargets_version <-
metadata$compounds[metadata$compounds$source_abbreviation == "opentargets",
"source_version"]
package_datestamp <- stringr::str_replace_all(Sys.Date(),"-","")
chembl_pubchem_datestamp <- '20241024'
chembl_pubchem_datestamp <- '20250227'

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

version_bump <- "1.9.1"
version_bump <- "1.9.2"

db <- list()
db[['biomarkers']] <- biomarkers
Expand Down

0 comments on commit 09d3985

Please sign in to comment.