Skip to content

Commit

Permalink
Merge pull request #779 from wwang-chcn/suite_dev
Browse files Browse the repository at this point in the history
Update: Bento GitHub Path
  • Loading branch information
mattobny authored Oct 19, 2023
2 parents 38bd1fc + 56081cf commit a7a7a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/python_bento.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ createBentoAdata <- function(gobject = NULL,
nucleus_poly <- data.frame(cell_id = nucleus_poly$poly_ID, x = nucleus_poly$x, y = nucleus_poly$y, batch = 0L)

# Install bento-tools / Check python environment for bento-tools
bento_installed = checkPythonPackage(github_package_url = "git+https://github.com/wwang-chcn/bento-tools.git@giotto_install",
bento_installed = checkPythonPackage(github_package_url = "git+https://github.com/wwang-chcn/bento-tools.git",
env_to_use = env_to_use)
# Will crash downstream if installation unsuccessful/denied
# or if the package is not found.
Expand Down

0 comments on commit a7a7a9a

Please sign in to comment.