diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c054b..bdb396c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v1.0dev - [date] +## v1.0.0 - "Fun guy" [October 10th, 2024] -Initial release of nf-core/pairgenomealignmask, created with the [nf-core](https://nf-co.re/) template. +Initial release of `/oist/LuscombeU_stlrepeatmask`, created with the [nf-core](https://nf-co.re/) template. -### `Added` - -### `Fixed` - -### `Dependencies` - -### `Deprecated` +Tested on fungi genomes. diff --git a/nextflow.config b/nextflow.config index de60599..e7b4353 100644 --- a/nextflow.config +++ b/nextflow.config @@ -229,7 +229,7 @@ manifest { description = """New genome masking pipeline of pairwise genome alignment""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.0dev' + version = '1.0.0' doi = '' }