Django App for storing Workflows and Tracking
Project description
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
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
django-genomix-workflows-0.1.0.tar.gz
(319.7 kB
view hashes)
Built Distribution
Close
Hashes for django-genomix-workflows-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52b2eab56f86c25f618cde5b72c4688d4ae26eccc08b2f1bcafa258828e51029 |
|
MD5 | 180a709f18459827ed617e518f28a987 |
|
BLAKE2b-256 | 46d4ca8c605c1de32a56670ce6a6142cb64afabe0104d25be4f04a03e75bb3fb |
Close
Hashes for django_genomix_workflows-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9670a41e5659ece5f005f6f2670efd136653259eca9045439e5ea470b20111c |
|
MD5 | fd292f2c9cd0debe73441d791a8309d1 |
|
BLAKE2b-256 | a8e6edaee5291f72abc315987658b8d95fe7d467773b65613f21e40db8c0d066 |