gtDMMB / RNAStructViz

Visualization, comparison, and analysis of RNA secondary structures via a cross-platform GUI
https://github.com/gtDMMB/RNAStructViz/wiki
GNU General Public License v3.0
17 stars 5 forks source link

ordering of sequences in statistics window #90

Closed ceheitsch closed 4 years ago

ceheitsch commented 4 years ago

Under "Structures for Comparison" there is a list of sequences, and under "Predicted Structures" there is a second list --- in what appears to be in the reverse order of the first. In the attached picture, the first list starts "o.nivara_region_01.dot, o.nivara_region_02.dot, ..." while the second is "o.nivara_region_37, o.nivara_region_36, ..."

Please change the second "Predicted Structures" so that it matches the first "Structures for Comparison" list. This will/should also change the order in which the data is listed in the histograms. Thanks. Screen Shot 2020-03-11 at 12 37 14 PM

maxieds commented 4 years ago

@ceheitsch Please upgrade to v2.3.5-testing to see and test the changes.

ceheitsch commented 4 years ago

Right and left lists are now ordered the same (top to bottom), but the histograms are still ordered right to left rather than left to right. In the attached screenshot, the histograms read from left to right as max, clique6, ..., clique1, T99 which is confusing when the list reads (top to bottom) as T99, clique1, ..., clique6, max.

Screen Shot 2020-05-18 at 10 57 18 AM
maxieds commented 4 years ago

@ceheitsch This issue should be fixed in the forthcoming release version v2.3.7-testing (to be released in conjunction with fixes for the remaining recent issues commented on). See the fix demonstrated in the following screenshot:

Screen Shot 2020-05-19 at 11 18 44 AM

ceheitsch commented 4 years ago

All sorted!