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
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### `Added`

- RTGtools update to 3.13 [#261](https://github.com/nf-core/variantbenchmarking/issues/261)
- Transforming local modules with bcftools and tabix to standard nf-core modules [#267](https://github.com/nf-core/variantbenchmarking/pull/267)

### `Fixed`

### `Dependencies`

| Dependency | Old version | New version |
| ---------- | ----------- | ----------- |
| rtgtools | 3.12.1 | 3.13 |
| Dependency | Old version | New version |
| ----------------- | ----------- | ----------- |
| rtgtools | 3.12.1 | 3.13 |
| bcftools/reheader | 1.2 | 1.22 |
| tabix | 1.19.1 | 1.21 |

## 1.4.0

Expand Down
9 changes: 7 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ process {
]
}

withName: BGZIP_TABIX {
withName: TABIX_BGZIPTABIX {
publishDir = [
enabled: false
]
Expand Down Expand Up @@ -117,7 +117,7 @@ process {
enabled: false
]
}
withName: BCFTOOLS_RENAME_CHR {
withName: BCFTOOLS_ANNOTATE {
ext.prefix = {input.baseName - ".vcf" + ".renamechr"}
ext.args = {"--output-type z"}
publishDir = [
Expand Down Expand Up @@ -452,6 +452,11 @@ process {
pattern: "*{.vcf.gz,tbi,json}",
mode: params.publish_dir_mode
]
containerOptions = {
workflow.containerEngine == 'singularity' || workflow.containerEngine == 'apptainer'
? "--home ${launchDir}"
: null
}
}
withName: BEDTOOLS_INTERSECT_BENCH {

Expand Down
13 changes: 9 additions & 4 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"nf-core": {
"bcftools/annotate": {
"branch": "master",
"git_sha": "c1a7fa1c038061b344f2a41be71942061ec40d2e",
"git_sha": "6383d8fe58f9498eecd5aa303e71a4a932d1e9f6",
"installed_by": ["modules"]
},
"bcftools/filter": {
Expand All @@ -30,6 +30,11 @@
"git_sha": "e753770db613ce014b3c4bc94f6cba443427b726",
"installed_by": ["modules"]
},
"bcftools/reheader": {
"branch": "master",
"git_sha": "6383d8fe58f9498eecd5aa303e71a4a932d1e9f6",
"installed_by": ["modules"]
},
"bcftools/sort": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
Expand Down Expand Up @@ -158,17 +163,17 @@
},
"tabix/bgzip": {
"branch": "master",
"git_sha": "09d3c8c29b31a2dfd610305b10550f0e1dbcd4a9",
"git_sha": "f2cfcf9d3f6a2d123e6c44aefa788aa232204a7a",
"installed_by": ["modules"]
},
"tabix/bgziptabix": {
"branch": "master",
"git_sha": "09d3c8c29b31a2dfd610305b10550f0e1dbcd4a9",
"git_sha": "61846a0d757ff9c0682ba3e28ab0441afd95ad7e",
"installed_by": ["modules"]
},
"tabix/tabix": {
"branch": "master",
"git_sha": "09d3c8c29b31a2dfd610305b10550f0e1dbcd4a9",
"git_sha": "524a7d5ef99a0cbfb4feec8bf7062eb6a531931a",
"installed_by": ["modules"]
},
"truvari/bench": {
Expand Down
5 changes: 0 additions & 5 deletions modules/local/bcftools/reheader/environment.yml

This file was deleted.

78 changes: 0 additions & 78 deletions modules/local/bcftools/reheader/main.nf

This file was deleted.

7 changes: 0 additions & 7 deletions modules/local/bcftools/rename_chr/environment.yml

This file was deleted.

75 changes: 0 additions & 75 deletions modules/local/bcftools/rename_chr/main.nf

This file was deleted.

8 changes: 0 additions & 8 deletions modules/local/bgzip/tabix/environment.yml

This file was deleted.

59 changes: 0 additions & 59 deletions modules/local/bgzip/tabix/main.nf

This file was deleted.

9 changes: 6 additions & 3 deletions modules/nf-core/bcftools/annotate/environment.yml

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

Loading
Loading