Skip to content

Commit 18cc6c8

Browse files
Backport #936 and #938 to 1.0.x (#939)
1 parent 12b273e commit 18cc6c8

File tree

576 files changed

+2256
-2255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

576 files changed

+2256
-2255
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
# openpipelines 1.0.4
2+
3+
## BUG FIXES
4+
5+
* `scvi_leiden` workflow: fix the input layer argument of the workflow not being passed to the scVI component (PR #939, backported from PR #936 and PR #938).
6+
17
# openpipelines 1.0.3
28

39
## BUG FIXES
410

5-
* `qc/calculate_qc_metrics`: increase total counts accuracy with low precision floating dtypes as input layer (PR # , backported from PR #852).
11+
* `qc/calculate_qc_metrics`: increase total counts accuracy with low precision floating dtypes as input layer (PR #853 , backported from PR #852).
612

713
# openpipelines 1.0.2
814

src/workflows/integration/scvi_leiden/config.vsh.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ functionality:
1919
description: Path to the sample.
2020
example: dataset.h5mu
2121
- name: "--layer"
22-
default: "log_normalized"
2322
type: string
2423
description: use specified layer for expression values instead of the .X object from the modality.
2524
required: false

src/workflows/integration/scvi_leiden/main.nf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ workflow run_wf {
2424
"lr_factor": state.lr_factor,
2525
"lr_patience": state.lr_patience,
2626
"output_model": state.output_model,
27-
"modality": state.modality
27+
"modality": state.modality,
28+
"input_layer": state.layer,
2829
]
2930
},
3031
// use map when viash 0.7.6 is released

src/workflows/integration/scvi_leiden/test.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ workflow test_wf {
1010
[
1111
id: "simple_execution_test",
1212
input: resources_test.resolve("pbmc_1k_protein_v3/pbmc_1k_protein_v3_mms.h5mu"),
13-
layer: "log_normalized",
13+
layer: null,
1414
obs_batch: "sample_id",
1515
max_epochs: 1,
1616
output_model: "simple_execution_test_model/"
1717
],
1818
[
1919
id: "no_leiden_resolutions_test",
2020
input: resources_test.resolve("pbmc_1k_protein_v3/pbmc_1k_protein_v3_mms.h5mu"),
21-
layer: "log_normalized",
21+
layer: null,
2222
obs_batch: "sample_id",
2323
output_model: "no_leiden_resolutions_test_model/",
2424
max_epochs: 1,

target/docker/annotate/popv/.config.vsh.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
functionality:
22
name: "popv"
33
namespace: "annotate"
4-
version: "1.0.3"
4+
version: "1.0.4"
55
authors:
66
- name: "Matthias Beyens"
77
roles:
@@ -352,6 +352,6 @@ info:
352352
output: "/home/runner/work/openpipeline/openpipeline/target/docker/annotate/popv"
353353
executable: "/home/runner/work/openpipeline/openpipeline/target/docker/annotate/popv/popv"
354354
viash_version: "0.8.6"
355-
git_commit: "36dc4369a0372420366dea16260f2bab2ea959e1"
355+
git_commit: "74f972ebfd45203c74b6d58897e1f5d5b80afe0f"
356356
git_remote: "https://github.com/openpipelines-bio/openpipeline"
357-
git_tag: "1.0.2-4-g36dc4369a0"
357+
git_tag: "1.0.3-3-g74f972ebfd"

target/docker/annotate/popv/popv

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# popv 1.0.3
3+
# popv 1.0.4
44
#
55
# This wrapper script is auto-generated by viash 0.8.6 and is thus a derivative
66
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
@@ -174,7 +174,7 @@ VIASH_META_TEMP_DIR="$VIASH_TEMP"
174174

175175
# ViashHelp: Display helpful explanation about this executable
176176
function ViashHelp {
177-
echo "popv 1.0.3"
177+
echo "popv 1.0.4"
178178
echo ""
179179
echo "Performs popular major vote cell typing on single cell sequence data using"
180180
echo "multiple algorithms. Note that this is a one-shot version of PopV."
@@ -503,10 +503,10 @@ RUN cd /opt && git clone --depth 1 https://github.com/YosefLab/PopV.git && \
503503
504504
LABEL org.opencontainers.image.authors="Matthias Beyens, Robrecht Cannoodt"
505505
LABEL org.opencontainers.image.description="Companion container for running component annotate popv"
506-
LABEL org.opencontainers.image.created="2024-08-09T10:01:42Z"
506+
LABEL org.opencontainers.image.created="2024-12-17T13:15:07Z"
507507
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
508-
LABEL org.opencontainers.image.revision="36dc4369a0372420366dea16260f2bab2ea959e1"
509-
LABEL org.opencontainers.image.version="1.0.3"
508+
LABEL org.opencontainers.image.revision="74f972ebfd45203c74b6d58897e1f5d5b80afe0f"
509+
LABEL org.opencontainers.image.version="1.0.4"
510510
511511
VIASHDOCKER
512512
}
@@ -661,7 +661,7 @@ while [[ $# -gt 0 ]]; do
661661
shift 1
662662
;;
663663
--version)
664-
echo "popv 1.0.3"
664+
echo "popv 1.0.4"
665665
exit
666666
;;
667667
--input)

target/docker/cluster/leiden/.config.vsh.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
functionality:
22
name: "leiden"
33
namespace: "cluster"
4-
version: "1.0.3"
4+
version: "1.0.4"
55
authors:
66
- name: "Dries De Maeyer"
77
roles:
@@ -230,6 +230,6 @@ info:
230230
output: "/home/runner/work/openpipeline/openpipeline/target/docker/cluster/leiden"
231231
executable: "/home/runner/work/openpipeline/openpipeline/target/docker/cluster/leiden/leiden"
232232
viash_version: "0.8.6"
233-
git_commit: "36dc4369a0372420366dea16260f2bab2ea959e1"
233+
git_commit: "74f972ebfd45203c74b6d58897e1f5d5b80afe0f"
234234
git_remote: "https://github.com/openpipelines-bio/openpipeline"
235-
git_tag: "1.0.2-4-g36dc4369a0"
235+
git_tag: "1.0.3-3-g74f972ebfd"

target/docker/cluster/leiden/leiden

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# leiden 1.0.3
3+
# leiden 1.0.4
44
#
55
# This wrapper script is auto-generated by viash 0.8.6 and is thus a derivative
66
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
@@ -173,7 +173,7 @@ VIASH_META_TEMP_DIR="$VIASH_TEMP"
173173

174174
# ViashHelp: Display helpful explanation about this executable
175175
function ViashHelp {
176-
echo "leiden 1.0.3"
176+
echo "leiden 1.0.4"
177177
echo ""
178178
echo "Cluster cells using the [Leiden algorithm] [Traag18] implemented in the [Scanpy"
179179
echo "framework] [Wolf18]."
@@ -460,10 +460,10 @@ RUN pip install --upgrade pip && \
460460
461461
LABEL org.opencontainers.image.authors="Dries De Maeyer"
462462
LABEL org.opencontainers.image.description="Companion container for running component cluster leiden"
463-
LABEL org.opencontainers.image.created="2024-08-09T10:01:44Z"
463+
LABEL org.opencontainers.image.created="2024-12-17T13:15:07Z"
464464
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
465-
LABEL org.opencontainers.image.revision="36dc4369a0372420366dea16260f2bab2ea959e1"
466-
LABEL org.opencontainers.image.version="1.0.3"
465+
LABEL org.opencontainers.image.revision="74f972ebfd45203c74b6d58897e1f5d5b80afe0f"
466+
LABEL org.opencontainers.image.version="1.0.4"
467467
468468
VIASHDOCKER
469469
}
@@ -618,7 +618,7 @@ while [[ $# -gt 0 ]]; do
618618
shift 1
619619
;;
620620
--version)
621-
echo "leiden 1.0.3"
621+
echo "leiden 1.0.4"
622622
exit
623623
;;
624624
--input)

target/docker/compression/compress_h5mu/.config.vsh.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
functionality:
22
name: "compress_h5mu"
33
namespace: "compression"
4-
version: "1.0.3"
4+
version: "1.0.4"
55
authors:
66
- name: "Dries Schaumont"
77
roles:
@@ -171,6 +171,6 @@ info:
171171
output: "/home/runner/work/openpipeline/openpipeline/target/docker/compression/compress_h5mu"
172172
executable: "/home/runner/work/openpipeline/openpipeline/target/docker/compression/compress_h5mu/compress_h5mu"
173173
viash_version: "0.8.6"
174-
git_commit: "36dc4369a0372420366dea16260f2bab2ea959e1"
174+
git_commit: "74f972ebfd45203c74b6d58897e1f5d5b80afe0f"
175175
git_remote: "https://github.com/openpipelines-bio/openpipeline"
176-
git_tag: "1.0.2-4-g36dc4369a0"
176+
git_tag: "1.0.3-3-g74f972ebfd"

target/docker/compression/compress_h5mu/compress_h5mu

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# compress_h5mu 1.0.3
3+
# compress_h5mu 1.0.4
44
#
55
# This wrapper script is auto-generated by viash 0.8.6 and is thus a derivative
66
# work thereof. This software comes with ABSOLUTELY NO WARRANTY from Data
@@ -173,7 +173,7 @@ VIASH_META_TEMP_DIR="$VIASH_TEMP"
173173

174174
# ViashHelp: Display helpful explanation about this executable
175175
function ViashHelp {
176-
echo "compress_h5mu 1.0.3"
176+
echo "compress_h5mu 1.0.4"
177177
echo ""
178178
echo "Compress a MuData file."
179179
echo ""
@@ -423,10 +423,10 @@ RUN pip install --upgrade pip && \
423423
424424
LABEL org.opencontainers.image.authors="Dries Schaumont"
425425
LABEL org.opencontainers.image.description="Companion container for running component compression compress_h5mu"
426-
LABEL org.opencontainers.image.created="2024-08-09T10:01:45Z"
426+
LABEL org.opencontainers.image.created="2024-12-17T13:15:04Z"
427427
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline"
428-
LABEL org.opencontainers.image.revision="36dc4369a0372420366dea16260f2bab2ea959e1"
429-
LABEL org.opencontainers.image.version="1.0.3"
428+
LABEL org.opencontainers.image.revision="74f972ebfd45203c74b6d58897e1f5d5b80afe0f"
429+
LABEL org.opencontainers.image.version="1.0.4"
430430
431431
VIASHDOCKER
432432
}
@@ -581,7 +581,7 @@ while [[ $# -gt 0 ]]; do
581581
shift 1
582582
;;
583583
--version)
584-
echo "compress_h5mu 1.0.3"
584+
echo "compress_h5mu 1.0.4"
585585
exit
586586
;;
587587
--input)

0 commit comments

Comments
 (0)