Releases: TheJacksonLaboratory/LIRICAL
v2.0.2
v2.0.1
The v2.0.1
includes one bug fix and no new functionality.
The bug fix rectifies the behavior of the --sdwndv
CLI flag which is used to report the diseases with no mutations in the associated gene. Prior v2.0.1
, the option was considered only in HTML report, and the TSV output included all diseases all the time. Since v2.0.1
, the TSV report will only include a disease with no mutation found in the associated gene if the --sdwndv
is used, and the diseases will not be shown by default.
What's Changed
- Do not show the candidate disease unless there is a (predicted) pathogenic variant(s) in the associated gene by @ielis in #651
- Add docs section to describe building LIRICAL to use as a library by @ielis in #649
- Remove misplaced dependency from
lirical-configuration
POM by @ielis in #648
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Add
prioritize
command for running LIRICAL entirely from CLI - Support running analysis starting from both
v1
andv2
phenopacket versions - Simplify the YAML input format
- Enhance HTML report, add JSON output format
- Split the codebase into several modules
- Require Java 17 or better
- Host documentation and API docs on
github.io
New Contributors
- @mabeckwith made their first contribution in #595
Full Changelog: v1.3.4...v2.0.0
v2.0.0-RC3
The last release candidate RC before LIRICAL v2
.
Full Changelog: v2.0.0-RC2...v2.0.0-RC3
v2.0.0-RC2
Release candidate (2)
The last release candidate before v2.0.0
. The v2
will introduce many breaking changes most of which are @Deprecated
in this release.
What's Changed
- Rework configuration and analysis options by @ielis in #594
- Update documentation by @iimpulse in #598 @ielis in #602 #605
- Rework logging by @ielis in #603
- Implement JSON output format by @ielis in #588
- Fix Exomiser file locked error when running LIRICAL multiple times by @mabeckwith in #595
- Shrink poisson API, improve javadoc, use selected disease databases to calculate pretest probability by @ielis in #604
New Contributors
- @mabeckwith made their first contribution in #595
Full Changelog: v2.0.0-RC1...v2.0.0-RC2
v2.0.0-RC1
What's Changed
- Require Java 17
- Prune and split codebase into several Maven modules
- Enhance HTML report (by @iimpulse )
- Add
prioritize
command for running LIRICAL entirely from CLI - Add support for phenopacket schema
v2
Full Changelog: v1.3.4...v2.0.0-RC1
v1.3.4
Fixes an issue with the output template, updates some dependencies
v1.3.3
Merge pull request #547 from TheJacksonLaboratory/develop Develop
v1.3.2
Merge pull request #547 from TheJacksonLaboratory/develop Develop
v1.3.1
Fixes download bug after move of phenotype.hpoa file