Skip to content

Commit 9bea0dc

Browse files
authored
Merge pull request #172 from JoseEspinosa/patch
Patch release 1.1.1
2 parents d75ade1 + 117257c commit 9bea0dc

12 files changed

+34
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [[1.1.1](https://github.com/nf-core/proteinfold/releases/tag/1.1.1)] - 2025-07-30
7+
8+
- Minor patch release to fix multiqc report.
9+
10+
### Enhancements & fixes
11+
612
## [[1.1.0](https://github.com/nf-core/proteinfold/releases/tag/1.1.0)] - 2025-06-25
713

814
### Credits
@@ -20,6 +26,8 @@ Special thanks to the following for their contributions to the release:
2026

2127
Thank you to everyone else that has contributed by reporting bugs, enhancements or in any other way, shape or form.
2228

29+
## [[1.1.0](https://github.com/nf-core/proteinfold/releases/tag/1.1.0)] - 2025-06-21
30+
2331
### Enhancements & fixes
2432

2533
- [[#80](https://github.com/nf-core/proteinfold/pull/80)] - Add `accelerator` directive to GPU processes when `params.use_gpu` is true.

assets/multiqc_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/proteinfold/releases/tag/1.1.0" target="_blank">nf-core/proteinfold</a>
2+
This report has been generated by the <a href="https://github.com/nf-core/proteinfold/releases/tag/1.1.1" target="_blank">nf-core/proteinfold</a>
33
analysis pipeline. For information about how to interpret these results, please see the
4-
<a href="https://nf-co.re/proteinfold/1.1.0/docs/output" target="_blank">documentation</a>.
4+
<a href="https://nf-co.re/proteinfold/1.1.1/docs/output" target="_blank">documentation</a>.
55
report_section_order:
66
"nf-core-proteinfold-methods-description":
77
order: -1000

modules.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"multiqc": {
3030
"branch": "master",
3131
"git_sha": "b7ebe95761cd389603f9cc0e0dc384c0f663815a",
32-
"installed_by": ["modules"]
32+
"installed_by": ["modules"],
33+
"patch": "modules/nf-core/multiqc/multiqc.diff"
3334
},
3435
"untar": {
3536
"branch": "master",

modules/local/colabfold_batch.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ process COLABFOLD_BATCH {
77
error("Local COLABFOLD_BATCH module does not support Conda. Please use Docker / Singularity / Podman instead.")
88
}
99

10-
container "nf-core/proteinfold_colabfold:1.1.0"
10+
container "nf-core/proteinfold_colabfold:1.1.1"
1111

1212
input:
1313
tuple val(meta), path(fasta)

modules/local/mmseqs_colabfoldsearch.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ process MMSEQS_COLABFOLDSEARCH {
77
error("Local MMSEQS_COLABFOLDSEARCH module does not support Conda. Please use Docker / Singularity / Podman instead.")
88
}
99

10-
container "nf-core/proteinfold_colabfold:1.1.0"
10+
container "nf-core/proteinfold_colabfold:1.1.1"
1111

1212
input:
1313
tuple val(meta), path(fasta)

modules/local/run_alphafold2.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ process RUN_ALPHAFOLD2 {
1010
error("Local RUN_ALPHAFOLD2 module does not support Conda. Please use Docker / Singularity / Podman instead.")
1111
}
1212

13-
container "nf-core/proteinfold_alphafold2_standard:1.1.0"
13+
container "nf-core/proteinfold_alphafold2_standard:1.1.1"
1414

1515
input:
1616
tuple val(meta), path(fasta)

modules/local/run_alphafold2_msa.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ process RUN_ALPHAFOLD2_MSA {
1010
error("Local RUN_ALPHAFOLD2_MSA module does not support Conda. Please use Docker / Singularity / Podman instead.")
1111
}
1212

13-
container "nf-core/proteinfold_alphafold2_msa:1.1.0"
13+
container "nf-core/proteinfold_alphafold2_msa:1.1.1"
1414

1515
input:
1616
tuple val(meta), path(fasta)

modules/local/run_alphafold2_pred.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ process RUN_ALPHAFOLD2_PRED {
1010
error("Local RUN_ALPHAFOLD2_PRED module does not support Conda. Please use Docker / Singularity / Podman instead.")
1111
}
1212

13-
container "nf-core/proteinfold_alphafold2_split:1.1.0"
13+
container "nf-core/proteinfold_alphafold2_split:1.1.1"
1414

1515
input:
1616
tuple val(meta), path(fasta)

modules/local/run_esmfold.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ process RUN_ESMFOLD {
66
error("Local RUN_ESMFOLD module does not support Conda. Please use Docker / Singularity / Podman instead.")
77
}
88

9-
container "nf-core/proteinfold_esmfold:1.1.0"
9+
container "nf-core/proteinfold_esmfold:1.1.1"
1010

1111
input:
1212
tuple val(meta), path(fasta)

modules/nf-core/multiqc/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)