Skip to content

Releases: NL-BioImaging/biomero-scripts

v2.0.0-alpha

03 Dec 16:10
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release
  • To work with BIOMERO v2.0.0-alpha
    • Main changes is to track all workflows via eventsourcing in a postgres database.
    • So every wf will have a unique UUID and we can extract all required metadata and track progress while it's running.
  • Reorder folder names to promote the use of run_workflow and demote the use of the other scripts

Full Changelog: v1.14.0...v2.0.0-alpha

v1.14.0

24 Jul 08:51
Compare
Choose a tag to compare
  • Allow duplicate parameter names by making them unique within (BI)OMERO scripts
    • This supports having multiple measurement workflows with similar parameters

Full Changelog: v1.13.0...v1.14.0

v1.13.0

17 Jul 14:44
Compare
Choose a tag to compare
  • Bump to BIOMERO v1.13.0
  • Add some improved handling of conversion versions, like show versions in check setup script

Full Changelog: v1.12.0...v1.13.0

v1.12.0

29 May 13:42
Compare
Choose a tag to compare

Full Changelog: v1.11.0...v1.12.0

v1.11.0

23 May 16:22
Compare
Choose a tag to compare
  • Show descriptors for every wf (if you point at it)
  • Change CSV file handling: upload as attachment if table fails

Full Changelog: v1.10.0...v1.11.0

v1.10.0

22 May 14:46
Compare
Choose a tag to compare
  • Script for manual (remote) conversion
  • Move unzipping of data to image transfer (to support conversion script above)
  • Improve check setup script to also pull the sing.log for more info
  • Align version with BIOMERO v1.10.0

Full Changelog: v1.9.0...v1.10.0

v1.9.0

13 May 13:24
Compare
Choose a tag to compare
  • Bump to BIOMERO v1.9.0
  • Move more script variable names to BIOMERO library so that we can import them correctly in other scripts

Full Changelog: v1.8.0...v1.9.0

v1.8.0

04 Apr 16:17
Compare
Choose a tag to compare
  • Cleanup after conversion too
  • Don't copy metadata from original images anymore (it copied datatype too)

Full Changelog: v1.7.1...v1.8.0

v1.7.1

04 Apr 13:16
Compare
Choose a tag to compare

Fix bugs:

  • Slurm job now stops complaining about missing Singularity
  • CANCELLED+ state of job array is now handled properly (if you cancel a job array...)
  • Cleanup now also removes the large amount of converter logs made by the job array
  • Reduced DEBUG logging of imported modules from OMERO and Paramiko
  • Fixed a printing bug in the minimal slurm script
  • Turned more BIOMERO-scripts print statements into logger statements

Full Changelog: v1.7.0...v1.7.1

v1.7.0

02 Apr 12:55
Compare
Choose a tag to compare

Finetuning!

  • Added an Azure deployment for both BIOMERO and SLURM, go see the new tutorial!
  • Made the init script async, because we cannot wait in OMERO for all the container images to download on SLURM. That does not scale.
    • Split up a few of the init methods into their own methods so you could run them seperately
    • Added a new script to check the 'progress' of available workflows on SLURM, called 'SLURM_check_setup'.
    • Will probably rename the 'init' category to 'admin' if we keep adding more scripts that are not for end-users but for OMERO admins.

Full Changelog: v1.6.0...v1.7.0