Skip to content

v0.5.0 [Escherichia coli]

Pre-release
Pre-release
Compare
Choose a tag to compare
@dileep-kishore dileep-kishore released this 02 Jan 22:03
· 822 commits to master since this release

Major update! Implementing the core pipeline functionality

Added

  • NetworkGroup class represents a group of networks
  • Config class to extract, process and store pipeline settings
  • Command class is a wrapper for running subprocesses
  • Process class for executing a pipeline process
  • Pipeline class defines the pipeline and methods to run the pipeline
  • Environments class that creates, lists and loads conda environments
  • Logging functionality
  • CLI interface for mindpipe