Opened 7 years ago
Closed 7 years ago
#986 closed enhancement (fixed)
Redesign the release exporter plug-in to make the cohort tables optional
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v4.11 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
There are currently options implemented for exporting JSON files and the expression matrix. The cohort data tables are always exported.
Change History (2)
comment:1 by , 7 years ago
Status: | new → assigned |
---|
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4552]) Fixes #986: Redesign the release exporter plug-in to make the cohort tables optional
Added "Export cohort tables" option to the plug-in. It is enabled by default when doing a local export and disabled otherwise.
Internally all table writers are still created (since we need some of them also for JSON files) but the filename parameter is set to "null". The
writeCohortData()
method is only called for when the cohort tables are enabled. For JSON export, thewriteJsonData()
is used instead.