From c6e757fd7c3a298ba8a37c1000c518a164d626b8 Mon Sep 17 00:00:00 2001 From: skchronicles Date: Fri, 5 Apr 2024 14:44:34 -0400 Subject: [PATCH] Chore: updating the changelog for first release. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9820e20..7c723e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,3 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0-beta] - 2024-03-29 ### Start - Created scaffold from [nanite](https://github.com/OpenOmics/nanite) for building the pipeline + +## [0.1.0] - 2024-04-05 +### First public release + - Rapidly builds a phylogentic tree for a set of targeted ONT monkeypox samples data using porechop, minimap2, viral_consensus, mafft, and raxml-ng. Additional monkeypox strains can be added to the tree, via the `--additional-strains` option. The `--batch-id` option can be provided to ensure unique output files are not over-written between runs of the pipeline. When this option is provided, a sub-directory is created in the project folder for writing project-level output files, i.e `{output_directory}/project/{batch_id}`.