Skip to content

Commit 4fe140f

Browse files
authored
Merge pull request #187 from LouisLeNezet/update
Update all modules
2 parents d3f4018 + 22ab5f3 commit 4fe140f

File tree

87 files changed

+2593
-1202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+2593
-1202
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- [#175](https://github.com/nf-core/phaseimpute/pull/175) - Update TEMPLATE to nf-core tools version 3.2.0. Move `CHRCHECK` functions to the workflow directory.
1919
- [#182](https://github.com/nf-core/phaseimpute/pull/182) - Add dark version of the metromap and dynamically change it in the README.
2020
- [#185](https://github.com/nf-core/phaseimpute/pull/185) - Add `--sampleNames_file` option for `STICH` and `QUILT`.
21+
- [#187](https://github.com/nf-core/phaseimpute/pull/187) - Update modules and subworkflows
2122

2223
### `Fixed`
2324

@@ -27,6 +28,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2728
- [#185](https://github.com/nf-core/phaseimpute/pull/185) - Fix CSV generation and check that all mentioned path files exist.
2829
- [#189](https://github.com/nf-core/phaseimpute/pull/189) - Set meta map id as string to avoid error when using numbers in csv files.
2930

31+
### `Dependencies`
32+
33+
| Dependency | Old version | New version |
34+
| ---------- | ----------- | ----------- |
35+
| `gunzip` | 1.10 | 1.13 |
36+
| `lbzip2` | | 2.5 |
37+
| `shapeit5` | 1.0.0 | 5.1.1 |
38+
| `r-stitch` | 1.6.10 | 1.7.3 |
39+
3040
## v1.0.0 - Black Labrador [2024-12-09]
3141

3242
Initial release of nf-core/phaseimpute, created with the [nf-core](https://nf-co.re/) template.

conf/steps/panel_prep.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ process {
108108
}
109109

110110
withName: 'NFCORE_PHASEIMPUTE:PHASEIMPUTE:VCF_PHASE_SHAPEIT5:SHAPEIT5_PHASECOMMON' {
111+
ext.suffix = "vcf.gz"
111112
ext.prefix = { "${meta.id}_${meta.chunk.replace(':',"_")}_chunks" }
112113
}
113114

modules.json

Lines changed: 34 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,130 +7,128 @@
77
"nf-core": {
88
"bcftools/annotate": {
99
"branch": "master",
10-
"git_sha": "cb08035150685b11d890d90c9534d4f16869eaec",
10+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
1111
"installed_by": ["modules"],
1212
"patch": "modules/nf-core/bcftools/annotate/bcftools-annotate.diff"
1313
},
1414
"bcftools/concat": {
1515
"branch": "master",
16-
"git_sha": "d1e0ec7670fa77905a378627232566ce54c3c26d",
16+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
1717
"installed_by": ["modules"],
1818
"patch": "modules/nf-core/bcftools/concat/bcftools-concat.diff"
1919
},
2020
"bcftools/convert": {
2121
"branch": "master",
22-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
22+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
2323
"installed_by": ["modules"]
2424
},
2525
"bcftools/index": {
2626
"branch": "master",
27-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
27+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
2828
"installed_by": ["bam_impute_glimpse", "vcf_phase_shapeit5"]
2929
},
3030
"bcftools/merge": {
3131
"branch": "master",
32-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
32+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
3333
"installed_by": ["modules"],
3434
"patch": "modules/nf-core/bcftools/merge/bcftools-merge.diff"
3535
},
3636
"bcftools/mpileup": {
3737
"branch": "master",
38-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
38+
"git_sha": "ede1e20af42e2f736638efae1b79762293a6a98a",
3939
"installed_by": ["modules"],
4040
"patch": "modules/nf-core/bcftools/mpileup/bcftools-mpileup.diff"
4141
},
4242
"bcftools/norm": {
4343
"branch": "master",
44-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
44+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
4545
"installed_by": ["modules"]
4646
},
4747
"bcftools/pluginsplit": {
4848
"branch": "master",
49-
"git_sha": "14c910af1f9c20c65e5df9325a1e4d3939d524d1",
49+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
5050
"installed_by": ["modules"],
5151
"patch": "modules/nf-core/bcftools/pluginsplit/bcftools-pluginsplit.diff"
5252
},
5353
"bcftools/query": {
5454
"branch": "master",
55-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
55+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
5656
"installed_by": ["modules"]
5757
},
5858
"bcftools/stats": {
5959
"branch": "master",
60-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
60+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
6161
"installed_by": ["modules"]
6262
},
6363
"bcftools/view": {
6464
"branch": "master",
65-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
65+
"git_sha": "ede1e20af42e2f736638efae1b79762293a6a98a",
6666
"installed_by": ["modules"]
6767
},
6868
"bedtools/makewindows": {
6969
"branch": "master",
70-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
70+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
7171
"installed_by": ["vcf_phase_shapeit5"]
7272
},
7373
"gawk": {
7474
"branch": "master",
75-
"git_sha": "caab1314ca62679b629da4c79afa9a4cab2bb8ee",
75+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
7676
"installed_by": ["modules"]
7777
},
7878
"glimpse/chunk": {
7979
"branch": "master",
80-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
80+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
8181
"installed_by": ["bam_impute_glimpse"]
8282
},
8383
"glimpse/ligate": {
8484
"branch": "master",
85-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
85+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
8686
"installed_by": ["bam_impute_glimpse"]
8787
},
8888
"glimpse/phase": {
8989
"branch": "master",
90-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
90+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
9191
"installed_by": ["bam_impute_glimpse"]
9292
},
9393
"glimpse2/chunk": {
9494
"branch": "master",
95-
"git_sha": "cc64e71652f67ce627064af51008fe0a00850987",
96-
"installed_by": ["modules"],
97-
"patch": "modules/nf-core/glimpse2/chunk/glimpse2-chunk.diff"
95+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
96+
"installed_by": ["modules"]
9897
},
9998
"glimpse2/concordance": {
10099
"branch": "master",
101-
"git_sha": "6aed50284f6b208fd8eff1ec1dae4b25bf03c432",
100+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
102101
"installed_by": ["modules"]
103102
},
104103
"glimpse2/ligate": {
105104
"branch": "master",
106-
"git_sha": "cc64e71652f67ce627064af51008fe0a00850987",
105+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
107106
"installed_by": ["modules"]
108107
},
109108
"glimpse2/phase": {
110109
"branch": "master",
111-
"git_sha": "cc64e71652f67ce627064af51008fe0a00850987",
112-
"installed_by": ["modules"],
113-
"patch": "modules/nf-core/glimpse2/phase/glimpse2-phase.diff"
110+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
111+
"installed_by": ["modules"]
114112
},
115113
"gunzip": {
116114
"branch": "master",
117-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
115+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
118116
"installed_by": ["modules"]
119117
},
120118
"multiqc": {
121119
"branch": "master",
122-
"git_sha": "f0719ae309075ae4a291533883847c3f7c441dad",
120+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
123121
"installed_by": ["modules"]
124122
},
125123
"quilt/quilt": {
126124
"branch": "master",
127-
"git_sha": "82dcdacf8aa932e6683e15a8992ed1cd6fcb174f",
125+
"git_sha": "9530a622dc5f305410fd68ba86c33a411c07969f",
128126
"installed_by": ["modules"],
129127
"patch": "modules/nf-core/quilt/quilt/quilt-quilt.diff"
130128
},
131129
"samtools/coverage": {
132130
"branch": "master",
133-
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
131+
"git_sha": "2d20463181b1c38981a02e90d3084b5f9fa8d540",
134132
"installed_by": ["modules"],
135133
"patch": "modules/nf-core/samtools/coverage/samtools-coverage.diff"
136134
},
@@ -158,46 +156,46 @@
158156
},
159157
"samtools/reheader": {
160158
"branch": "master",
161-
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
159+
"git_sha": "2d20463181b1c38981a02e90d3084b5f9fa8d540",
162160
"installed_by": ["modules"],
163161
"patch": "modules/nf-core/samtools/reheader/samtools-reheader.diff"
164162
},
165163
"samtools/view": {
166164
"branch": "master",
167-
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
165+
"git_sha": "b21df1b4e806f7bf3aff0eb41d84453a0025b43e",
168166
"installed_by": ["modules"],
169167
"patch": "modules/nf-core/samtools/view/samtools-view.diff"
170168
},
171169
"shapeit5/ligate": {
172170
"branch": "master",
173-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
171+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
174172
"installed_by": ["vcf_phase_shapeit5"]
175173
},
176174
"shapeit5/phasecommon": {
177175
"branch": "master",
178-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
176+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
179177
"installed_by": ["vcf_phase_shapeit5"],
180178
"patch": "modules/nf-core/shapeit5/phasecommon/shapeit5-phasecommon.diff"
181179
},
182180
"stitch": {
183181
"branch": "master",
184-
"git_sha": "55e411128ca5036def5dae1aa28a09e3776f59ea",
182+
"git_sha": "fdc0ff33c44221a72e5ac38d0e21493afe493aff",
185183
"installed_by": ["modules"],
186184
"patch": "modules/nf-core/stitch/stitch.diff"
187185
},
188186
"tabix/bgzip": {
189187
"branch": "master",
190-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
188+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
191189
"installed_by": ["modules"]
192190
},
193191
"tabix/tabix": {
194192
"branch": "master",
195-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
193+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
196194
"installed_by": ["modules"]
197195
},
198196
"vcflib/vcffixup": {
199197
"branch": "master",
200-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
198+
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
201199
"installed_by": ["modules"]
202200
}
203201
}

modules/nf-core/bcftools/annotate/bcftools-annotate.diff

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

modules/nf-core/bcftools/annotate/environment.yml

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

modules/nf-core/bcftools/annotate/main.nf

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

modules/nf-core/bcftools/annotate/meta.yml

Lines changed: 3 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)