Metadata-Version: 1.1
Name: lts-workflows
Version: 0.2.4
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
Description-Content-Type: UNKNOWN
Description: ===============================
        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.4 (2017-11-14)
        ------------------
        
        * Hotfix: remove versioneer from setup_requirements (issue #24)
        
        0.2.3 (2017-11-14)
        ------------------
        
        * Add setup requirements to install tagged lts-workflows version in docker image
        
        
        0.2.2 (2017-11-13)
        ------------------
        
        * Add options to snakemake_run (issue #23)
        
        
        0.2.1 (2017-09-26)
        ------------------
        
        * Minor changes to conda/meta.yaml
        * Update docs
        * Update development requirements
        * Add snakemake utilities
        * Add inconsolata fonts to docker
        * CRLF to LF and Dockerfile organization
        * Make conda builds with conda build-all (issue #22)
        * Fix pytest mark for slow tests (issue #19)
        * Add pytest entry point (issue #18)
        * Add configfile option to pytest (issue #16)
        * Redirect subprocess stderr to stdout and use stdout variable (issue #17)
        
        
        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.
        
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
