- 08 Mar, 2016 3 commits
- 07 Mar, 2016 16 commits
-
-
jkvis authored
-
jkvis authored
Don't require a specific BioPython version
-
Vermaat authored
It's not necessary to pin the BioPython dependency on a specific version, but it may result in issues with dependency resolving in projects using the description extractor. http://python-packaging-user-guide.readthedocs.org/en/latest/requirements/
-
jkvis authored
-
jkvis authored
Describe protein
-
jkvis authored
-
jkvis authored
-
jkvis authored
-
jkvis authored
-
jkvis authored
-
jkvis authored
Don't require sudo on Travis
-
Vermaat authored
-
jkvis authored
-
jkvis authored
-
jkvis authored
Fix setup.py to always run SWIG before copying generated files
-
jkvis authored
-
- 02 Mar, 2016 1 commit
-
-
Laros authored
-
- 01 Sep, 2015 1 commit
-
-
Laros authored
-
- 13 Aug, 2015 1 commit
-
-
Laros authored
-
- 12 Aug, 2015 3 commits
-
-
Laros authored
-
Vermaat authored
Use `python setup.py install` instead of `pip install .` on Travis CI so that it will catch the SWIG setup error we fixed in [1]. [1] https://github.com/mutalyzer/description-extractor/commit/3cb4333bcf02776f855569907ec381acc1907abc
-
Vermaat authored
We had some weird issues where running `python setup.py install` did not correctly install the SWIG generated file. Apparently some steps where not done in the correct order. Installing with `python setup.py develop`, or `pip install .`, or with pip directly from PyPI would work fined, as would running the regular `python setup.py install` twice. A similar issue was filed for WND-CHARM [1] and on Python distutils [2]. We implement the workaround provided in [3]. [1] https://github.com/wnd-charm/wnd-charm/issues/3 [2] http://bugs.python.org/issue7562 [3] http://stackoverflow.com/questions/12491328/python-distutils-not-include-the-swig-generated-module
-
- 11 Aug, 2015 1 commit
-
-
Laros authored
-
- 31 Jul, 2015 2 commits
- 29 Jul, 2015 1 commit
-
-
J.K. Vis authored
-
- 28 Jul, 2015 3 commits
- 16 Jul, 2015 1 commit
-
-
Laros authored
-
- 30 Jun, 2015 3 commits
- 29 Jun, 2015 1 commit
-
-
Laros authored
-
- 01 May, 2015 2 commits
- 30 Apr, 2015 1 commit
-
-
Vermaat authored
SWIG cleanup
-