Simple workflow platform used in scientific applications, initially developed within the Scipion framework for image processing in Electron Microscopy.
Project description
pyworkflow
pyworkflow is a simple workflow platform used in scientific applications. It has been initially developed within the Scipion framework for image processing in Electron Microscopy.
pyworkflow allows you to define a working Domain by defining the following group of classes:
Objects: input/outputs that will be generated by different programs
Protocols: special type of Objects that have defined input parameters and will produce some output
Viewers: Entities that provide graphical analysis of results.
Wizards: Small GUIs that can be develop to help users to select given parameter values.
Development
To install pyworkflow for development purposes, one can do:
# Create a clean virtual environment
conda create -n scipion python=3.8
conda activate
git clone https://github.com/scipion-em/scipion-pyworkflow.git
cd scipion-pyworkflow
pip install -e .
Running tests
conda activate scipion
cd scipion-pyworkflow
export SCIPION_DOMAIN="pyworkflowtests/tests/mock_domain"
python -m unittest discover
# Simple project GUI can be shown after running tests:
python pyworkflow/apps/pw_project.py TestProtocolOutputs
All test projects are located in ~/ScipionUserData/Tests/
API documentation
https://scipion-em.github.io/docs/release-3.0.0/api/pyworkflow/pyworkflow.html
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for scipion_pyworkflow-3.10.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54495cceb3eb2a9d5e52a79b1fe649e8bcd4a42afb8f2834937805f244c5f094 |
|
MD5 | fb4d5752b21552bce3cef6a860106a54 |
|
BLAKE2b-256 | 332128e1ee914fa791b99559eba1c5aacbe705b696eb174013bd29378a79948b |
Hashes for scipion_pyworkflow-3.10.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d51e241950bc44d230fd2cfe56d9704526667442142dca8ffc607a54315a8e3c |
|
MD5 | 51c03fb56d5359f9fdf0135842cb7318 |
|
BLAKE2b-256 | 224ff10a41e5b2e6796e1a3216458f4b0c12d30d87728dcbefa1e0d9c823d835 |