Skip to content

Commit

Permalink
Merge pull request #315 from jfy133/base-container-image-update
Browse files Browse the repository at this point in the history
Base container image update
  • Loading branch information
jfy133 authored Jun 3, 2022
2 parents 91e9843 + c666942 commit 18a8634
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 21 deletions.
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
- [#291](https://github.com/nf-core/mag/pull/291), [#299](https://github.com/nf-core/mag/pull/299) - Add extra results folder `GenomeBinning/depths/contigs` for `[assembler]-[sample/group]-depth.txt.gz`, and `GenomeBinning/depths/bins` for `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.

0 comments on commit 18a8634

Please sign in to comment.