balsamic

Bioinformatic Analysis pipeLine for SomAtic Mutations In Cancer

https://github.com/clinical-genomics/balsamic

Science Score: 26.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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.4%) to scientific vocabulary

Keywords

bioinformatics genomics snakemake-workflows somatic-mutations variant-calling
Last synced: 6 months ago · JSON representation

Repository

Bioinformatic Analysis pipeLine for SomAtic Mutations In Cancer

Basic Info
Statistics
  • Stars: 49
  • Watchers: 9
  • Forks: 15
  • Open Issues: 118
  • Releases: 39
Topics
bioinformatics genomics snakemake-workflows somatic-mutations variant-calling
Created almost 8 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License Citation Codeowners

README.rst

.. raw:: html

    

Bioinformatic Analysis pipeLine for SomAtic MutatIons in Cancer (v 17.1.0)

FastQ to Annotated VCF

BALSAMIC is basically a wrapper for its core workflow manager. The goal is to have a package with well defined cli to make it reproducible for user to run somatic calling regaradless of the workflow manger at its core. Right now, BALSAMIC is using Snakemake as its core. So one can run the sample using workflows available within this package and standard Snakemake cli given that there is a proper config file created. .. list-table:: :widths: 20 50 :header-rows: 0 :stub-columns: 1 * - Source code - https://github.com/Clinical-Genomics/BALSAMIC * - Version - |latest_tag| * - Author - Hassan Foroughi Asl * - Development model - Gitflow * - Build status - |test_status_badge| * - Container latest release status - |docker_latest_release_status| * - Container master and develop status - |docker_latest_build_status| * - Code coverage - |code_cov_badge|_ * - Documentation - |rtfd_badge|_ * - Dependencies - |snakemake_badge| |singularity_badge| * - Contributors - @ashwini06, @ivadym, @khurrammaqbool, @keyvanelhami, @mropat, @imsarath, @rannick, @fevac, @mathiasbio .. |code_cov_badge| image:: https://codecov.io/gh/Clinical-Genomics/BALSAMIC/branch/develop/graph/badge.svg?token=qP68U3PNwV .. _code_cov_badge: https://codecov.io/gh/Clinical-Genomics/BALSAMIC .. |latest_tag| image:: https://img.shields.io/github/v/tag/clinical-genomics/BALSAMIC .. |test_status_badge| image:: https://github.com/Clinical-Genomics/BALSAMIC/actions/workflows/pytest_and_coveralls.yml/badge.svg .. |docker_latest_build_status| image:: https://github.com/Clinical-Genomics/BALSAMIC/actions/workflows/docker_build_push.yml/badge.svg .. |docker_latest_release_status| image:: https://github.com/Clinical-Genomics/BALSAMIC/actions/workflows/docker_build_push_release.yml/badge.svg?tag=v17.1.0 .. |snakemake_badge| image:: https://img.shields.io/badge/snakemake-%E2%89%A55.12.3-brightgreen.svg .. |singularity_badge| image:: https://img.shields.io/badge/singularity-%E2%89%A53.1.1-brightgreen.svg .. |rtfd_badge| image:: https://readthedocs.org/projects/balsamic/badge/?version=latest&style=flat .. _rtfd_badge: https://balsamic.readthedocs.io/en/latest

Owner

  • Name: Clinical Genomics
  • Login: Clinical-Genomics
  • Kind: organization
  • Location: Stockholm, Sweden

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 213
  • Total pull requests: 147
  • Average time to close issues: 7 months
  • Average time to close pull requests: 25 days
  • Total issue authors: 13
  • Total pull request authors: 7
  • Average comments per issue: 1.19
  • Average comments per pull request: 1.73
  • Merged pull requests: 97
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 50
  • Pull requests: 55
  • Average time to close issues: 20 days
  • Average time to close pull requests: 14 days
  • Issue authors: 7
  • Pull request authors: 3
  • Average comments per issue: 0.24
  • Average comments per pull request: 1.84
  • Merged pull requests: 29
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mathiasbio (95)
  • hassanfa (60)
  • ivadym (15)
  • pbiology (10)
  • khurrammaqbool (7)
  • keyvanelhami (7)
  • moahaegglund (6)
  • fevac (6)
  • dnil (3)
  • KickiLagerstedt (1)
  • ChrOertlin (1)
  • LeilyR (1)
  • beatrizsavinhas (1)
Pull Request Authors
  • mathiasbio (78)
  • hassanfa (33)
  • ivadym (17)
  • khurrammaqbool (11)
  • fevac (4)
  • pbiology (3)
  • dependabot[bot] (1)
Top Labels
Issue Labels
User-Story (75) Feature (47) Bug (33) Gain Large (11) Effort Medium (11) Needs Refinement (10) Assessment (10) Urgency Small (9) Gain Medium (9) Urgency Large (8) Effort Small (7) Request (7) Urgency Medium (6) Maintenance (6) Effort Large (5) Verification Report (4) Gain Small (3)
Pull Request Labels
Release (4) User-Story (4) Bug (3) Maintenance (1) dependencies (1) Urgency Small (1) Gain Medium (1) Effort Large (1) Needs Refinement (1)

Dependencies

.github/workflows/add-to-bl.yml actions
  • actions/add-to-project v0.4.0 composite
.github/workflows/black_linter.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • psf/black stable composite
.github/workflows/conventional_pr.yml actions
  • amannn/action-semantic-pull-request v5 composite
.github/workflows/create_release_from_tag.yml actions
  • actions/checkout v3 composite
  • softprops/action-gh-release v1 composite
.github/workflows/docker_build_publish_develop.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action v3 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
  • docker/setup-qemu-action v2 composite
.github/workflows/docker_build_publish_release.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action v3 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
  • docker/setup-qemu-action v2 composite
.github/workflows/dont_forget_changelog.yml actions
  • actions/checkout v3 composite
  • dangoslen/changelog-enforcer v3 composite
.github/workflows/pytest_and_coveralls.yml actions
  • actions/checkout v3 composite
  • codecov/codecov-action v3 composite
  • conda-incubator/setup-miniconda v2 composite
.github/workflows/sphinx_docs.yml actions
  • actions/checkout v3 composite
  • ammaraskar/sphinx-action master composite
.github/workflows/urls_check.yml actions
  • actions/checkout v3 composite
  • lycheeverse/lychee-action v1.8.0 composite
BALSAMIC/containers/align_qc/Dockerfile docker
  • continuumio/miniconda3 4.10.3-alpine build
BALSAMIC/containers/annotate/Dockerfile docker
  • continuumio/miniconda3 4.10.3-alpine build
BALSAMIC/containers/ascatNgs/Dockerfile docker
  • quay.io/wtsicgp/pcap-core 5.4.2 build
  • ubuntu 20.04 build
BALSAMIC/containers/balsamic/Dockerfile docker
  • continuumio/miniconda3 4.10.3-alpine build
BALSAMIC/containers/cnvpytor/Dockerfile docker
  • continuumio/miniconda3 4.10.3-alpine build
BALSAMIC/containers/coverage_qc/Dockerfile docker
  • continuumio/miniconda3 4.10.3-alpine build
BALSAMIC/containers/delly/Dockerfile docker
  • ubuntu 18.04 build
BALSAMIC/containers/somalier/Dockerfile docker
  • alpine 3.11.5 build
BALSAMIC/containers/varcall_cnvkit/Dockerfile docker
  • continuumio/miniconda3 4.10.3-alpine build
BALSAMIC/containers/varcall_py27/Dockerfile docker
  • continuumio/miniconda 4.7.12 build
BALSAMIC/containers/varcall_py3/Dockerfile docker
  • continuumio/miniconda3 4.10.3-alpine build
BALSAMIC/containers/vcf2cytosure/Dockerfile docker
  • continuumio/miniconda3 4.10.3-alpine build
docs/requirements.txt pypi
  • appdirs ==1.4.4
  • configargparse ==1.5.3
  • cyvcf2 *
  • docutils >=0.14,<0.18
  • furo ==2021.10.9
  • recommonmark ==0.7.1
  • sphinx ==4.2.0
  • sphinx-argparse ==0.3.1
  • sphinx-click ==3.0.2
  • sphinx_rtd_theme ==1.0.0
  • sphinxcontrib-napoleon ==0.7
requirements-dev.txt pypi
  • black ==22.3.0 development
  • coveralls * development
  • fpdf2 ==2.4.6 development
  • pillow >=8.4.0 development
  • pylint ==2.13.9 development
  • pytest ==7.1.3 development
  • pytest-cov ==2.8.1 development
setup.py pypi