diff --git a/CHANGELOG.md b/CHANGELOG.md index 347fd30801..d084451742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,8 +51,9 @@ Rapaselet is a delta formed by the RapaƤtno river between the Bielloriehppe mas - [#1183](https://github.com/nf-core/sarek/pull/1183) - Add docs for concatentated germline variants - [#1184](https://github.com/nf-core/sarek/pull/1184) - Fix issue with duplicated variants in VCF from Sentieon-based joint-germline variant-calling with VQSR. (Corresponding to [#966](https://github.com/nf-core/sarek/issues/966) for GATK.) - [#1192](https://github.com/nf-core/sarek/pull/1192) - Add `ASCATprofile.png` to ASCAT output docs -- [#1197](https://github.com/nf-core/sarek/pull/1197) - Improve `tower.yml` file to display reports in `Tower` ([#1190](https://github.com/nf-core/sarek/issues/1190)) -- [#1202](https://github.com/nf-core/sarek/pull/1202) - Remove GitHub action step that caches Nextflow. Also bump other out of date actions. +- [#1197](https://github.com/nf-core/sarek/pull/1197) - Improve `tower.yml` file to display reports in Tower ([#1190](https://github.com/nf-core/sarek/issues/1190)) +- [#1202](https://github.com/nf-core/sarek/pull/1202) - Remove GitHub action step that caches Nextflow and bump other out of date actions +- [#1203](https://github.com/nf-core/sarek/pull/1203) - Fix issue with Singularity containers on test profiles ### Dependencies diff --git a/conf/test.config b/conf/test.config index c3e1221dc6..2403fc63e9 100644 --- a/conf/test.config +++ b/conf/test.config @@ -103,7 +103,6 @@ if (System.getenv('PROFILE')) { singularity.enabled = false } else if ("$PROFILE" == "singularity") { conda.enabled = false - params.singularity_pull_docker_container = false singularity.autoMounts = true singularity.enabled = true charliecloud.enabled = false diff --git a/conf/test/cache.config b/conf/test/cache.config index ad57191288..732d827dfe 100644 --- a/conf/test/cache.config +++ b/conf/test/cache.config @@ -119,7 +119,6 @@ if (System.getenv('PROFILE')) { singularity.enabled = false } else if ("$PROFILE" == "singularity") { conda.enabled = false - params.singularity_pull_docker_container = false singularity.autoMounts = true singularity.enabled = true charliecloud.enabled = false