- option to pass link to gene view
- minor issues in genes view
- Support for new transcript schema in chanjo v3.4.0
- Support for default exon focused schema in previous version of chanjo
- generate links with joined gene ids
- Add overview of transcripts (for list of genes)
- Show 404 if gene not found for gene overview
- Order completeness levels in plot and update colors
- Use CDNJS for highcharts to support also HTTPS
- A new gene overview for all or a subset of samples
- Include chanjo repo in Vagrant environment
- correctly fetch database uri using CLI
- roll back after
OperationalError
- handle post/get requests for the coverage report (URL limits)
- new "index" blueprint which displays list of samples and genes
- link to the "index" page from the report (security)
- use a customized version of the HTML form for the PDF link in the navbar
- avoid searching for group id if sample ids are submitted in query
- use "select" element for picking completeness level
- removes the "submit" label from the customizations form
- look up "show_genes" from correct "args/form" dict
- handle white-space in gene ids
- updates how to call diagnostic yield method to explicitly send in exon ids
- add ability to change sample/group id in report through query args
- improved phrasing of explanations and other translations
- ability to determine lang by setting query arg in URL
- add uploaded date to report per sample
- rename "gender" as "sex"
- clarify explanations, rename "diagnostic yield"
- update to Python 3.5 and fix travis test setup
- stay on "groups" route for PDF report
- Customization options for report
- Link to PDF version of report
- Updated chanjo requirement
- Include missing template files in dist
- Include more translations
- Adds support for Chanjo 3
- Layout of report is more condensed
- Updated APIs across the board
- Fix bug in diagnostic yield method
- Fix issue in diagnostic yield for small gene panels
- Changes label for gender prediction
- Breaking bug in CLI when not setting gene panel
- Add explanation of gender prediction in report
- Handle extensions of intervals (splice sites) transparently in report
- Update text in report (eng + swe)
- Avoid error when not setting a gene panel + name in CLI
- Enable setting name of gene panel (PANEL_NAME) from command line
- Remove duplicate call to
configure_extensions
- Keep scoped session chanjo api inside
current_app
object
- Change default log folder to
/tmp/logs
- Rename info log to more specific
chanjo-report.info.log
- Add a splash of color to HTML/PDF report (CSS only)
- Change name from
HISTORY.md
toCHANGELOG.md
- Incorrect template pointers in "package_data"
- Namespace templates for "report" Blueprint under "report"