Metadata-Version: 2.0
Name: lts-workflows
Version: 0.2.0
Summary: SciLifeLab long-term support workflows
Home-page: https://bitbucket.org/scilifelab-lts/lts-workflows
Author: Per Unneberg
Author-email: per.unneberg@scilifelab.se
License: GNU General Public License v3
Keywords: lts_workflows
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: pygments
Requires-Dist: pytest (>=3.0.4)
Requires-Dist: pyyaml
Requires-Dist: rst2ansi
Requires-Dist: snakemake (>=3.10.0)
Requires-Dist: sphinx-rtd-theme

===============================
lts-workflows
===============================


.. image:: https://readthedocs.org/projects/lts-workflows/badge/?version=latest
	:target: https://lts-workflows.readthedocs.io/en/latest/?badge=latest
	:alt: Documentation Status

.. image:: https://anaconda.org/percyfal/lts-workflows/badges/version.svg
	   :target: https://anaconda.org/percyfal/lts-workflows

.. image:: https://img.shields.io/badge/License-GPL%20v3-blue.svg
	   :target: http://www.gnu.org/licenses/gpl-3.0

Helper functions, utilities and Docker images for SciLifeLab long-term
support (lts) workflows. 

Features
--------

This repository serves as the main entry point for lts workflows. It
does not provide any workflow code /per se/, but rather the following:

- `pytest`_ wrappers for setting up tests
- base `Docker`_ image for creating workflow images
- general `docs`_ that apply to all lts workflows

For more information, see the `docs`_.

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _pytest: http://doc.pytest.org/en/latest/
.. _Docker: https://www.docker.com/
.. _docs: https://lts-workflows.readthedocs.io/en/latest


=======
History
=======

0.2.0 (2017-03-21)
------------------

* Add docker base image and make it smallish (issue #3)
* Update docs



0.1.1 (2017-03-01)
------------------

* Convert threads argument to string (issue #7)
* Add population layouts to helper function (issue #4)


0.1.0 (2017-02-12)
------------------

* First release on conda.


