-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #192 from Artur-man/main
update dev, fix bugs update python dependencies
- Loading branch information
Showing
72 changed files
with
1,502 additions
and
749 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,12 +148,25 @@ jobs: | |
# All Other dependencies | ||
- name: Install Suggested dependencies | ||
run: | | ||
install.packages(c('reticulate')) | ||
BiocManager::install(c('basilisk')) | ||
BiocManager::install(c('DelayedArray')) | ||
BiocManager::install(c('HDF5Array')) | ||
remotes::install_github('bnprks/BPCells/[email protected]') | ||
devtools::install_github('BIMSBbioinfo/ImageArray') | ||
devtools::install_github('BIMSBbioinfo/HDF5DataFrame') | ||
devtools::install_github('BIMSBbioinfo/ZarrDataFrame') | ||
install.packages("Seurat") | ||
BiocManager::install("glmGamPoi") | ||
install.packages('hdf5r') | ||
BiocManager::install('RBioFormats') | ||
BiocManager::install('ComplexHeatmap') | ||
devtools::install_github('dmcable/spacexr') | ||
devtools::install_github('xuranw/MuSiC') | ||
BiocManager::install('SingleCellExperiment') | ||
BiocManager::install('SpatialExperiment') | ||
install.packages('dplyr') | ||
BiocManager::install('DESeq2') | ||
shell: Rscript {0} | ||
|
||
## R CMD Check | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: Publish Docker image | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
push_to_registry: | ||
name: Push Docker image to Docker Hub | ||
runs-on: ubuntu-latest | ||
if: github.repository == 'BIMSBbioinfo/VoltRon' | ||
|
||
permissions: | ||
packages: write | ||
contents: read | ||
attestations: write | ||
id-token: write | ||
|
||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v4 | ||
|
||
- name: Log in to Docker Hub | ||
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a | ||
with: | ||
username: ${{ secrets.DOCKER_USERNAME }} | ||
password: ${{ secrets.DOCKER_PASSWORD }} | ||
|
||
- name: Extract metadata (tags, labels) for Docker | ||
id: meta | ||
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 | ||
with: | ||
images: amanukyan1385/rstudio-voltron | ||
|
||
- name: Build and push Docker image | ||
id: push | ||
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 | ||
with: | ||
context: . | ||
file: ./inst/extdata/Dockerfile | ||
push: true | ||
tags: ${{ steps.meta.outputs.tags }} | ||
labels: ${{ steps.meta.outputs.labels }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
Package: VoltRon | ||
Type: Package | ||
Title: VoltRon for Spatial Data Integration and Analysis | ||
Title: VoltRon for Spatial Omics Data Integration and Analysis | ||
Version: 0.2.0 | ||
Depends: R (>= 4.3.0) | ||
Author: Artür Manukyan, Ella Bahry, Raj Prateek Rai, Wei-Che Ko, Deborah Schmidt, Markus Landthaler, Altuna Akalin | ||
Maintainer: Artür Manukyan <[email protected]> | ||
Description: VoltRon is a novel spatial omic analysis toolbox for multi-omics integration using spatial image registration. VoltRon is capable of analyzing multiple types and modalities of spatially-aware datasets. VoltRon visualizes and analyzes regions of interests (ROIs), spots, cells and even molecules. | ||
Description: VoltRon is a novel spatial omic analysis toolbox for multi-omics integration using spatial image registration. VoltRon is capable of analyzing multiple types and modalities of spatially-aware datasets. VoltRon visualizes and analyzes regions of interests (ROIs), spots, cells, molecules and event tiles. | ||
License: MIT + file LICENSE | ||
SystemRequirements: OpenCV 4.8 (or higher): libopencv-dev (Debian, Ubuntu) or opencv-devel (Fedora) | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.3.2 | ||
biocViews: | ||
Imports: methods, S4Arrays, grDevices, data.table, EBImage, RcppAnnoy, RANN, | ||
Matrix, dplyr, ggplot2, ggrepel, igraph, irlba, rjson, magick, ids, | ||
sp, reshape2, rlang, ggpubr, shiny, shinyjs, stringr, uwot, RCDT, | ||
basilisk, reticulate | ||
Imports: methods, grDevices, data.table, Matrix, S4Arrays, ids, RcppAnnoy, | ||
RANN, igraph, dplyr, ggplot2, ggrepel, ggpubr, rjson, magick, | ||
EBImage, sp, rlang, shiny, shinyjs, stringr, irlba, uwot, RCDT | ||
LinkingTo: Rcpp, RcppArmadillo (>= 0.4) | ||
Collate: | ||
'RcppExports.R' | ||
|
@@ -41,6 +40,7 @@ Collate: | |
'spatial.R' | ||
'visualization.R' | ||
Suggests: | ||
testthat (>= 3.0.0), | ||
SpatialExperiment, | ||
SingleCellExperiment, | ||
Seurat, | ||
|
@@ -51,12 +51,14 @@ Suggests: | |
RBioFormats, | ||
XML, | ||
ComplexHeatmap, | ||
basilisk, | ||
reticulate, | ||
xlsx, | ||
reshape2, | ||
tiledb, | ||
tiledbsc, | ||
arrow, | ||
vitessceR, | ||
testthat (>= 3.0.0), | ||
geojsonR, | ||
circlize, | ||
rstudioapi, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.