Skip to content

Releases: bacpop/ggCaller

ggCaller v1.4.3

20 Jan 19:00
992b93c

Choose a tag to compare

Minor update to v1.4.2

  • Removes -march=native compiler flag from CMakeLists.txt

ggCaller v1.4.2

09 Jan 16:24
aac3ccc

Choose a tag to compare

Minor updates to v1.4.1:

  • Corrects issue with duplicate entries in GFF that prevent running with Panaroo.
  • Updates documentation to encourage use of --gene-finding-only mode.

ggCaller v1.4.1

24 Sep 13:14
571c521

Choose a tag to compare

  • Implements iterative gene calling, allowing genes to be called in first pass, and new genomes to be called against the original set
  • Reimplements gene clustering algorithm to enable iterative clustering, removing multiple passes through clusters with a single greedy pass
  • Adds '--gene-finding-only' option to output gff3 files compatible with Panaroo input
  • Adds intermediate file writing to reduce memory consumption
  • Replace '--data' with '--prev-run' option to allow for iterative updates of gene calls when analysing new genomes
  • Updates unitig annotation pipeline to function with new iterative functionality
  • Updates documentation with changes to iterative gene calling

ggCaller v1.3.7

18 Jul 08:31
d26200f

Choose a tag to compare

Minor updates to v1.3.6:

  • Corrects out of range error during contig mapping due to 'empty' contig as in issue #35

ggCaller v1.3.6

05 Jun 10:02
80edf34

Choose a tag to compare

Minor updates to v1.3.5:

  • Corrects deprecation warning with Biopython v1.80

ggCaller v1.3.5

31 May 09:50
ebcdd26

Choose a tag to compare

Minor updates to v1.3.4:

  • Corrects issue with generating core genome alignment with pan option
  • Converts FM-index to uppercase to avoid indexing issues and GFF generation
  • Adds docker build continuous integration
  • Corrects installation check issue with latest version of HMMER 3.4
  • Adds manual download and specification of ggCallerdb (BALROG and annotation databases)

ggCaller v1.3.4

28 May 11:30

Choose a tag to compare

Minor updates to v1.3.3:

  • Corrects issue with over-clustering during mistranslation correction.
  • Sets default annotation to "fast"

ggCaller v1.3.3

17 Jan 15:29

Choose a tag to compare

Minor updates to v1.3.2:

  • Fixes issue with linking of torch library.

ggCaller v1.3.2

07 Jan 12:53

Choose a tag to compare

Minor updates to v1.3.1:

  • Addresses bug where core genome alignment fails if one sequence has no core genes.
  • Changes naming of alignment files from gene name to centroid name for ease of parsing.

ggCaller v1.3.1

15 Dec 14:53

Choose a tag to compare

Minor updates to v1.3.0:

  • Adds start-site kmer-ization to improve sensitivity of matches across colours.
  • Adds start-site score tolerance to check shorter ORFs with certain probability or greater of being real (based on stop-codon coverage).
  • Bug fixes.