diff --git a/.nf-core.yml b/.nf-core.yml index 031525c..f7ae1ff 100644 --- a/.nf-core.yml +++ b/.nf-core.yml @@ -21,5 +21,6 @@ template: outdir: . skip_features: - fastqc - version: 1.0dev + - multiqc + version: 0.0.1dev update: null diff --git a/CHANGELOG.md b/CHANGELOG.md index e696753..bead070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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] +## v0.0.1dev - [2024-10-17] Initial release of nf-core/tfactivity, created with the [nf-core](https://nf-co.re/) template. diff --git a/nextflow.config b/nextflow.config index d54ec29..ca6c7a5 100644 --- a/nextflow.config +++ b/nextflow.config @@ -269,7 +269,7 @@ manifest { description = """TBD""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '1.0dev' + version = '0.0.1dev' doi = '' }