Skip to content

Releases: sanger-pathogens/circlator

Fixed dockerfile

28 Oct 19:24
64f9323
Compare
Choose a tag to compare

Add install of headless default JRE to Dockerfile (fixes #140).

Docker image dependency check and tests fixed

06 Jan 13:25
e9624ee
Compare
Choose a tag to compare

Docker image fix

  • Locales were not properly set, breaks Circlator dependency checks (nucmer) when run in Singularity
  • Test files were not readable in Singularity

AMOS and openpyxl dependency fixes

03 Jan 14:59
9030524
Compare
Choose a tag to compare

AMOS install to support minimus2 pipeline in docker image
h/t Yuri Bendaña (ybendana) for working AMOS install -- see PR #151

openpyxl needs a downgrade to 2.6.4 to keep compatibility with circlator

Fixed dockerfile

30 Jul 14:53
3103d78
Compare
Choose a tag to compare
  • docker build includes 2 extra debian packages
  • docker build now builds from local repo (used to clone from github for every build, which was rather unconventional and made it harder to build with local changes)

Prevent infinite recursion

31 Jan 15:00
2c6b1d5
Compare
Choose a tag to compare
Merge pull request #126 from andrewjpage/infinite_recursion

failsafe to prevent infinite recursion

Improved version string handling for external dependancies

31 Jan 11:33
Compare
Choose a tag to compare

Fix nucmer version

12 Dec 15:11
80ee014
Compare
Choose a tag to compare
Merge pull request #120 from ssjunnebo/master

version bump

Version 1.5.1

21 Apr 10:14
Compare
Choose a tag to compare

Bug fixes (thanks @NicolaDM for reporting):

  • getting Canu version 1.5
  • parsing canu output graph file

Version 1.5.0

03 Apr 13:46
Compare
Choose a tag to compare
  • Option to use Canu instead of SPAdes for reassemblies. Thanks to @NicolaDM for contributions.

Version 1.4.1

24 Jan 15:58
Compare
Choose a tag to compare

Fixes a bug where --assemble_not_only_assembler caused it to crash (issue #80).