htseq-count-cluster is a cli/wrapper for running multiple qsub jobs with HTSeq's htseq-count script on a SGE/SGI cluster.
Easy Installation
pip install HTSeqCountCluster
For development mode installation:
1. git clone http://github.com/datasnakes/htseq-count-cluster
2. cd htseq-count-cluster
3. pip install -e .