Skip to content

Commit 14c8698

Browse files
authored
Merge pull request #1234 from nf-core/bedtools_genomecov_from_nfcore
Switch to genomecov from nf-core
2 parents 4ef4025 + cbb9d53 commit 14c8698

File tree

15 files changed

+412
-73
lines changed

15 files changed

+412
-73
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- [PR #1226](https://github.com/nf-core/rnaseq/pull/1226) - Reuse bbsplit index and don't keep overwriting ([#1225](https://github.com/nf-core/rnaseq/issues/1225))
2323
- [PR #1229](https://github.com/nf-core/rnaseq/pull/1229) - Template update for nf-core/tools v2.13.1
2424
- [PR #1231](https://github.com/nf-core/rnaseq/pull/1231) - Add sortmerna index possibilities
25+
- [PR #1234](https://github.com/nf-core/rnaseq/pull/1234) - Switch to genomecov from nf-core
2526

2627
### Parameters
2728

modules.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
"nf-core": {
88
"bbmap/bbsplit": {
99
"branch": "master",
10-
"git_sha": "dcfa9a18a74300f7fb994cdbf518c981f22de73d",
10+
"git_sha": "ecc2139bc014be1d0117d6c69458d82fbfa3328f",
11+
"installed_by": ["modules"]
12+
},
13+
"bedtools/genomecov": {
14+
"branch": "master",
15+
"git_sha": "81b90194ce9911dbd55bba2c65c6919f6677abc4",
1116
"installed_by": ["modules"]
1217
},
1318
"cat/fastq": {

modules/local/bedtools_genomecov/main.nf

-53
This file was deleted.

modules/local/bedtools_genomecov/nextflow.config

-11
This file was deleted.

modules/nf-core/bbmap/bbsplit/main.nf

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bedtools/genomecov/environment.yml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bedtools/genomecov/main.nf

+74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bedtools/genomecov/meta.yml

+59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bedtools/genomecov/nextflow.config

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/bedtools/genomecov/tests/main.nf.test

+122
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)