Releases: evolbioinfo/booster-web
Releases · evolbioinfo/booster-web
v0.1.9
v0.1.8
- Go dependencies are managed by dep
- Added travis build
- Added run name + input file names in result page
- Added run name in email notifications
- Possibility to generate random run names
- Transfered repository to evolbioinfo github account
- Update of a few templates
- Corrected calls to galaxy api
- Checking that trees have the same tip names
- Clean tree tip names (removing spaces)
- Added a Dockerfile to build a full booster-web including a Galaxy Server
v0.1.7
- Modified html templates content
- built with go1.9.2
v0.1.6
- Refactored queuing system
- Added rough estimation and limit of run time
- Galaxy jobs are restored after a server restart
v0.1.5
- Added PhyML-SMS + FastTree inference from an input alignment, via galaxy server
- FBP & TBE are computed at each run
- Corrected a few bugs in handling input form
- Added a timeout for galaxy runs
- Added option to visualize fbp or tbe supported branches
- Added a thread that deletes old runs every day
- Modified exit function: running galaxy histories are deleted before exit
v0.1.4
v0.1.3
- Updated local and galaxy processors to output normalized and raw support trees, and log file
- Updated result page to download the trees and the log file containing informations on taxa transfer scores (global and per branches)
- Trees are drawn starting from the deepest node
v0.1.2
- Updated index & help pages
- Added license
v0.1.1
- Updated processor (gotree update)
- Changed help page
v0.1.0-beta
- Added first version of authentication (one global user)
- Added Example dataset
- Added option to choose bootstrap method (fbp/tbe)
- Changed tree drawing method
- Lots of bug corrections