Metadata-Version: 2.0
Name: im-pipelines-utils
Version: 1.0.2
Summary: Utilities for Informatics Matters Pipelines
Home-page: https://github.com/InformaticsMatters/pipelines-utils
Author: Alan Christie
Author-email: achristie@informaticsmatters.com
License: Copyright (C) 2018 Informatics Matters Ltd. All rights reserved.
Description-Content-Type: UNKNOWN
Keywords: pipelines
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*, <4
Requires-Dist: future (>=0.16.0)

Informatics Matters Pipelines Utilities
=======================================

The ``im-pipelines-utils`` module is a core set of utilities employed by
`Informatics Matters`_' computational pipelines, its automated *Pipeline
Tester* and distributed in a number of our container images.

pipelines_utils
---------------
A generally useful collection of utility modules for any Informatics Matters'
pipelines. These consist of utilities in the ``parameter_utils`` module
to process multi-value (comma-separated) command-line parameter values along
with numerous helper and convenience methods in ``utils`` for file
handling and logging.

``utils`` depends on the RDKit_ open source cheminformatics software,
which you will need to install separately if you need to use this module.

rdkit_utils
-----------
A package of utility modules providing convenient wrappers around the
corresponding ``rdkit`` distribution.

``rdkit_utils`` depends on the RDKit_ open source cheminformatics software,
which you will need to install separately if you need to use this module.

.. _RDKit: http://www.rdkit.org
.. _Informatics Matters: http://www.informaticsmatters.com


