s-andrews / BamQC

Mapped QC analysis program
GNU General Public License v3.0
42 stars 8 forks source link

In the UI there's no way to see what genome or gff has been selected #1

Closed s-andrews closed 8 years ago

s-andrews commented 9 years ago

We should have some indication in the UI that a genome has been selected so it's clear what the user is using for their analysis. Maybe a status bar at the bottom? Even just updating the window label would help.

pdp10 commented 9 years ago

Yes, I can do that. Once the analyses are terminated, the genome and the annotation file are already reported in the module Basic Statistics.

pdp10 commented 9 years ago

By "window label" do you mean the window title? If so, I could add something like: BamQC ~ filename_with_path . which is set when something is loaded, and restored to BamQC, once the files are processed.

Would this work be okay with you?

s-andrews commented 9 years ago

Yes to start with this would be fine. It would either be the filename for the gff or the name of the network genome selected.

Simon.

pdp10 commented 9 years ago

It should be okay now.

pdp10 commented 8 years ago

This info is now reported in a status bar at the bottom of bamqc. The code for showing this in the title is now commented. Does this work on Mac OS X?

ewels commented 8 years ago

Yup: image

Would it be possible to have this on the central home screen as well? Took me a little while to find it. I would naïvely expect it to be above / below the Use File > Open to select.. text.

pdp10 commented 8 years ago

The genome or the annotation file name are now reported on the central screen when these files are loaded.

ewels commented 8 years ago

Apologies, I wasn't very clear, I more meant here:

image

But what you've done is also great :)