immcantation / presto

pRESTO is part of the Immcantation analysis framework for Adaptive Immune Receptor Repertoire sequencing (AIRR-seq). pRESTO is a bioinformatics toolkit for processing high-throughput lymphocyte receptor sequencing data.
https://presto.readthedocs.io
GNU Affero General Public License v3.0
0 stars 0 forks source link

Check pip version in setup.py #21

Closed ssnn-airr closed 9 years ago

ssnn-airr commented 9 years ago

Original report by Jason Vander Heiden (Bitbucket: javh, GitHub: javh).


Add check for pip version (>1.5.6 I think is fine, but maybe 7.0 would be better) to avoid:

TypeError: parse_requirements() got an unexpected keyword argument 'session'

ssnn-airr commented 9 years ago

Original comment by Jason Vander Heiden (Bitbucket: javh, GitHub: javh).


I added a try/except to deal with the need for session=False in later versions instead.