Fixed a bug in `diamond/alignments.py` that crept in in version `3.0.10 June 11, 2018`.
3.0.13
Not secure
Fixed a bug in `noninteractive-alignment-panel.py` that crept in after version `3.0.10 June 11, 2018`.
3.0.12
Not secure
* `pip install mysql-connector-python` now works, so added `mysql-connector-python>=8.0.11` to `requirements.txt`, removed `install-dependencies.sh`, and updated install line in `.travis.yml`.
3.0.11
Not secure
* Added `bin/sam-to-fasta-alignment.py` script.
3.0.10
Not secure
Dropped requirement that `noninteractive-alignment-panel.py` must be passed information about the subject database. This is now only needed if `--showOrfs` is given. The issue is that making the subject database can take a long time and display of the subject ORFs is usuallly not needed.