Skip to content

2waybene/RNAseqEnsemble

 
 

Repository files navigation

RNAseqEnsemble Module Repository

This simple project is an example repo for Python projects I learned from Kenneth Reitz

If you want to learn more about setup.py files, check out this repository <https://github.com/kennethreitz/setup.py>

RNAseqEnsemble

RNAseqEnsemble is an analytical framework collecting a few popular RNAseq analysis methods like DESeq, baySeq cuffdiff TSPM edgeR.

Requirements

RNAseqEnsemble was developed using Python 2.7.13. In addition to requirements specified in setup.py, RNAseqEnsemble requires installation of the following tools:

Installation

Proper function of RNAseqEnsemble requires the paths to depencies to be set. To do this, manually set the paths in paths.cfg using a text editor.

After the correct paths have been set, install RNAseqEnsemble with the following command:

python setup.py install

Usage

All of RNAseqEnsembles functions may be accessed using its command line interface. General usage is as follows:

RNAseqEnsemble COMMAND [OPTIONS] [ARGS]...

A list of commands can be found by using the following:

RNAseqEnsemble --help

Details about each command can be found by using the following:

RNAseqEnsemble COMMAND --help

See the manual for further usage details.

Authors

RNAseqEnsemble was developed initially by Jianying Li.

License

This project is licensed under the MIT License. See LICENSE for details.

Acknowledgments

This package was created with Cookiecutter, the audreyr/cookiecutter-pypackage, my previous colleague Christopher Lavender and Kenneth Reitz's project template.

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Makefile 0.2%