BEE release 0.1.5
- 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
- Flux support by @jtronge in #696
- Move parser to client by @Boogie3D in #697
- Remove bee_workdir duplication in config file by @jtronge in #709
- Fix Dependencies Bug by @Boogie3D in #713
- Combine beeflow, beeclient, and beecfg by @jtronge in #710
Full Changelog: 0.1.4...0.1.5