Skip to content

Commit

Permalink
fixed k-mer print in result file
Browse files Browse the repository at this point in the history
  • Loading branch information
jennahamlin committed Nov 19, 2024
1 parent d84734d commit 6b38418
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b38418

Please sign in to comment.