All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres (a bit) to Semantic Versioning.
This is a conversion of the former dsl1 code to dsl2 syntax. The major version update is only caused by the framework shift from dsl1 to dsl2. The conversion is a "quick and dirty" conversion, with a 1:1 mapping of former processes to local modules without optimization of the channels or restructuring of the code.
- modularize processes to account for the dsl2 nextflow syntax
- rename
--kmers
to--kmer
- accept only a single 'kmer' as input for the
--kmer
flag (mutiple kmers was broken)