Metadata-Version: 1.1
Name: ngcloud
Version: 0.2.1
Summary: NGCloud result parser
Home-page: https://github.com/BioCloud-TW/ngcloud
Author: Liang Bo Wang
Author-email: r02945054@ntu.edu.tw
License: MIT
Description: *******
        NGCloud
        *******
        
        Documentation: http://ngcloud.readthedocs.org/
        
        Requires Python 3.3+
        
        
        Installation
        ============
        
        For Python 3.3 and below, requires pathlib_ installed prior to NGCloud's installation.
        See `doc <doc-install>`_ for more information.
        
        Through *pip*. For latest stable release,
        
        ::
        
            pip install ngcloud
        
        Or install the `development version <dev-version>`_ through
        
        ::
        
            pip install --allow-unverified ngcloud ngcloud==dev
        
        .. _pathlib: https://pypi.python.org/pypi/pathlib
        .. _doc-install: http://ngcloud.readthedocs.org/en/latest/install.html
        .. _dev-version: https://github.com/BioCloud-TW/ngcloud/archive/master.zip#egg=ngcloud-dev
        
        =======
        CHANGES
        =======
        
        -----
        0.2.1
        -----
        
        - PDF doc by XeLaTex (#9)
        - doc update on extending builtin pipeline (#10)
        - add change log into doc
        - move repo to BioCloud-TW/ngcloud on GitHub
        
        ---
        0.2
        ---
        
        - no self.template_config() needed (#7)
        - rename Report.stage_template_cls to Report.stage_classnames
        
        -----
        0.1.1
        -----
        
        - add Python 3.3 support
        - extensive doc update,
          add example to write a new pipeline from ground up
        
        ---
        0.1
        ---
        
        - fix PyPI setting
        - update doc, add change log
        
        -----
        0.0.9
        -----
        
        - initial release
        
Keywords: ngs
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
