Description

pre-filtering and calculating position-specific summary statistics using the Markov substitution model

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

tumor_bam

:file

Sorted tumor BAM file

*.bam

tumor_bai

:file

Index file for the tumor BAM file

*.bai

normal_bam

:file

Sorted matched normal BAM file

*.bam

normal_bai

:file

Index file for the normal BAM file

*.bai

reference

:file

reference genome file

.fasta

Output

name:type
description
pattern

txt

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*.MuSE.txt

:file

position-specific summary statistics

*.MuSE.txt

versions_muse

${task.process}

:string

The process the versions were collected from

muse

:string

The tool name

MuSE --version | sed -e 's/MuSE, version //g' | sed -e 's/MuSE v//g'

:string

The command used to generate the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

muse

:string

The tool name

MuSE --version | sed -e 's/MuSE, version //g' | sed -e 's/MuSE v//g'

:string

The command used to generate the version of the tool

Tools

MuSE
https://github.com/danielfan/MuSE/blob/master/LICENSE

Somatic point mutation caller based on Markov substitution model for molecular evolution