HTSeq is a Python library to facilitate processing and analysis of data from high-throughput sequencing (HTS) experiments.
GNU General Public License v3.0
122
stars
77
forks
source link
Move install to setup.py #18
Closed
iosonofabio closed 7 years ago
This PR moves to standard Python packaging guidelines:
build_it
andclean
scriptsIt also introduces, in a slightly inappropriate way, more exclusions from the .gitignore (for vim, my editor of choice).
Notice that this already works on Travis.
NOTE: this does not change the way
docs
are built, just the code.