WebLogo 3.5 Released
3.5 (2016-07-24) [Gavin Crooks, Melissa Fabros]
- Moved source control from GoogleCode to GitHub
- Switched from Subversion as version control method to Git
- Refactor html to optimize WebLogo use on mobile computing devices
- Add feature to open sequence files via file sharing URL link from Web application and command line
- Updated documentation
- PEP8ify all python files to solve formatting issues. (Kudos:Gert Hulselmans)
- Expose additonal LogoOptions via CLI options (Kudos:Gert Hulselmans)
- Fixed performance issue by limiting size of data that can be pasted into html form Use file upload instead. (Kudos: Peter Cherepanov)
- Add ability to custom color every stack (Kudos: Kale Kundert)
- Weblogo 3.5 runs under python 2.6, 2.7, 3.2, 3.3, 3.4 & 3.5
- Fixed bugs for compatible with Python 3 (Kudos: Gert Hulselmans, Teshome Mulugeta)
-
Miscellaneous minor bug fixes and refactoring (Kudos: David Kelley)
- WebLogo 3.5 code