Skip to content

Commit 0a29319

Browse files
authored
Merge pull request #537 from nf-core/fix/fq2bammeth
Updated parabricks/fq2bammeth
2 parents a410b59 + 410b3c1 commit 0a29319

File tree

5 files changed

+17
-12
lines changed

5 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- 🔙 Reverted PR #523 which changes subworkflows directly in the pipeline.
1111
- 🔄 Updated template to nf-core/tools v3.2.0 [#](https://github.com/nf-core/methylseq/pull/)
1212
- 🐛 bumped the minimum for `PARABRICKS_FQ2BAMMETH` to 100.GB as suggested by the docs [#528](https://github.com/nf-core/methylseq/issues/528)
13+
- 🐛 fix parabricks/fq2bammeth failure on AWS Batch like executors where symlinks don't exist [#536](https://github.com/nf-core/methylseq/issues/536)
1314

1415
### Pipeline Updates
1516

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
},
8383
"parabricks/fq2bammeth": {
8484
"branch": "master",
85-
"git_sha": "2edb63067971fb906749e96bf22b23a4ec892a62",
85+
"git_sha": "ca2409607b2095e8ad375c990f256b418caedd0f",
8686
"installed_by": ["fastq_align_dedup_bwameth"]
8787
},
8888
"picard/markduplicates": {

modules/nf-core/parabricks/fq2bammeth/main.nf

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/parabricks/fq2bammeth/meta.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/parabricks/fq2bammeth/tests/main.nf.test

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)