Skip to content

Commit f02fbba

Browse files
authored
Merge pull request #75 from vagkaratzas/dev
post-release version bump
2 parents bf1bee7 + a1a8346 commit f02fbba

7 files changed

Lines changed: 18 additions & 17 deletions

File tree

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository_type: pipeline
1313
template:
1414
author: Olga Botvinnik, Evangelos Karatzas
1515
description: Generation of sequence-level annotations for amino acid sequences
16-
version: 1.0.0
16+
version: 1.1.0dev
1717
force: true
1818
outdir: .
1919
skip_features:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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+
## v1.1.0dev - [date]
7+
68
## v1.0.0 - Yellow Saiga - [2026/02/09]
79

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

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[![Open in GitHub Codespaces](https://img.shields.io/badge/Open_In_GitHub_Codespaces-black?labelColor=grey&logo=github)](https://github.com/codespaces/new/nf-core/proteinannotator)
99
[![GitHub Actions CI Status](https://github.com/nf-core/proteinannotator/actions/workflows/nf-test.yml/badge.svg)](https://github.com/nf-core/proteinannotator/actions/workflows/nf-test.yml)
10-
[![GitHub Actions Linting Status](https://github.com/nf-core/proteinannotator/actions/workflows/linting.yml/badge.svg)](https://github.com/nf-core/proteinannotator/actions/workflows/linting.yml)[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/proteinannotator/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.XXXXXXX-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.XXXXXXX)
10+
[![GitHub Actions Linting Status](https://github.com/nf-core/proteinannotator/actions/workflows/linting.yml/badge.svg)](https://github.com/nf-core/proteinannotator/actions/workflows/linting.yml)[![AWS CI](https://img.shields.io/badge/CI%20tests-full%20size-FF9900?labelColor=000000&logo=Amazon%20AWS)](https://nf-co.re/proteinannotator/results)[![Cite with Zenodo](http://img.shields.io/badge/DOI-10.5281/zenodo.18547735-1073c8?labelColor=000000)](https://doi.org/10.5281/zenodo.18547735)
1111
[![nf-test](https://img.shields.io/badge/unit_tests-nf--test-337ab7.svg)](https://www.nf-test.com)
1212

1313
[![Nextflow](https://img.shields.io/badge/version-%E2%89%A525.10.0-green?style=flat&logo=nextflow&logoColor=white&color=%230DC09D&link=https%3A%2F%2Fnextflow.io)](https://www.nextflow.io/)
@@ -99,8 +99,7 @@ For further information or help, don't hesitate to get in touch on the [Slack `#
9999

100100
## Citations
101101

102-
<!-- TODO nf-core: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file. -->
103-
<!-- If you use nf-core/proteinannotator for your analysis, please cite it using the following doi: [10.5281/zenodo.XXXXXX](https://doi.org/10.5281/zenodo.XXXXXX) -->
102+
If you use nf-core/proteinannotator for your analysis, please cite it using the following doi: [10.5281/zenodo.18547735](https://doi.org/10.5281/zenodo.18547735)
104103

105104
An extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file.
106105

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/proteinannotator/releases/tag/1.0.0" target="_blank">nf-core/proteinannotator</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/proteinannotator/1.0.0/docs/output" target="_blank">documentation</a>.
2+
This report has been generated by the <a href="https://github.com/nf-core/proteinannotator/tree/dev" target="_blank">nf-core/proteinannotator</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/proteinannotator/dev/docs/output" target="_blank">documentation</a>.
33
report_section_order:
44
"nf-core-proteinannotator-methods-description":
55
order: -1000

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ manifest {
286286
mainScript = 'main.nf'
287287
defaultBranch = 'master'
288288
nextflowVersion = '!>=25.10.0'
289-
version = '1.0.0'
289+
version = '1.1.0dev'
290290
doi = ''
291291
}
292292

0 commit comments

Comments
 (0)