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

Bump shinyngs #176

Merged
merged 5 commits into from
Oct 19, 2023
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
- [[#119](https://github.com/nf-core/differentialabundance/issues/119)] - Document sample sheet for Affy arrays ([@pinin4fjords](https://github.com/pinin4fjords), review by [@WackerO](https://github.com/WackerO))
- [[#165](https://github.com/nf-core/differentialabundance/issues/165)] - Update subway map ([@pinin4fjords](https://github.com/pinin4fjords), review by [@FriederikeHanssen](https://github.com/FriederikeHanssen))
- [[#135](https://github.com/nf-core/differentialabundance/issues/135)] - workaround OPENBLAS using all cores problem ([@pinin4fjords](https://github.com/pinin4fjords), review by [@sateeshperi](https://github.com/sateeshperi))
- [[#176](https://github.com/nf-core/differentialabundance/pull/176)] - bump shinyngs ([@pinin4fjords](https://github.com/pinin4fjords), review by )

### `Fixed`

Expand Down
4 changes: 2 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ process {
}

withName: RMARKDOWNNOTEBOOK {
conda = "bioconda::r-shinyngs=1.8.2"
container = { "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/r-shinyngs:1.8.2--r43hdfd78af_0' : 'quay.io/biocontainers/r-shinyngs:1.8.2--r43hdfd78af_0' }" }
conda = "bioconda::r-shinyngs=1.8.4"
container = { "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/r-shinyngs:1.8.4--r43hdfd78af_0' : 'biocontainers/r-shinyngs:1.8.4--r43hdfd78af_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 @@ -72,22 +72,22 @@
},
"shinyngs/app": {
"branch": "master",
"git_sha": "707c31e838cb77198e30d8eeb138728ce09a4dd2",
"git_sha": "1b2fa2138849ac09b3d5c1e25ed70650ec1ebd7b",
"installed_by": ["modules"]
},
"shinyngs/staticdifferential": {
"branch": "master",
"git_sha": "022afb76b0fc7e304b0061a648f8f6cef03bba95",
"git_sha": "1b2fa2138849ac09b3d5c1e25ed70650ec1ebd7b",
"installed_by": ["modules"]
},
"shinyngs/staticexploratory": {
"branch": "master",
"git_sha": "022afb76b0fc7e304b0061a648f8f6cef03bba95",
"git_sha": "1b2fa2138849ac09b3d5c1e25ed70650ec1ebd7b",
"installed_by": ["modules"]
},
"shinyngs/validatefomcomponents": {
"branch": "master",
"git_sha": "022afb76b0fc7e304b0061a648f8f6cef03bba95",
"git_sha": "1b2fa2138849ac09b3d5c1e25ed70650ec1ebd7b",
"installed_by": ["modules"]
},
"untar": {
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/shinyngs/app/main.nf

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

6 changes: 3 additions & 3 deletions modules/nf-core/shinyngs/staticdifferential/main.nf

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

6 changes: 3 additions & 3 deletions modules/nf-core/shinyngs/staticexploratory/main.nf

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

6 changes: 3 additions & 3 deletions modules/nf-core/shinyngs/validatefomcomponents/main.nf

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