Metadata-Version: 2.0
Name: rnaseqflow
Version: 0.2.0
Summary: RNASeq Preprocessor
Home-page: https://github.com/jpalpant/jarvis-lab-rnaseq-flow
Author: Justin Palpant
Author-email: justin@palpant.us
License: GPLv3
Platform: UNKNOWN
Requires-Dist: mock (==1.3.0)
Requires-Dist: pytest (==2.9.0)
Requires-Dist: py (==1.4.31)

What Is It?
-------------

A Python library to make preprocessing of RNAseq files more convenient

CircleCI Status of master branch:
![RNAseqflow Build Status](https://circleci.com/gh/jpalpant/jarvis-lab-rnaseq-flow.png?style=shield&circle-token=:circle-token "RNAseqflow Build Status")

Changelog
-------------
**Version 0.2.0**
- Complete overhaul of program structure
- Modular Workflow creation
- Addition of command line arguments
- Removal of PyQT dependency
- Addition of unit testing

**Version 0.1.1**
- Added timestamps to logging and additional parameters to fastq-mcf

**Version 0.1.0**
- Initial alpha release

Copyright and License
---------------------

For the complete copyright and licensing information see LICENSE

----------------------------------------------
Copyright 2015 Justin Palpant

This file is part of the RNAseqflow program.

RNAseqflow is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

RNAseqflow is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
RNAseqflow. If not, see http://www.gnu.org/licenses/.

