diff --git a/modules/nf-core/qcatch/environment.yml b/modules/nf-core/qcatch/environment.yml index 0cb7ac7a8d8..73113b11fda 100644 --- a/modules/nf-core/qcatch/environment.yml +++ b/modules/nf-core/qcatch/environment.yml @@ -8,3 +8,4 @@ dependencies: - conda-forge::pip=25.3 - pip: - qcatch==0.2.10 + - scikit-image==0.26.0 diff --git a/modules/nf-core/qcatch/main.nf b/modules/nf-core/qcatch/main.nf index 0de54471f9c..fda3179fe36 100644 --- a/modules/nf-core/qcatch/main.nf +++ b/modules/nf-core/qcatch/main.nf @@ -4,8 +4,8 @@ process QCATCH { conda "${moduleDir}/environment.yml" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'oras://community.wave.seqera.io/library/pip_qcatch:8724a2c532e66d32': - 'community.wave.seqera.io/library/pip_qcatch:53608d4be3a1da01' }" + 'oras://community.wave.seqera.io/library/pip_qcatch_scikit-image:611dba8accdf2676': + 'community.wave.seqera.io/library/pip_qcatch_scikit-image:d4047a6bc8fbc441' }" input: tuple val(meta), val(chemistry), path(quant_dir) diff --git a/modules/nf-core/qcatch/tests/main.nf.test.snap b/modules/nf-core/qcatch/tests/main.nf.test.snap index 8f68311dc1e..8b8dd91ec93 100644 --- a/modules/nf-core/qcatch/tests/main.nf.test.snap +++ b/modules/nf-core/qcatch/tests/main.nf.test.snap @@ -26,7 +26,7 @@ "nf-test": "0.9.3", "nextflow": "25.10.2" }, - "timestamp": "2026-02-21T17:42:42.767783832" + "timestamp": "2026-02-21T21:00:22.692003842" }, "test_qcatch - stub": { "content": [ @@ -91,6 +91,6 @@ "nf-test": "0.9.3", "nextflow": "25.10.2" }, - "timestamp": "2026-02-21T17:43:06.660613547" + "timestamp": "2026-02-21T20:01:32.227029581" } } \ No newline at end of file