MAGIC (Markov Affinity-based Graph Imputation of Cells), is a method for imputing missing values restoring structure of large biological datasets.
GNU General Public License v2.0
341
stars
97
forks
source link
Handle user cancel on file choosing dialog #107
Closed
trevortknguyen closed 6 years ago
In the magic_gui.py, if the user cancels during the file choosing dialog, it should not continue with the action.
This makes the gui program behave as intended.