Skip to content

Releases: EdinburghGenomics/EGCG-Core

v0.8

29 Nov 06:26
Compare
Choose a tag to compare
  • New EmailSender class that take most of the feature of EmailNotification

v0.7.5

23 Nov 13:53
Compare
Choose a tag to compare
  • update constants: Remove expected yield and add more explicit required yield/yieldQ30/coverage
  • code refactor

v0.7.3

01 Sep 20:31
Compare
Choose a tag to compare
  • Fixed RecursionError when calling get_documents on large collections with all_pages=True
  • Add new option to rest_communication.post_entry to submit payload without json

v0.7.2

03 Aug 11:38
Compare
Choose a tag to compare
  • Allow Lims cached connection to be overridden

v0.7

08 Jun 12:21
Compare
Choose a tag to compare
  • Added ability to upload files through rest_communication
  • New functions for finding and routing to clarity steps
  • Notifications (email, asana and log) can now accept attachments
  • Added a retry in archive_management.register_for_archiving

v0.6.12

16 May 14:07
Compare
Choose a tag to compare
  • add new constants to store trimming/filtering of run elements

v0.6.11

04 May 12:34
Compare
Choose a tag to compare
  • get_genome_version can check the config file for the default version if species is provided

v0.6.10

26 Apr 10:13
Compare
Choose a tag to compare
  • Simplify Configuration classes to have only one that support all use-cases
  • New send_mail function for sending one email

v0.6.9

27 Mar 15:04
Compare
Choose a tag to compare
  • Enforced the usage of log_cfg.set_log_level() rather than modifying log_cfg.log_level
  • More error reporting in archive_management
  • Removed unused Executor file path validation
  • Added 204 to Communicator.successful_statuses
  • Fixed a bug where If-Match was not passed to Communicator._req when using token auth
  • Updated asana to 0.6.2

v0.6.7

23 Feb 14:32
Compare
Choose a tag to compare
  • First version to support release on Pypi
  • Add support for dealing with lfs hsm_x command to manage the archive.
  • Add get_genome_version in clarity functions