Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@rannick rannick released this 07 Oct 07:22
95b2caa

What's Changed

[3.1.0]
Added

Added support to run the tool without SSL chain verification for users behind proxy servers who act as MITM
Add no_ssl parameter as flag to verify or not by @rannick in https://github.com/Clinical-Genomics/fusion-report/pull/79

Changed

Scoring formula changed to: $$ score = 0.8 * \sum_{tool}^{tools provided} f(fusion, tool) + 0.2 * \sum_{db}^{dbs provided} g(fusion, db)*w(db) $$

Weights for databases are as follows:
    COSMIC (50)
    MITELMAN (50)
    FusionGDB2 (0)

[3.0.0]
Added

Options --no-cosmic/--no-fusiongdb2/--no-mitelman to download and run without those specified databases