Skip to content

Commit d93b532

Browse files
authored
Replace local TABIX modules with nf-core htslib/bgziptabix (#137)
1 parent fa81201 commit d93b532

17 files changed

Lines changed: 255 additions & 275 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141
- [#123](https://github.com/nf-core/references/pull/123) - Prepare release 0.2
4242
- [#131](https://github.com/nf-core/references/pull/131) - Template update for nf-core/tools v3.5.1
4343
- [#132](https://github.com/nf-core/references/pull/132) - Update nf-core-utils plugin and use updated functions for topics
44+
- [#137](https://github.com/nf-core/references/pull/137) - Replace local TABIX modules with nf-core `htslib/bgziptabix`
4445

4546
### Fixed
4647

conf/prepare_genome.config

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ process {
7070
withName: 'STAR_GENOMEGENERATE' {
7171
ext.when = { meta.run_star }
7272
}
73-
withName: 'TABIX_BGZIPTABIX' {
74-
ext.when = { meta.run_bgziptabix }
75-
}
76-
withName: 'TABIX_TABIX' {
77-
ext.when = { meta.run_tabix }
73+
withName: 'HTSLIB_BGZIPTABIX' {
74+
ext.when = { meta.run_bgziptabix || meta.run_tabix }
7875
}
7976
}

modules.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"git_sha": "0902eac3012baaf4f9ab6513c8c55acc9353c96c",
1111
"installed_by": ["archive_extract"]
1212
},
13+
"htslib/bgziptabix": {
14+
"branch": "master",
15+
"git_sha": "54e41f4ed3aead45054380a9befeb927612ffc91",
16+
"installed_by": ["modules"]
17+
},
1318
"multiqc": {
1419
"branch": "master",
1520
"git_sha": "98403d15b0e50edae1f3fec5eae5e24982f1fade",

modules/local/tabix/bgziptabix/main.nf

Lines changed: 0 additions & 38 deletions
This file was deleted.

modules/local/tabix/bgziptabix/meta.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

modules/local/tabix/tabix/environment.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

modules/local/tabix/tabix/main.nf

Lines changed: 0 additions & 35 deletions
This file was deleted.

modules/local/tabix/tabix/meta.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

modules/local/tabix/bgziptabix/environment.yml renamed to modules/nf-core/htslib/bgziptabix/environment.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/htslib/bgziptabix/main.nf

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

0 commit comments

Comments
 (0)