nsalomonis / altanalyze

AltAnalyze is a multi-functional and easy-to-use software package for automated single-cell and bulk gene and splicing analyses. Easy-to-use precompiled graphical user-interface versions available from our website.
http://www.altanalyze.org
Apache License 2.0
98 stars 30 forks source link

UI function defaults stored in option_db #15

Closed GoogleCodeExporter closed 4 years ago

GoogleCodeExporter commented 9 years ago
Currently, defaults have to be imported in hard-coded format and are stored in 
a list rather than as attributes in the options attribute dictionary. This is 
not ideal and should be cleaned up in the future (set all as default options in 
option_db and read in variable names from file).

Original issue reported on code.google.com by nsalomo...@gmail.com on 28 Apr 2012 at 11:09

nsalomonis commented 4 years ago

This is a design issue which should be address in the next major refactoring of the software (Python 3 conversion).