Skip to content

Releases: EdinburghGenomics/pyclarity-lims

v0.4.8

26 Jul 14:01
Compare
Choose a tag to compare
  • Fixed rework-step in next-action that had to be set to a Step instead of a ProtocolStep

v0.4.7

19 Feb 16:33
Compare
Choose a tag to compare
  • Fix for get_batch return type now return list consistently.
  • New option for lims.get_file_content to allow retrieval of binary stream
  • Ability to create/add to input-output-maps (useful in testing)

v0.4.6

25 Jan 13:26
Compare
Choose a tag to compare

New function for creating Samples and Container vi batch query

v0.4.5

14 Sep 13:51
Compare
Choose a tag to compare
  • Fixed bug in Process.outputs_per_input
  • Additional tests for Process inputs/outputs

v0.4.4

10 Sep 13:42
Compare
Choose a tag to compare
  • Pools can now be created in the StepPools entity
  • Queue can now return paginated artifact list
  • Add nb_page argument to Search function such as lims.get_samples(nb_page=1)
  • Documentation improvments
  • Add missing .get in Step.advance()
  • Fix future warning in Step.available_programs (dbarrell)
  • Other minor bug fixes

v0.4.3

07 Feb 17:00
Compare
Choose a tag to compare
  • Add rough integration testing facility
  • Fixes parsing of time stamp in QueuedArtifactList
  • Fixes bug in clear function of muttable descriptor

v0.4.1

04 Aug 08:43
Compare
Choose a tag to compare
  • Add ability to create step with replicates (multiple output artifacts)

v0.4

04 Aug 08:43
Compare
Choose a tag to compare
  • forked genologics repo and rename to pyclarity_lims
  • Add ability to create Step instance from queued artifact to start a new process
  • Add documentation