Skip to content

BEE release 0.1.5

Compare
Choose a tag to compare
@pagrubel pagrubel released this 28 Aug 21:55
· 332 commits to main since this release
  • Combined beeflow, beeclient and beecfg commands. All commands now are invoked via beeflow.
  • Fixed an obscure dependency issue between tasks
  • Simplified config file, deleted duplications of bee_workdir
  • CWL Parser was moved to the client
    • CwlParser is now instantiated in bee_client.py
    • CwlParser no longer invokes Workflow Interface, now returns Workflow and Task objects
    • Allows verification of CWL specification without running the workflow
  • Added support for Flux scheduler

What's Changed

Full Changelog: 0.1.4...0.1.5