Metadata-Version: 2.0
Name: gwaportalpipeline
Version: 0.2.9
Summary: Analysis-pipeline for GWA-Portal
Home-page: https://github.com/timeu/gwaportal-analysis-pipeline
Author: Uemit Seren
Author-email: uemit.seren@gmail.com
License: MIT
Keywords: GWAS
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: celery (>=3.0.19)
Requires-Dist: requests (>=1.1.0)
Requires-Dist: numpy (>=1.6.1)
Requires-Dist: h5py (>=2.1.3)
Requires-Dist: PyGWAS (>=1.0.2)

===========
GWAPortalpipeline
===========

GWAPortalpipleine provides GWAS related tasks using the PyGWAS library. Typical usage
is to start a celery worker

    celery worker --app=gwaportalpipeline





