Metadata-Version: 1.0
Name: bbcu.fastqcReports
Version: 1.0.8
Summary: Create summary of FastQC output in html file
Home-page: UNKNOWN
Author: Refael Kohen, Ophir Tal
Author-email: refael.kohen@weizmann.ac.il, ophir.tal@weizmann.ac.il
License: UNKNOWN
Description: Python version
        --------------
        
        This project is currently using Python 2.7
        
        Installation
        ------------
        
        It is recommended to use **virtualenv** to create a clean python environment.
        
        To install fastqc-reports, use **pip**:
        
            pip install bbcu.fastqcReports
        
        Testing
        -------
        To run unit tests, use:
        
            nosetests
        
        Or:
        
            tox
        
        This suite includes both unit and more time-consuming integration tests
        
        
        Execution
        ---------
        
        The main script shipped with this project is **blast-on-fastqc.py**, see its options by running:
        
            blast-on-fastqc.py -h
        
        
Platform: UNKNOWN
