Skip to content

Commit 447519b

Browse files
authored
Merge pull request nf-core#572 from JoseEspinosa/dev
Bump dev version 2.1.0
2 parents 4f0be5b + e784072 commit 447519b

18 files changed

Lines changed: 86 additions & 74 deletions

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ template:
1717
skip_features:
1818
- fastqc
1919
- igenomes
20-
version: 2.0.0
20+
version: 2.1.0dev

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## v2.1.0dev - [date]
7+
8+
### Enhancements & fixes
9+
10+
| Old parameter | New parameter |
11+
| ------------- | ------------- |
12+
| | |
13+
14+
> **NB:** Parameter has been **updated** if both old and new parameter information is present.
15+
> **NB:** Parameter has been **added** if just the new parameter information is present.
16+
> **NB:** Parameter has been **removed** if parameter information is present only for the old parameter.
17+
618
## [[2.0.0](https://github.com/nf-core/proteinfold/releases/tag/2.0.0)] - 2026-03-27
719

820
### Enhancements & fixes

assets/multiqc_config.yml

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

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ manifest {
570570
mainScript = 'main.nf'
571571
defaultBranch = 'master'
572572
nextflowVersion = '!>=25.10.2'
573-
version = '2.0.0'
573+
version = '2.1.0dev'
574574
doi = '10.5281/zenodo.7629996'
575575
}
576576

ro-crate-metadata.json

Lines changed: 45 additions & 45 deletions
Large diffs are not rendered by default.

tests/alphafold2_download.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"biopython": "unknown"
3030
},
3131
"Workflow": {
32-
"nf-core/proteinfold": "v2.0.0"
32+
"nf-core/proteinfold": "v2.1.0dev"
3333
}
3434
},
3535
[
@@ -123,6 +123,6 @@
123123
"nf-test": "0.9.3",
124124
"nextflow": "25.10.4"
125125
},
126-
"timestamp": "2026-03-12T16:09:42.635737909"
126+
"timestamp": "2026-03-27T08:42:46.521360256"
127127
}
128128
}

tests/alphafold2_split.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"biopython": "unknown"
2323
},
2424
"Workflow": {
25-
"nf-core/proteinfold": "v2.0.0"
25+
"nf-core/proteinfold": "v2.1.0dev"
2626
}
2727
},
2828
[
@@ -73,6 +73,6 @@
7373
"nf-test": "0.9.3",
7474
"nextflow": "25.10.4"
7575
},
76-
"timestamp": "2026-03-12T16:12:35.47858571"
76+
"timestamp": "2026-03-27T08:45:45.745906851"
7777
}
7878
}

tests/alphafold3.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"rdkit": "unknown"
2828
},
2929
"Workflow": {
30-
"nf-core/proteinfold": "v2.0.0"
30+
"nf-core/proteinfold": "v2.1.0dev"
3131
}
3232
},
3333
[
@@ -108,6 +108,6 @@
108108
"nf-test": "0.9.3",
109109
"nextflow": "25.10.4"
110110
},
111-
"timestamp": "2026-03-12T16:14:34.760694724"
111+
"timestamp": "2026-03-27T08:49:12.687346079"
112112
}
113113
}

tests/boltz.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"python": "3.8.3"
1919
},
2020
"Workflow": {
21-
"nf-core/proteinfold": "v2.0.0"
21+
"nf-core/proteinfold": "v2.1.0dev"
2222
}
2323
},
2424
[
@@ -98,6 +98,6 @@
9898
"nf-test": "0.9.3",
9999
"nextflow": "25.10.4"
100100
},
101-
"timestamp": "2026-03-12T16:15:43.464789542"
101+
"timestamp": "2026-03-27T08:53:06.410999759"
102102
}
103103
}

tests/colabfold_download.nf.test.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"sed": 4.7
1919
},
2020
"Workflow": {
21-
"nf-core/proteinfold": "v2.0.0"
21+
"nf-core/proteinfold": "v2.1.0dev"
2222
}
2323
},
2424
[
@@ -75,6 +75,6 @@
7575
"nf-test": "0.9.3",
7676
"nextflow": "25.10.4"
7777
},
78-
"timestamp": "2026-03-12T16:17:44.266981229"
78+
"timestamp": "2026-03-27T08:56:29.675960575"
7979
}
8080
}

0 commit comments

Comments
 (0)