Recent Releases of https://github.com/clinical-genomics/fusion-report

https://github.com/clinical-genomics/fusion-report - Release v4.0.1

update README

- Python
Published by clingen-sthlm 8 months ago

https://github.com/clinical-genomics/fusion-report - Release v4.0.0

Added

Added support to run the tool without SSL chain verification for users behind proxy servers who act as MITM https://github.com/Clinical-Genomics/fusion-report/pull/79
Added support for [CTAT-LR-Fusion](https://github.com/TrinityCTAT/CTAT-LR-fusion), which supports the fusion calling in PacBio or Nanopore long reads data https://github.com/Clinical-Genomics/fusion-report/pull/82,https://github.com/Clinical-Genomics/fusion-report/pull/83 .

Changed

Updated COSMIC database to be compatible with the new SANGER websitehttps://github.com/Clinical-Genomics/fusion-report/pull/83

Updated project to be compatible with Python 3.12 https://github.com/Clinical-Genomics/fusion-report/pull/83

Updated GitHub Actions workflow to use latest actions versions https://github.com/Clinical-Genomics/fusion-report/pull/83

The score is now called Fusion Indication Index (FII) https://github.com/Clinical-Genomics/fusion-report/pull/83

FII formula changed https://github.com/Clinical-Genomics/fusion-report/pull/83: $$ FII = 0.5 * \sum_{tool}^{tools provided} f(fusion, tool) + 0.5 * \sum_{db}^{dbs provided} g(fusion, db)*w(db) $$

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

- Python
Published by clingen-sthlm 11 months ago

https://github.com/clinical-genomics/fusion-report - Release v3.1.4

Fix bumping | major (#84)

  • formatting

  • ruff fixes

  • fix syntax

- Python
Published by clingen-sthlm 11 months ago

https://github.com/clinical-genomics/fusion-report - Release v3.1.3

update cosmic and use FII 50%DBs 50%tools | MAJOR (#83)

  • update cosmic and use FII 50%DBs 50%tools

  • adapt to 3.12

  • update black and reformat

  • cleanup bump version

  • update setup

  • re-add init

  • update setup

  • add starfusionlr to toolsprovided

  • add starfusion_lr into tools provided

  • add pr link

  • rename starfusionlr to ctatlr_fusion

  • update documentation about the formula

  • remove log file

- Python
Published by clingen-sthlm 11 months ago

https://github.com/clinical-genomics/fusion-report - Release 3.1.2

Add the support for the tool: CTAT-LR-Fusion (#82)

  • add the support for ctat-lr-fusion

  • lower the name

  • add test for starfusion_lr

  • add ctat-lr-fusion to supported tools

  • add changelog for support of CTAT-LR-Fusion

  • reformat by black


Co-authored-by: Haidong Yi haidong.yi@stjude.org Co-authored-by: haidyi haidongyi@gmail.com

- Python
Published by clingen-sthlm 11 months ago

https://github.com/clinical-genomics/fusion-report - Release 3.1.1

Bump version to 3.1.0 (#80)

- Python
Published by clingen-sthlm about 1 year ago

https://github.com/clinical-genomics/fusion-report - 3.1.0

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

- Python
Published by rannick over 1 year ago

https://github.com/clinical-genomics/fusion-report - Release 2.1.15

Create temp directory into output directory and download there (#73)

Create temp directory into output directory and download there

- Python
Published by clingen-sthlm over 1 year ago

https://github.com/clinical-genomics/fusion-report - Release 2.1.14

change documentation for scoring (#78)

  • scoring and documentation

- Python
Published by clingen-sthlm over 1 year ago

https://github.com/clinical-genomics/fusion-report - Release 2.1.13

Merge branch 'master' of https://github.com/Clinical-Genomics/fusion-report

- Python
Published by clingen-sthlm over 1 year ago

https://github.com/clinical-genomics/fusion-report - Release 2.1.12

fix merge conflits

- Python
Published by clingen-sthlm over 1 year ago

https://github.com/clinical-genomics/fusion-report - Release 2.1.11

Make db optional (#77)

Added

Make databases optional with --no-cosmic --no-fusiongdb2 --no-mitelman options

- Python
Published by clingen-sthlm over 1 year ago

https://github.com/clinical-genomics/fusion-report - Release 2.1.10

update xlsx (#74)

Updated

  • Update xlsx core to 0.20.2 and update the example

- Python
Published by clingen-sthlm over 1 year ago

https://github.com/clinical-genomics/fusion-report - Release 2.1.9

Close files (#71)

  • Safely read logos

  • Safely read config

  • Restore docstring

- Python
Published by clingen-sthlm about 2 years ago

https://github.com/clinical-genomics/fusion-report - fusion-report:2.1.5

Fixed

- Python
Published by matq007 almost 4 years ago

https://github.com/clinical-genomics/fusion-report - fusion-report:2.1.4

Fixed

  • Using header columns to extract values from the fusion outputs

- Python
Published by matq007 over 5 years ago

https://github.com/clinical-genomics/fusion-report - fusion-report:2.1.3

Fixed

  • Missing escaping when saving a fusion page (#34)

- Python
Published by matq007 over 5 years ago

https://github.com/clinical-genomics/fusion-report - fusion-report:2.1.2

Added

  • New parameter --allow-multiple-gene-symbols, by default False

Fixed

  • Case when fusion gene symbol can't be uniquely determined and multiple fusion options are provided (#30)

Changed

  • renamed tool_cutoff to tool-cutoff

- Python
Published by matq007 over 5 years ago

https://github.com/clinical-genomics/fusion-report - fusion-report:2.1.1

Changed

  • moved databases from GitHub to Sourceforge

- Python
Published by matq007 over 5 years ago

https://github.com/clinical-genomics/fusion-report - fusion-report:2.1.0

Added

  • sync option for downloading all databases

Changed

Fixed

  • Issues with downloading too many stuff (#28)

- Python
Published by matq007 over 5 years ago

https://github.com/clinical-genomics/fusion-report - fusion-report:2.0.2

Changed

  • moved from Travis to Github Actions

FIX

  • tool_cutoff was not casted to int (#25)
  • csv export missing data (#26)
  • better exception handling for downloading databases

- Python
Published by matq007 almost 6 years ago

https://github.com/clinical-genomics/fusion-report - fusion-report:2.0.1

Quick FIX of version 2.0. FusionGDB database was not loading correctly.

FIX

  • Fixed missing Mitelman database file

- Python
Published by matq007 over 6 years ago

https://github.com/clinical-genomics/fusion-report - fusion-report:2.0

This version of fusion-report has been completely rebuild from scratch following best python practices as well as typing.

Added

  • Implemented Illumina Dragon by @chadisaad
  • Implemented Arriba (#4)
  • Export fusion list into multiple formats (#16)
  • Version parameter (#10)

Changed

  • Switched docs to docsify
  • Slack invite link (#20)
  • Renamed fusion_genes_mqc.json to fusions_mqc.json (#9)

Fixed

  • Check if input file exists and is not empty (#13)

- Python
Published by matq007 over 6 years ago

https://github.com/clinical-genomics/fusion-report - fusion-report:1.0.0

Initial release of fusion-report :tada:

This is the first official release of a tool for generating a summary report from fusion detection tools. Currently, supported tools are:

  • STAR-Fusion v1.5.0
  • Fusioncatcher v1.00
  • EricScript v0.5.5
  • Pizzly v0.37.3
  • Squid v1.5

New commands to run the fusion-report: - fusion_report run - fusion_report download

- Python
Published by matq007 almost 7 years ago