Metadata-Version: 1.1
Name: ngcloud
Version: 0.3.2
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
        ============
        
        Through *pip*. For latest stable release,
        
        ::
        
            pip install ngcloud
        
        
        Build from source
        -----------------
        
        Node.js_ and npm_ are required to set up the frontend
        development environment.
        
        .. code-block:: bash
        
            git clone https://github.com/BioCloud-TW/ngcloud.git
            cd template_dev
            npm install
            npm install -g gulp
        
            cd ..  # back to ngcloud source root
            python setup.py install
        
        .. _pathlib: https://pypi.python.org/pypi/pathlib
        .. _node.js: http://nodejs.org/
        .. _npm: https://www.npmjs.org
        
        =======
        CHANGES
        =======
        
        -----
        0.3.1
        -----
        
        - Add true funcionality of FastQC page (finally)
        - Change templates' internal folder structure.
          Backward compatible but internal API has changed
          (e.g. _get_builtin_template_root -> _get_builtin_report_root)
        - jQuery v2.1.1 now bundles in NGCloud
        - Re-design frontend development (e.g. gulpfile.coffee)
        - Improve Report.copy_static() function
        - Make easier for external loggers embedded into ngreport
        - Fix tuxedo template path priority and its block layout, CSS
        - Fix result folder finding without digit prefix
        
        ---
        0.3
        ---
        
        - Use Gulp.js for frontend development (#11)
        - No pathlib required during installation (#12)
        - Add API for stage static file copying (#8)
        
        -----
        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
