Skip to content

Commit

Permalink
chore: Bump deeptools/bamcoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Dec 23, 2024
1 parent 7d33c65 commit 9fe1db2
Show file tree
Hide file tree
Showing 19 changed files with 314 additions and 77 deletions.
4 changes: 2 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -336,12 +336,12 @@ process {

withName: DEEPTOOLS_BAMCOVERAGE_PLUS {
ext.args = "--filterRNAstrand forward"
ext.prefix = { "${meta.id}.plus.bigWig" }
ext.prefix = { "${meta.id}.plus" }
}

withName: DEEPTOOLS_BAMCOVERAGE_MINUS {
ext.args = "--filterRNAstrand reverse"
ext.prefix = { "${meta.id}.minus.bigWig" }
ext.prefix = { "${meta.id}.minus" }
}

withName:DREG_PREP {
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
},
"deeptools/bamcoverage": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
},
"dragmap/align": {
Expand Down
6 changes: 2 additions & 4 deletions modules/nf-core/deeptools/bamcoverage/environment.yml

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

25 changes: 18 additions & 7 deletions modules/nf-core/deeptools/bamcoverage/main.nf

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

92 changes: 53 additions & 39 deletions modules/nf-core/deeptools/bamcoverage/meta.yml

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

118 changes: 118 additions & 0 deletions modules/nf-core/deeptools/bamcoverage/tests/main.nf.test

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

Loading

0 comments on commit 9fe1db2

Please sign in to comment.