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

button next to xml button #98

Closed ceheitsch closed 4 years ago

ceheitsch commented 4 years ago

There's an icon/button next to the xml one (from the previous issue). It's not clear what it does, and doesn't seem to be active anyway. Again, better to remove at this point. If you want list these in issues as possible feature upgrades, that's fine.

maxieds commented 4 years ago

@ceheitsch There are tooltips on almost all of the widget buttons in the StructViz GUI. What this second icon does (you can click on them as well) is specify whether or not the currently loaded file should be auto re-loaded the next time the application starts -- effectively pinning that structure file to the user's workspace until it is deselected. This is actually a desirable feature since restarting the application, or picking out a preset list of structures to load can be troublesome if they are in different directories, or if the CT/NOPCT files come from a large folder of data that is hard to navigate:

(Tooltip documenting the "hidden" feature)

tooltip

(Demo of re-loading the structures at next launch)

reloading-autoloaded-struct-files

Note that taking these screenshots did bring up an unanticipated bug in that the last release will only load one file per base sequence at a time. This will be fixed when I issue a new release, most likely by the end of today.

maxieds commented 4 years ago

@ceheitsch There is also documentation for this button indexed within the WIKI FAQ page.

ceheitsch commented 4 years ago

Feature has been documented in wiki, and could certainly be useful.