Skip to main content

Django App for storing Workflows and Tracking

Project description

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.

Project details


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.1.0.tar.gz (319.7 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.1.0-py2.py3-none-any.whl (325.0 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

File hashes

Hashes for django-genomix-workflows-0.1.0.tar.gz
Algorithm Hash digest
SHA256 52b2eab56f86c25f618cde5b72c4688d4ae26eccc08b2f1bcafa258828e51029
MD5 180a709f18459827ed617e518f28a987
BLAKE2b-256 46d4ca8c605c1de32a56670ce6a6142cb64afabe0104d25be4f04a03e75bb3fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_genomix_workflows-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b9670a41e5659ece5f005f6f2670efd136653259eca9045439e5ea470b20111c
MD5 fd292f2c9cd0debe73441d791a8309d1
BLAKE2b-256 a8e6edaee5291f72abc315987658b8d95fe7d467773b65613f21e40db8c0d066

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