Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base container image update #315

Merged
merged 5 commits into from
Jun 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#286](https://github.com/nf-core/mag/pull/286) - Cite our publication instead of the preprint
- [#299](https://github.com/nf-core/mag/pull/299) - Add extra results folder `GenomeBinning/depths` for `[assembler]-[sample/group]-depth.txt.gz`, `bin_depths_summary.tsv` and `[assembler]-[binner]-[sample/group]-binDepths.heatmap.png`
- [#302](https://github.com/nf-core/mag/pull/302) - Update to nf-core 2.4 `TEMPLATE`
- [#315](https://github.com/nf-core/mag/pull/315) - Replace base container for standard shell tools to fix problems with running on Google Cloud

### `Fixed`

Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
},
"gunzip": {
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
"git_sha": "9aadd9a6d3f5964476582319b3a1c54a3e3fe7c9"
},
"maxbin2": {
"git_sha": "b78a4a456762a4c59fd5023e70f36a27f76d4a97"
Expand Down
4 changes: 2 additions & 2 deletions modules/local/busco_db_preparation.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process BUSCO_DB_PREPARATION {

conda (params.enable_conda ? "conda-forge::sed=4.7" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img' :
'biocontainers/biocontainers:v1.2.0_cv1' }"
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'ubuntu:20.04' }"

input:
path database
Expand Down
4 changes: 2 additions & 2 deletions modules/local/busco_save_download.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process BUSCO_SAVE_DOWNLOAD {

conda (params.enable_conda ? "conda-forge::sed=4.7" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img' :
'biocontainers/biocontainers:v1.2.0_cv1' }"
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'ubuntu:20.04' }"

input:
path(busco_downloads)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/cat_db.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process CAT_DB {

conda (params.enable_conda ? "conda-forge::sed=4.7" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img' :
'biocontainers/biocontainers:v1.2.0_cv1' }"
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'ubuntu:20.04' }"

input:
path(database)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/centrifuge_db_preparation.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ process CENTRIFUGE_DB_PREPARATION {

conda (params.enable_conda ? "conda-forge::sed=4.7" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img' :
'biocontainers/biocontainers:v1.2.0_cv1' }"
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'ubuntu:20.04' }"

input:
path db
Expand Down
4 changes: 2 additions & 2 deletions modules/local/gtdbtk_db_preparation.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process GTDBTK_DB_PREPARATION {

conda (params.enable_conda ? "conda-forge::sed=4.7" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img' :
'biocontainers/biocontainers:v1.2.0_cv1' }"
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'ubuntu:20.04' }"

input:
path(database)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/kraken2_db_preparation.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ process KRAKEN2_DB_PREPARATION {

conda (params.enable_conda ? "conda-forge::sed=4.7" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img' :
'biocontainers/biocontainers:v1.2.0_cv1' }"
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'ubuntu:20.04' }"

input:
path db
Expand Down
4 changes: 2 additions & 2 deletions modules/local/pool_paired_reads.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process POOL_PAIRED_READS {

conda (params.enable_conda ? "conda-forge::sed=4.7" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img' :
'biocontainers/biocontainers:v1.2.0_cv1' }"
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'ubuntu:20.04' }"

input:
tuple val(meta), path(reads1), path(reads2)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/pool_single_reads.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process POOL_SINGLE_READS {

conda (params.enable_conda ? "conda-forge::sed=4.7" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img' :
'biocontainers/biocontainers:v1.2.0_cv1' }"
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'ubuntu:20.04' }"

input:
tuple val(meta), path(reads)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/quast_bins_summary.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ process QUAST_BINS_SUMMARY {

conda (params.enable_conda ? "conda-forge::sed=4.7" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img' :
'biocontainers/biocontainers:v1.2.0_cv1' }"
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'ubuntu:20.04' }"

input:
path(summaries)
Expand Down
4 changes: 2 additions & 2 deletions modules/nf-core/modules/gunzip/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.