https://github.com/clinical-genomics/fusion-report-old-fork
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/
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.5%) to scientific vocabulary
Repository
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/
Basic Info
Statistics
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
- Releases: 6
Metadata Files
README.md
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
bash
conda install -c bioconda fusion-report=2.1.4
From source
bash
sudo apt-get install sqlite3
python3 setup.py install
Usage
```bash
Download required databases
Currently supported databases: FusionGDB2, Mitelman and COSMIC
COSMIC requires login credentials to download Fusion gene Database
fusionreport download --cosmicusr '
Run the fusion-report
fusionreport run "
Or get help and list all possible parameters.
bash
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
- Testing dataset copied from ndaniel/fusioncatcher.
- DNA icon made by Freepik from Flaticon is licensed by CC 3.0 BY.
Owner
- Name: Clinical Genomics
- Login: Clinical-Genomics
- Kind: organization
- Location: Stockholm, Sweden
- Website: https://clinical-genomics.github.io
- Repositories: 67
- Profile: https://github.com/Clinical-Genomics
GitHub Events
Total
- Member event: 1
Last Year
- Member event: 1
Dependencies
- actions/checkout v2 composite
- actions/setup-python v1 composite
- actions/checkout v2 composite
- actions/setup-python v1 composite
- actions/checkout v2 composite
- actions/setup-python v1 composite
- peaceiris/actions-gh-pages v3 composite
- python 3.9.7 build
- flake8 * development
- isort * development
- mypy ==0.701 development
- setuptools * development
- Jinja2 >=2.10
- MarkupSafe *
- colorlog *
- openpyxl *
- pandas *
- python-rapidjson *
- pyyaml >=4.2b1
- tqdm *
- xlrd >=1.0.0
