Skip to content

Commit 531b15a

Browse files
feat: Use MOSuite v0.3.0
1 parent 8cdfeb8 commit 531b15a

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.codeocean/environment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": 1,
3-
"base_image": "codeocean/mosuite:v0.2.1.9001_a954b69",
3+
"base_image": "codeocean/mosuite:v0.3.0",
44
"post_install": true,
55
"options": {
66
"registry_host_arg": true,

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Code Ocean capsule - MOSuite - plot 3D PCA
22

3-
## development version
3+
## v2.0
44

5+
- Use MOSuite v0.3.0.
56
- Fix: remove `regex_moo` parameter from configuration. multiOmicDataSet input files are now required to follow the standardized naming pattern (`.*\.rds$`).
67

78
## v1.0

environment/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# hash:sha256:260fa125cd3a5c9a7837cc9845f2662d183f1a2d77599fa149c5cf5e893e1c6d
1+
# hash:sha256:16a54343c83446772895fc0c0b1e88a6dbd136fee70bcacffff7886f30541b82
22
ARG REGISTRY_HOST
3-
FROM $REGISTRY_HOST/codeocean/mosuite:v0.2.1.9001_a954b69
3+
FROM $REGISTRY_HOST/codeocean/mosuite:v0.3.0
44

55
ARG DEBIAN_FRONTEND=noninteractive
66
ARG GIT_ASKPASS

0 commit comments

Comments
 (0)