Skip to content
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.13.3

- Bump bcftools modules to fix [topic channel errors when using the `nomad` executor](https://github.com/nf-cmgg/smallvariants/issues/337).

## v1.13.2

A small patch release to re-add the default for `--genome`
Expand Down
5 changes: 5 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ process {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

withName: "^.*SMALLVARIANTS:BCFTOOLS_GETSAMPLES\$" {
ext.args = "--list-samples"
ext.suffix = "txt"
}

withName: "^.*SMALLVARIANTS:BCFTOOLS_STATS\$" {
ext.prefix = { "${meta.id}.${meta.caller}"}
}
Expand Down
23 changes: 12 additions & 11 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,52 +7,53 @@
"nf-core": {
"bcftools/annotate": {
"branch": "master",
"git_sha": "6d46786420b4d7bc88eba026eb389c0c5535d120",
"git_sha": "feef37435aea56816adf4b3bde1fc76aac327a8d",
"installed_by": ["modules"]
},
"bcftools/concat": {
"branch": "master",
"git_sha": "6d46786420b4d7bc88eba026eb389c0c5535d120",
"git_sha": "feef37435aea56816adf4b3bde1fc76aac327a8d",
"installed_by": ["modules"]
},
"bcftools/filter": {
"branch": "master",
"git_sha": "6d46786420b4d7bc88eba026eb389c0c5535d120",
"installed_by": ["modules"]
"git_sha": "feef37435aea56816adf4b3bde1fc76aac327a8d",
"installed_by": ["modules"],
"patch": "modules/nf-core/bcftools/filter/bcftools-filter.diff"
},
"bcftools/norm": {
"branch": "master",
"git_sha": "6d46786420b4d7bc88eba026eb389c0c5535d120",
"git_sha": "feef37435aea56816adf4b3bde1fc76aac327a8d",
"installed_by": ["modules"]
},
"bcftools/pluginscatter": {
"branch": "master",
"git_sha": "6d46786420b4d7bc88eba026eb389c0c5535d120",
"git_sha": "feef37435aea56816adf4b3bde1fc76aac327a8d",
"installed_by": ["modules"]
},
"bcftools/query": {
"branch": "master",
"git_sha": "6d46786420b4d7bc88eba026eb389c0c5535d120",
"git_sha": "feef37435aea56816adf4b3bde1fc76aac327a8d",
"installed_by": ["modules"]
},
"bcftools/reheader": {
"branch": "master",
"git_sha": "6d46786420b4d7bc88eba026eb389c0c5535d120",
"git_sha": "feef37435aea56816adf4b3bde1fc76aac327a8d",
"installed_by": ["modules"]
},
"bcftools/sort": {
"branch": "master",
"git_sha": "6d46786420b4d7bc88eba026eb389c0c5535d120",
"git_sha": "feef37435aea56816adf4b3bde1fc76aac327a8d",
"installed_by": ["modules"]
},
"bcftools/stats": {
"branch": "master",
"git_sha": "6d46786420b4d7bc88eba026eb389c0c5535d120",
"git_sha": "feef37435aea56816adf4b3bde1fc76aac327a8d",
"installed_by": ["modules"]
},
"bcftools/view": {
"branch": "master",
"git_sha": "6d46786420b4d7bc88eba026eb389c0c5535d120",
"git_sha": "feef37435aea56816adf4b3bde1fc76aac327a8d",
"installed_by": ["modules"]
},
"bedtools/merge": {
Expand Down
5 changes: 0 additions & 5 deletions modules/local/bcftools/filter/environment.yml

This file was deleted.

77 changes: 0 additions & 77 deletions modules/local/bcftools/filter/main.nf

This file was deleted.

87 changes: 0 additions & 87 deletions modules/local/bcftools/filter/tests/main.nf.test

This file was deleted.

113 changes: 0 additions & 113 deletions modules/local/bcftools/filter/tests/main.nf.test.snap

This file was deleted.

3 changes: 0 additions & 3 deletions modules/local/bcftools/filter/tests/one_filter.config

This file was deleted.

5 changes: 0 additions & 5 deletions modules/local/bcftools/filter/tests/three_filters.config

This file was deleted.

4 changes: 0 additions & 4 deletions modules/local/bcftools/filter/tests/two_filters.config

This file was deleted.

5 changes: 0 additions & 5 deletions modules/local/bcftools/getsamples/environment.yml

This file was deleted.

Loading
Loading