All Projects → matq007 → fusion-report

matq007 / fusion-report

Licence: GPL-3.0 license
Tool for parsing outputs from fusion detection tools. Part of a nf-core/rnafusion pipeline. Checkout a live demo at https://matq007.github.io/fusion-report/example/

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to fusion-report

FastReport.Documentation
FastReport Open Source Documentation
Stars: ✭ 81 (+326.32%)
Mutual labels:  report
automation-report
Automation report是一款可以解决很多行业领域中设涉及到报告生成的需求,本项目最开始的初衷是为公司内部简化人工流程的一个环节,主要实现目的是将实验室检测得出的下机数据结果与对应的报告模版批量结合生成报告(.pdf)。
Stars: ✭ 13 (-31.58%)
Mutual labels:  report
junit-report-rs
JUnit compatible XML reports in Rust
Stars: ✭ 15 (-21.05%)
Mutual labels:  report
poke
A simple tool to check your site for broken links, media, iframes, stylesheets, scripts, forms or metadata.
Stars: ✭ 24 (+26.32%)
Mutual labels:  report
Template-Informe
Template de informe en LaTeX para tareas y trabajos
Stars: ✭ 90 (+373.68%)
Mutual labels:  report
django-survey
A django survey app that can export results as CSV or PDF using your native language.
Stars: ✭ 178 (+836.84%)
Mutual labels:  report
Expense Tracker with Pdf report
An expense Tracker 🔥🔥 which lets you add transactions 🖊🖊 and generate a pdf report of all of your transactions📋📋
Stars: ✭ 16 (-15.79%)
Mutual labels:  report
my-qt-crasher
😽🖥💥 Example MacOS, Windows, and Linux Qt application integrated with Crashpad.
Stars: ✭ 29 (+52.63%)
Mutual labels:  report
AsBuiltReport.VMware.vSphere
Repository for AsBuiltReport VMware vSphere module
Stars: ✭ 75 (+294.74%)
Mutual labels:  report
pytest-html-reporter
Generates a static html report based on pytest framework
Stars: ✭ 69 (+263.16%)
Mutual labels:  report
nullarbor
💾 📃 "Reads to report" for public health and clinical microbiology
Stars: ✭ 111 (+484.21%)
Mutual labels:  report
CellReport
CellReport 是一个netcore实现的、以复杂统计报表为核心目标的制作、运行工具。支持数据看板、大屏制作。你可以使用数据库、excel文件、api服务、已有报表等为数据源,通过内置的集合函数组织数据,以类excel界面设计最终呈现结果。
Stars: ✭ 196 (+931.58%)
Mutual labels:  report
phpjasperxml
This is a php wysiwyg report library
Stars: ✭ 37 (+94.74%)
Mutual labels:  report
datart
Datart is a next generation Data Visualization Open Platform
Stars: ✭ 1,042 (+5384.21%)
Mutual labels:  report
TheReportOfTheWeek-API
API of The Report Of The Week Reviews
Stars: ✭ 20 (+5.26%)
Mutual labels:  report
wp-statistics
Complete WordPress Analytics and Statistics for your site!
Stars: ✭ 83 (+336.84%)
Mutual labels:  report
awesome-newman-html-template
😎 A newman html report very detailed
Stars: ✭ 63 (+231.58%)
Mutual labels:  report
QuestPDF
QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API.
Stars: ✭ 2,872 (+15015.79%)
Mutual labels:  report
CI-Report-Converter
The tool converts different error reporting standards for deep compatibility with popular CI systems (TeamCity, IntelliJ IDEA, GitHub Actions, etc).
Stars: ✭ 17 (-10.53%)
Mutual labels:  report
sarna
Security Assessment Report geNerated Automatically
Stars: ✭ 26 (+36.84%)
Mutual labels:  report

fusion-report

install with bioconda build Codacy Badge DOI Slack Status

This python script generates an interactive summary report from fusion detection tools. Fusion-report is part of a bigger project nf-core/rnafusion which is designed to detect and report fusion genes from RNA-seq data.

TL;DR: Live demo here.

Supported tools

Installation

Using Conda

conda install -c bioconda fusion-report=2.1.4

From source

sudo apt-get install sqlite3
python3 setup.py install

Usage

# Download required databases
# Currently supported databases: FusionGDB, Mitelman and COSMIC
# COSMIC requires login credentials to download Fusion gene Database
fusion_report download --cosmic_usr '<username>' --cosmic_passwd '<password>' /path/to/db/

# Run the fusion-report
fusion_report run "<SAMPLE NAME>" /path/to/output /path/to/db/ \
  --arriba tests/test_data/arriba.tsv \
  --dragen tests/test_data/dragen.tsv \
  --ericscript tests/test_data/ericscript.tsv \
  --fusioncatcher tests/test_data/fusioncatcher.txt \
  --pizzly tests/test_data/pizzly.tsv \
  --squid tests/test_data/squid.txt \
  --starfusion tests/test_data/starfusion.tsv \
  --jaffa tests/test_data/jaffa.csv \
  --allow-multiple-gene-symbols # in case gene symbol in fusion can't be determined, treat each provided fusion as a separate one.

Or get help and list all possible parameters.

fusion_report --help
fusion_report run --help
fusion_report download --help
fusion_report sync --help

For more info on how to run the script, please see the documentation.

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].