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

