drivenbyentropy / aptasuite

A full-featured bioinformatics software collection for the comprehensive analysis of aptamers in HT-SELEX experiments.
https://drivenbyentropy.github.io/
GNU General Public License v3.0
24 stars 11 forks source link

Remove DataFX dependency from AptaSuite #37

Closed drivenbyentropy closed 6 years ago

drivenbyentropy commented 6 years ago

DataFX is currently used in the New Experiment wizard to handle the transitions between the individual pages. However, it seems there are no plans to to port this project to Java 9 and currently, if AptaSuite is run with this version of Java, the wizard will not show. To keep AptaSuite compatible with Java 9 and above, all dependencies to DataFX should be removed.

This should also fix #35 and #26.