Skip to content

Commit

Permalink
Merge pull request #1224 from nf-core/update_bcftools_sort
Browse files Browse the repository at this point in the history
New version of BCFTOOLS_SORT-module with '--temp-dir .' added as opti…
  • Loading branch information
asp8200 committed Sep 12, 2023
2 parents 3c91af4 + 87d74e8 commit 4f1a9fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Rapaselet is a delta formed by the Rapaätno river between the Bielloriehppe mas
- [#1216](https://github.com/nf-core/sarek/pull/1216) - Better test coverage for variant calling `*_all` subworkflows
- [#1217](https://github.com/nf-core/sarek/pull/1217) - Fix `groupTuple` statement for mutect2 tumor_only subworkflows
- [#1220](https://github.com/nf-core/sarek/pull/1220) - Fix channel and meta logic for `joint_mutect2` feature
- [#1224](https://github.com/nf-core/sarek/pull/1224) - Update BCFTOOLS_SORT module with `--temp-dir .` added as option, which was required for Singularity
- [#1225](https://github.com/nf-core/sarek/pull/1225) - Better test coverage for all tests

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"bcftools/sort": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "d6d112a1af2ee8c97fc1932df008183341e7d8fe",
"installed_by": ["modules"]
},
"bcftools/stats": {
Expand Down
1 change: 1 addition & 0 deletions modules/nf-core/bcftools/sort/main.nf

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

0 comments on commit 4f1a9fc

Please sign in to comment.