Opened 8 years ago
Closed 8 years ago
#131 closed enhancement (fixed)
Export of unannotated peaks to Excel
Reported by: | Rene Ranzinger | Owned by: | dbrentw |
---|---|---|---|
Priority: | high | Milestone: | GRITS - 1.0 |
Component: | GRITS core | Version: | GRITS 0.9.x |
Severity: | critical | Keywords: | |
Cc: | dbrentw |
Description
Current annotation exporter to excel only writes annotated peaks. The original exporter version did both. This could also be an option in the export dialog as some kind of user applied filter.
Change History (8)
comment:1 Changed 8 years ago by
Owner: | set to dbrentw |
---|---|
Status: | new → assigned |
comment:2 Changed 8 years ago by
Status: | assigned → accepted |
---|
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
Whatever is easier to implement. Either make two entrees in the Chose Exporter dialog: e.g. Excel export (annotated rows only) ; Excel export (complete). Or add a filter (ckeckbox?) to the export file dialog.
comment:5 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → review |
See SVN Revision 4258
Solution: just use the setting in the preferences for whether to show or hide unannotated rows.
comment:6 Changed 8 years ago by
Resolution: | fixed |
---|---|
Status: | review → assigned |
Problem 1:
- If I hide unannotated rows and export I get 61 rows/cartoons
- If I unhide I get a file with several hundred cartoons (deselected cartoons are added)
Problem 2:
- Hide unannotated peaks is always disabled (greyed out) in preferences independent of the dropdown settings for MS level and table type
comment:7 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → review |
comment:8 Changed 8 years ago by
Status: | review → closed |
---|
Note: See
TracTickets for help on using
tickets.
There is very specific code to export only the annotated rows, which makes me wonder if exporting only the annotated rows was requested. As you suggest, adding this as a feature might be the best option.
To export all rows is a simple fix, though.