Skip to content

Commit

Permalink
Merge pull request #126 from healx/fix_singularity_download2
Browse files Browse the repository at this point in the history
Add spaces to satisfy nf-core download for singularity
  • Loading branch information
Jonathan Manning authored May 2, 2023
2 parents ebc90fc + 0032fef commit 07543be
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Added`

- [[#124](https://github.com/nf-core/differentialabundance/pull/124)] - Template update for nf-core/tools v2.8 ([@pinin4fjords](https://github.com/pinin4fjords), review by )
- [[#124](https://github.com/nf-core/differentialabundance/pull/124)] - Template update for nf-core/tools v2.8 ([@pinin4fjords](https://github.com/pinin4fjords), review by [@jasmezz](https://github.com/jasmezz))

### `Fixed`

- [[#116](https://github.com/nf-core/differentialabundance/issues/116)] - Skip outlier detection with low replication ([@pinin4fjords](https://github.com/pinin4fjords), review by [@nvnieuwk](https://github.com/nvnieuwk))
- [[#122](https://github.com/nf-core/differentialabundance/pull/126)] - Add spaces to satisfy nf-core download for singularity ([@pinin4fjords](https://github.com/pinin4fjords), review by [@WackerO](https://github.com/WackerO))

## v1.2.0 - 2023-04-19

Expand Down
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ process {

withName: RMARKDOWNNOTEBOOK {
conda = "bioconda::r-shinyngs=1.7.2"
container = { "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/r-shinyngs:1.7.2--r42hdfd78af_0':'quay.io/biocontainers/r-shinyngs:1.7.2--r42hdfd78af_0' }" }
container = { "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/r-shinyngs:1.7.2--r42hdfd78af_0' : 'quay.io/biocontainers/r-shinyngs:1.7.2--r42hdfd78af_0' }" }
publishDir = [
path: { "${params.outdir}/report" },
mode: params.publish_dir_mode,
Expand Down
8 changes: 4 additions & 4 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,22 @@
},
"shinyngs/app": {
"branch": "master",
"git_sha": "443d681b050358f4dbc70ddd3700b60565311c48",
"git_sha": "7be616acb9436d748631011420d3c8f73c181cbe",
"installed_by": ["modules"]
},
"shinyngs/staticdifferential": {
"branch": "master",
"git_sha": "443d681b050358f4dbc70ddd3700b60565311c48",
"git_sha": "7be616acb9436d748631011420d3c8f73c181cbe",
"installed_by": ["modules"]
},
"shinyngs/staticexploratory": {
"branch": "master",
"git_sha": "443d681b050358f4dbc70ddd3700b60565311c48",
"git_sha": "7be616acb9436d748631011420d3c8f73c181cbe",
"installed_by": ["modules"]
},
"shinyngs/validatefomcomponents": {
"branch": "master",
"git_sha": "443d681b050358f4dbc70ddd3700b60565311c48",
"git_sha": "7be616acb9436d748631011420d3c8f73c181cbe",
"installed_by": ["modules"]
},
"untar": {
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/shinyngs/app/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/shinyngs/staticdifferential/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/shinyngs/staticexploratory/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/shinyngs/validatefomcomponents/main.nf

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

1 change: 1 addition & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ profiles {
test_nogtf { includeConfig 'conf/test_nogtf.config' }
test_full { includeConfig 'conf/test_full.config' }
affy { includeConfig 'conf/affy.config' }
rnaseq { includeConfig 'conf/rnaseq.config' }
test_affy { includeConfig 'conf/test_affy.config' }
}

Expand Down

0 comments on commit 07543be

Please sign in to comment.