From 7a95db16a5aba5ac0fb74a865b26c38e74da1cd7 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Thu, 25 Jan 2024 12:25:28 -0500 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfcd61b..27446d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## CHAMPAGNE development version +- Fix configuration files for compatibility with using the GitHub repo as the source. (#173, @kelly-sovacool) + These equivalent commands now work: + ```sh + nextflow run CCBR/CHAMPAGNE + champagne run --main CCBR/CHAMPAGNE + ``` + ## CHAMPAGNE 0.3.0 ### New features