-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: github actions image name to lowercase (#27)
* fix gh actions image name to lowercase * fix readme image name to lowercase * fix def files image name to lowercase * fix docs image name to lowercase * fix repo readme image name to lowercase
- Loading branch information
Showing
12 changed files
with
29 additions
and
31 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
Bootstrap: docker | ||
From: ghcr.io/NBISweden/workshop-scRNAseq:2023-bioconductor-r4.3.0 | ||
From: ghcr.io/nbisweden/workshop-scrnaseq:2023-bioconductor-r4.3.0 | ||
|
||
%post | ||
chmod -R 777 /opt/conda | ||
chmod -R 777 /opt/venv | ||
|
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,5 +1,5 @@ | ||
Bootstrap: docker | ||
From: ghcr.io/NBISweden/workshop-scRNAseq:2023-scanpy-py3.10 | ||
From: ghcr.io/nbisweden/workshop-scrnaseq:2023-scanpy-py3.10 | ||
|
||
%post | ||
chmod -R 777 /opt/conda |
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,7 +1,6 @@ | ||
Bootstrap: docker | ||
From: ghcr.io/NBISweden/workshop-scRNAseq:2023-seurat-r4.3.0 | ||
From: ghcr.io/nbisweden/workshop-scrnaseq:2023-seurat-r4.3.0 | ||
|
||
%post | ||
chmod -R 777 /opt/conda | ||
chmod -R 777 /opt/venv | ||
|