Skip to content

Commit fcbfa1b

Browse files
authored
Merge pull request #1393 from maxulysse/patch_registry
patch bedtools/genomecov to use quay.io to solve issue with nf-core download
2 parents e6e85ef + 894a770 commit fcbfa1b

File tree

4 files changed

+42
-3
lines changed

4 files changed

+42
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- [PR #1386](https://github.com/nf-core/rnaseq/pull/1386) - Bump pipeline version to 3.16.0dev
1212
- [PR #1388](https://github.com/nf-core/rnaseq/pull/1388) - Adding Kraken2/Bracken on unaligned reads as an additional quality control step to detect sample contamination
1313
- [PR #1389](https://github.com/nf-core/rnaseq/pull/1389) - Update animated subway map
14+
- [PR #1393](https://github.com/nf-core/rnaseq/pull/1393) - Use quay.io for bedtools/genomecov to solve issue with nf-core download
1415

1516
### Parameters
1617

modules.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"bedtools/genomecov": {
1414
"branch": "master",
1515
"git_sha": "06c8865e36741e05ad32ef70ab3fac127486af48",
16-
"installed_by": ["modules"]
16+
"installed_by": ["modules"],
17+
"patch": "modules/nf-core/bedtools/genomecov/bedtools-genomecov.diff"
1718
},
1819
"bracken/bracken": {
1920
"branch": "master",

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

Lines changed: 37 additions & 0 deletions
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

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

0 commit comments

Comments
 (0)