nf-core/muse/sump @ 0.0.0-0c7146d
Summary
Computes tier-based cutoffs from a sample-specific error model which is generated by muse/call and reports the finalized variants
Get started
Add the following snippet to your workflow script to include this module.
include { MUSE_SUMP } from 'nf-core/muse/sump'
License
MIT License
Name
|
MUSE_SUMP |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
muse_call_txt
file
|
single input file generated by 'MuSE call' *.MuSE.txt
|
ref_vcf
file
|
dbSNP vcf file that should be bgzip compressed, tabix indexed and based on the same reference genome used in 'MuSE call' .vcf.gz
|
ref_vcf_tbi
file
|
Tabix index for the dbSNP vcf file .vcf.gz.tbi
|
tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.vcf.gz.tbi
map
|
tabix index of bgzipped vcf file with called variants *.vcf.gz.tbi
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.vcf.gz
map
|
bgzipped vcf file with called variants *.vcf.gz
|
versions_muse
tuple
${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 |
versions_bgzip
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
bgzip
string
|
The tool name |
bgzip --version | sed -n 's/bgzip (htslib) \([0-9.]*\)/\1/p'
string
|
The command used to generate the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| MuSE | Somatic point mutation caller based on Markov substitution model for molecular evolution | https://bioinformatics.mdanderson.org/public-software/muse/ |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:20:36 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fmuse%2Fsump/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/muse/sump/blobs/sha256:8c5596b6f16b7697c60059b99695c82bbc3f017100fe1c2b835a284f00e4e24d |
| Size | 3.2 KB |
| Checksum | sha256:8c5596b6f16b7697c60059b99695c82bbc3f017100fe1c2b835a284f00e4e24d |
| Downloads | 2 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:32:39 (UTC) | 4 | 3.2 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:20:36 (UTC) | 2 | 3.2 KB |