From 6b3841871765e6277a981cdf542c926a92304617 Mon Sep 17 00:00:00 2001 From: Jenna Hamlin Date: Tue, 19 Nov 2024 09:12:27 -0500 Subject: [PATCH] fixed k-mer print in result file --- CHANGELOG.md | 13 +++++++------ nextflow.config | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a11361b..0f3676a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,15 @@ 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] +## v2.0.0 - 11/19/2024 + +Fixed the print on K-mer size in the result file. -Initial release of nf-core/mashwrapper, created with the [nf-core](https://nf-co.re/) template. +## v2.0 - 11/12/2024 -### `Added` +General refactoring of code. -### `Fixed` +## v1.0dev - [date] -### `Dependencies` +Initial release of mashwrapper, created with the [nf-core](https://nf-co.re/) template. -### `Deprecated` diff --git a/nextflow.config b/nextflow.config index 1457ead..747fcf0 100644 --- a/nextflow.config +++ b/nextflow.config @@ -156,7 +156,7 @@ manifest { description = 'This is a wrapper around the program Mash. The input is a mash database and your fastq reads of interest. The output is a text file which displays the top five closet matches to your query. ' mainScript = 'main.nf' nextflowVersion = '!>=21.10.3' - version = '2.0' + version = '2.0.0' } // Load modules.config for DSL2 module specific options