Skip to main content
https://badge.fury.io/py/django-genomix-workflows.svg https://travis-ci.org/fullrobot/django-genomix-workflows.svg?branch=develop https://codecov.io/gh/fullrobot/django-genomix-workflows/branch/develop/graph/badge.svg Updates Python 3

Django App for storing Workflows and Tracking

Documentation

The full documentation is at https://django-genomix-workflows.readthedocs.io.

Quickstart

Install django-genomix-workflows:

pip install django-genomix-workflows

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'genomix_workflows',
    ...
)

Add django-genomix-workflows’s URL patterns:

from genomix_workflows import urls as genomix_workflows_urls


urlpatterns = [
    ...
    url(r'^', include(genomix_workflows_urls, namespace='genomix_workflows')),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2018-01-12)

  • First release on PyPI.

0.2.0 (2018-06-27)

  • Changed models completely.

  • Add graph interpretations for workflows.

  • Add signal to automatically create task instances after workflow instance initiation.

  • Add signals to update related task status after task updates.

  • Add methods for single workflow/task instances to get current status, graph, JSON graph, and other useful helpers.

  • Add managers for combined workflow and task methods.

  • Add single and combined graph diagram, current status, and topographical sort to Django Admin.

  • Complete the switch to Django 2.0

  • Update requirements and dependencies.

0.2.1 (2018-07-02)

  • Add raw id in Admin for workflow instance parent field

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-genomix-workflows-0.2.1.tar.gz (322.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_genomix_workflows-0.2.1-py2.py3-none-any.whl (329.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-genomix-workflows-0.2.1.tar.gz.

File metadata

File hashes

Hashes for django-genomix-workflows-0.2.1.tar.gz
Algorithm Hash digest
SHA256 c5ba0cf091c16044fbd058c197cf37184fcf0f11728036b14466e87bc9e8c36c
MD5 95c3bd56f7416c7eb86c6a2e962af0b5
BLAKE2b-256 ab51d274d1e5b473aa7739a7869ba4cda72462864b11a2d446971b92a0e940ab

See more details on using hashes here.

File details

Details for the file django_genomix_workflows-0.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_genomix_workflows-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fe8fa3076cbec6af037f76d5924b44667ca3fa8bf2a2eca57f37906949e112a2
MD5 acbe86968e2151bb17d5bb13430fe9b0
BLAKE2b-256 314c5aecb64a6b0687cc0f1b8217a55d68d6b37acd59155506dd269d3a9ffde0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page