https://github.com/ltla/basilisk.utils
Clone of the Bioconductor repository for the basilisk.utils package.
https://github.com/ltla/basilisk.utils
bioconductor-package
Last synced: 11 months ago
JSON representation
Clone of the Bioconductor repository for the basilisk.utils package.
- Host: GitHub
- URL: https://github.com/ltla/basilisk.utils
- Owner: LTLA
- License: gpl-3.0
- Created: 2020-01-24T05:42:22.000Z (over 6 years ago)
- Default Branch: devel
- Last Pushed: 2025-05-17T04:54:56.000Z (about 1 year ago)
- Last Synced: 2025-06-10T15:41:40.180Z (about 1 year ago)
- Topics: bioconductor-package
- Language: R
- Homepage: https://bioconductor.org/packages/devel/bioc/html/basilisk.utils.html
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install-time utilities for basilisk
This package provides install-time utilities for the [**basilisk**](https://github.com/LTLA/basilisk) package.
I split these functions into a separate package so that they would be available while **basilisk** is being installed,
in particular for system installations where **basilisk**'s installation triggers the creation of a central Conda installation.
If these functions lived inside **basilisk** itself, I wouldn't be able to use them during **basilisk**'s own installation,
and I didn't want to maintain a shadow codebase inside **basilisk**'s `configure` script;
hence, a separate package.
**basilisk** users and developers should probably look at the [**basilisk**](https://github.com/LTLA/basilisk) homepage, unless you know what you're doing.