From 58a3636d98523a01a5f990db3f951af8bb6223fc Mon Sep 17 00:00:00 2001 From: brunocontrerasmoreira Date: Wed, 15 Nov 2023 13:36:11 +0000 Subject: [PATCH] removed bug from 25102023 that impaired removal of non-local genes, this duplicated a few clusters --- pangenes/CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pangenes/CHANGES.txt b/pangenes/CHANGES.txt index ea5197651..373f30b76 100644 --- a/pangenes/CHANGES.txt +++ b/pangenes/CHANGES.txt @@ -55,3 +55,4 @@ 25102023: identical gene ids are now supported accross annotations, thanks for reporting the bug Pimmy! 10112023: improved calculation of overlap coordinates from WGA segments in different strands 14112023: genes lacking cDNA are skipped in _cluster_analysis.pl +15112023: removed bug from 25102023 that impaired removal of non-local genes, this duplicated a few clusters