- Apr 28, 2016
- Apr 03, 2016
-
-
Vermaat authored
Fix installation on CentOS 6
-
Vermaat authored
We use a patched magic package to work with the version of magiclib that is packaged with CentOS 6.7. https://stackoverflow.com/questions/34541129/mutalyzer-py-test-fails-with-python-magic-error
-
- Mar 24, 2016
-
-
Vermaat authored
Release 2.0.17
-
Vermaat authored
-
Vermaat authored
-
Vermaat authored
Rollback db session after batch job exception
-
Vermaat authored
Exception tracebacks should be written to our logs only, not reported to the user.
-
Vermaat authored
This doesn't fix #352, but should at least alleviate most of the pain.
-
- Mar 23, 2016
- Mar 17, 2016
- Mar 16, 2016
- Mar 14, 2016
- Mar 11, 2016
- Mar 10, 2016
- Mar 09, 2016
-
-
Vermaat authored
Update dependencies
-
- Mar 08, 2016
-
-
Vermaat authored
-
Vermaat authored
Mutalyzer used the `reverse_complement` function from the description extractor, which was a unicode string-only implementation. With this update, that implementation was removed and the BioPython reverse complement function used instead in the description extractor. Unfortunately this cannot work with unicode strings, so we now use our own `reverse_complement` which works on unicode strings.
-
- Feb 25, 2016
- Feb 24, 2016
-
-
Vermaat authored
Only run import-reference on mitochondrial refs
-