https://github.com/clinical-genomics/fusion-report
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: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .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.9%) to scientific vocabulary
Keywords
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: 26
- Watchers: 4
- Forks: 12
- Open Issues: 4
- Releases: 24
Topics
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
From source
```bash
sqlite3 can be installed via conda/mamba as well
sudo apt-get install sqlite3 pip3 install -r requirements.txt && 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
- Create event: 8
- Issues event: 2
- Release event: 4
- Watch event: 4
- Issue comment event: 1
- Push event: 20
- Pull request review comment event: 11
- Pull request review event: 11
- Pull request event: 8
- Fork event: 2
Last Year
- Create event: 8
- Issues event: 2
- Release event: 4
- Watch event: 4
- Issue comment event: 1
- Push event: 20
- Pull request review comment event: 11
- Pull request review event: 11
- Pull request event: 8
- Fork event: 2
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 44
- Total pull requests: 38
- Average time to close issues: 5 months
- Average time to close pull requests: 3 months
- Total issue authors: 24
- Total pull request authors: 12
- Average comments per issue: 1.41
- Average comments per pull request: 0.37
- Merged pull requests: 22
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 1
- Pull requests: 8
- Average time to close issues: 1 day
- Average time to close pull requests: 8 days
- Issue authors: 1
- Pull request authors: 3
- Average comments per issue: 2.0
- Average comments per pull request: 0.25
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- matq007 (15)
- valleema (3)
- ewels (2)
- rannick (2)
- marchoeppner (2)
- anoronh4 (2)
- suhrig (1)
- widfa11 (1)
- jingwangiub (1)
- shwcha9 (1)
- chaoyanggu (1)
- ChiBia (1)
- gybeata (1)
- Rmulet (1)
- yuifu (1)
Pull Request Authors
- rannick (17)
- matq007 (7)
- seallard (6)
- pintoa1-mskcc (3)
- codacy-badger (2)
- gatoravi (2)
- MikeWLloyd (2)
- apeltzer (2)
- tijeco (1)
- dependabot[bot] (1)
- HaidYi (1)
- chadisaad (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 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
- python 3.9.7 build
- Clinical-Genomics/bump2version-ci v3 composite
- actions/checkout v2 composite
- actions/setup-python v1 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- psf/black stable composite
- actions/checkout v3 composite
- docker/build-push-action v3 composite
- docker/login-action v2 composite
- docker/setup-buildx-action v2 composite
