baliga-lab / cmonkey2

Python port of cMonkey, a machine-learning based method for clustering
GNU Lesser General Public License v3.0
26 stars 16 forks source link

cm2view: cluster list initially always shows iteration 1 #67

Closed weiju closed 6 years ago

weiju commented 7 years ago

This is an issue when the run is already finished. In that case the viewer shows the wrong cluster list. When using the select box to switch iterations, it will then load the correct list. Suggested fix: Should try to always initially load the iteration that is shown in the select box.

weiju commented 7 years ago

actually, it looks like it usually does the correct thing. Need to find the reason why it sometimes does not.