Skip to content

Commit e91ce53

Browse files
authored
bump wisecondorx to v1.2.6 (#87)
* bump wisecondorx to v1.2.6 * add missing arguments to wisecondorx predict
1 parent 6ce47b5 commit e91ce53

File tree

13 files changed

+354
-13
lines changed

13 files changed

+354
-13
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### `Changes`
1717

18+
1. Updated all WisecondorX modules to version 1.2.6 and added the `--seed` argument to `WisecondorX predict`
19+
1820
### `Fixed`
1921

2022
## v0.1.0 - [3 April 2024] - Amazing Atomium

conf/modules.config

+1
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ process {
325325

326326
if("wisecondorx" in callers) {
327327
withName: "^.*:BAM_VARIANT_CALLING_WISECONDORX:WISECONDORX_PREDICT\$" {
328+
ext.args = "--seed --bed --plots"
328329
memory = { check_max(50.GB * task.attempt, 'memory') }
329330
ext.prefix = { "${meta.id}.wisecondorx" }
330331
publishDir = [[

modules.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,12 @@
160160
},
161161
"wisecondorx/convert": {
162162
"branch": "master",
163-
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
163+
"git_sha": "da7894da652a6c4ce3fd93f16a6bf3393209864d",
164164
"installed_by": ["modules"]
165165
},
166166
"wisecondorx/predict": {
167167
"branch": "master",
168-
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
168+
"git_sha": "da7894da652a6c4ce3fd93f16a6bf3393209864d",
169169
"installed_by": ["modules"]
170170
}
171171
}

modules/nf-core/wisecondorx/convert/main.nf

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/wisecondorx/convert/meta.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/wisecondorx/convert/tests/main.nf.test

+97
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/wisecondorx/convert/tests/main.nf.test.snap

+107
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/wisecondorx/convert/tests/tags.yml

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/wisecondorx/predict/main.nf

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/wisecondorx/predict/meta.yml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/wisecondorx/predict/tests/main.nf.test

+65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)