-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
chg60 edited this page Oct 3, 2019
·
3 revisions
- Fixed bug with sorting
- Switched to use of Numpy arrays to store phage metadata rather than dictionaries of lists.
- Improved sorting/selection possibilities for final phage selection before building the Nexus file
- Parallel processing on the biggest bottleneck of the workflow (building each phage's nexus string of 0s and 1s for each pham present in any of the phages being compared)
- seafaculty.desktop file added to allow SEA-PHAGES faculty to double-click to run the application
- MacOS and Linux versions can synchronize their local databases with Hatfull server databases (e.g. if using local database Actino_Draft, the user will be prompted whether they'd like to check for updates at the Hatfull server; if the version is 1+ versions behind Actino_Draft hosted on the Hatfull server, user will be asked if they want to download and apply updates before choosing phages/hosts/clusters to compare)
- Fixed draft exclusion such that gbk and final status genomes are now counted as non-draft
- Can now exclude draft genomes from comparison
- Revamped algorithm runs 2x faster
- MacOS application bundle can now update itself (check for updates and download them if asked to)
- First MacOS standalone application
- First "bug-free" version - limited use cases
- GUI logic "done"