Opened 10 years ago
Closed 10 years ago
#674 closed task (fixed)
Generate document with report of sequencing results
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v2.18 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
When the secondary analysis pipeline has been completed we should have enough information to be able to generate a report with our findings.
The exact details of what should be in the report have to be specified. The report should be attached to an item (which one?) and is an indication that the processing has been completed for that sample.
If possible it would be nice if the document is a PDF, but it would be good enough with a self-contained HTML file as well. Self-contained = it doesn't depend on any external resources, eg. scripts, style sheets, images, etc.
Change History (23)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
comment:3 by , 10 years ago
comment:4 by , 10 years ago
comment:5 by , 10 years ago
comment:6 by , 10 years ago
comment:7 by , 10 years ago
comment:8 by , 10 years ago
comment:9 by , 10 years ago
Status: | new → assigned |
---|
comment:10 by , 10 years ago
comment:11 by , 10 years ago
(In [2894]) References #674: Generate document with report of sequencing results
Added support for including a site-specific logotype in the upper right corner in the PDF. The logotypes are note distributed with Reggie due to legal issues, but have to be configured in reggie-config.xml (in logos/*) section.
comment:12 by , 10 years ago
(In [2911]) References #674: Generate document with report of sequencing results
Added a "gene reports combiner" plug-in. This plug-in takes existing gene report pdf:s and
- add patient information (if the logged in user has permissions to read it)
- combine the pdf's into a single pdf (one reporter per page)
The resulting PDF can only be downloaded to the user's computer and not saved in BASE since it may lead to leaking personal information.
After using this plug-in it is up to the user to protect sensitive information.
comment:13 by , 10 years ago
comment:14 by , 10 years ago
comment:15 by , 10 years ago
comment:16 by , 10 years ago
comment:17 by , 10 years ago
comment:18 by , 10 years ago
comment:19 by , 10 years ago
(In [2997]) References #674: Generate document with report of sequencing results
Fixes issues with character encoding (åäö is not available in default Helvetica font) by explicitely using OpenSans font (downloaded from http://www.fontsquirrel.com/fonts/open-sans).
comment:20 by , 10 years ago
comment:21 by , 10 years ago
comment:22 by , 10 years ago
comment:23 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [2863]) References #674: Generate document with report of sequencing results
Added utility classes for running R scripts in general and the 'geneReport' script in particular.
Added <rscript> section to the configuration file for holding settings related to R and R scripts.