Detect replication slippage variants at microsatellite regions

public public 1yr ago Version: 1.0 0 bookmarks

Snakemake workflow: bam-msisensor

This is a Snakemake workflow for microsatellite instability detection in bam files, powered by MSISensor .

Each tool belong to their authors.

See [wiki] for more information.

Rule Graph

workflow

Code Snippets

33
34
wrapper:
    f"{my_snw}/bio/cp"
SnakeMake From line 33 of rules/copy.smk
64
65
wrapper:
    f"{my_snw}/bio/cp"
SnakeMake From line 64 of rules/copy.smk
95
96
wrapper:
    f"{my_snw}/bio/cp"
SnakeMake From line 95 of rules/copy.smk
26
27
28
29
30
31
32
    wrapper:
        f"{swv}/bio/msisensor/scan"

"""
This rule scans both tumor and normal bam pairs in search for msi
More information at: https://github.com/ding-lab/msisensor
"""
80
81
wrapper:
    f"{swv}/bio/msisensor/msi"
ShowHide 5 more snippets with no or duplicated tags.

Login to post a comment if you would like to share your experience with this workflow.

Do you know this workflow well? If so, you can request seller status , and start supporting this workflow.

Free

Created: 1yr ago
Updated: 1yr ago
Maitainers: public
URL: https://github.com/tdayris-perso/bam-msisensor
Name: bam-msisensor
Version: 1.0
Badge:
workflow icon

Insert copied code into your website to add a link to this workflow.

Downloaded: 0
Copyright: Public Domain
License: GNU General Public License v3.0
  • Future updates

Related Workflows

cellranger-snakemake-gke
snakemake workflow to run cellranger on a given bucket using gke.
A Snakemake workflow for running cellranger on a given bucket using Google Kubernetes Engine. The usage of this workflow ...