Skip to content

Commit f04b4ba

Browse files
author
github-actions
committed
Push generated mig2025spatial
1 parent 3d32c77 commit f04b4ba

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
FROM ghcr.io/bioconductor/bioconductor:devel
22
RUN sudo apt-get update && sudo apt-get -y install apt-file && echo bhuvad/CosMxSpatialAnalysisWorkshop | tr ',' '\n' > /tmp/pkglist && cat /tmp/pkglist | xargs -i Rscript -e "if (!require('rspm')) { install.packages('rspm'); rspm::enable(); }; p = BiocManager::install(c('{}'), dependencies = c('Depends', 'Imports', 'LinkingTo', 'Suggests')); if(p %in% rownames(installed.packages())) q(status = 0) else if(strsplit(p, '/')[[1]][2] %in% rownames(installed.packages())) q(status = 0) else q(status = 1)"
3+
RUN sudo apt-get update && sudo apt-get -y install apt-file && cd /home/rstudio && echo "vignettes/workflow_spatial_cosmx.Rmd" | tr ',' '\n' > vignlist && echo "https://github.com/bhuvad/CosMxSpatialAnalysisWorkshop" | tr ',' '\n' > sourcelist && cat sourcelist | xargs -i bash -c 'git clone {} && cp -r $(basename {}) tmpsource/' && cd tmpsource && curl -o install.sh https://raw.githubusercontent.com/Bioconductor/workshop-contributions/main/.github/scripts/install_missing.sh && cat ../vignlist | xargs -i bash install.sh {} && cd .. && rm -rf vignlist tmpsource/

generated/mig2025spatial.container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ghcr.io/bioconductor/workshop-contributions:devel-e132dfd9
1+
ghcr.io/bioconductor/workshop-contributions:devel-8fceb82f

generated/workshop-values-mig2025spatial.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<tool id="interactivetool_biocworkshop_mig2025spatial" tool_type="interactive" name="Introduction to imaging-based spatial transcriptomics analysis" version="0.1">
1111
<description>This workflow package shows how a basic analysis of spatial transcriptomics datasets is performed to gain biological insight.</description>
1212
<requirements>
13-
<container type="docker">ghcr.io/bioconductor/workshop-contributions:devel-e132dfd9</container>
13+
<container type="docker">ghcr.io/bioconductor/workshop-contributions:devel-8fceb82f</container>
1414
</requirements>
1515
<entry_points>
1616
<entry_point name="mig2025spatial" requires_domain="True">

generated/workshop-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extraFileMappings:
1111
<tool id="interactivetool_biocworkshop_mig2025spatial" tool_type="interactive" name="Introduction to imaging-based spatial transcriptomics analysis" version="0.1">
1212
<description>This workflow package shows how a basic analysis of spatial transcriptomics datasets is performed to gain biological insight.</description>
1313
<requirements>
14-
<container type="docker">ghcr.io/bioconductor/workshop-contributions:devel-e132dfd9</container>
14+
<container type="docker">ghcr.io/bioconductor/workshop-contributions:devel-8fceb82f</container>
1515
</requirements>
1616
<entry_points>
1717
<entry_point name="mig2025spatial" requires_domain="True">

0 commit comments

Comments
 (0)