nf-core/msisensorpro/msisomatic @ 0.0.0-6c4ed3a
Summary
MSIsensor-pro evaluates Microsatellite Instability (MSI) for cancer patients with next generation sequencing data. It accepts the whole genome sequencing, whole exome sequencing and target region (panel) sequencing data as input
Get started
Add the following snippet to your workflow script to include this module.
include { MSISENSORPRO_MSISOMATIC } from 'nf-core/msisensorpro/msisomatic'
License
MIT License
Name
|
MSISENSORPRO_MSISOMATIC |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
normal
file
|
BAM/CRAM/SAM file *.{bam,cram,sam}
|
normal_index
file
|
BAM/CRAM/SAM index file *.{bai,crai,sai}
|
tumor
file
|
BAM/CRAM/SAM file *.{bam,cram,sam}
|
tumor_index
file
|
BAM/CRAM/SAM index file *.{bai,crai,sai}
|
intervals
file
|
bed file containing interval information, optional *.{bed}
|
meta2
map
|
Groovy Map containing genome information e.g. [ id:'genome' ] |
|---|---|
fasta
file
|
Reference genome *.{fasta}
|
msisensor_scan
file
|
Output from msisensor-pro/scan, containing list of msi regions *.list
|
|---|
output_dis
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}_dis
file
|
File containing distribution results |
output_report
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}
file
|
File containing final report with all detected microsatellites, unstable somatic microsatellites, msi score |
output_somatic
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}_somatic
file
|
File containing somatic results |
output_germline
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}_germline
file
|
File containing germline results |
versions_msisensorpro
tuple
${task.process}
string
|
The name of the process |
|---|---|
msisensor-pro
string
|
The name of the tool |
msisensor-pro --version 2>&1 | sed -nE 's/Version:\s*//p'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| msisensorpro | Microsatellite Instability (MSI) detection using high-throughput sequencing data. | https://github.com/xjtu-omics/msisensor-pro |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:32:21 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fmsisensorpro%2Fmsisomatic/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/msisensorpro/msisomatic/blobs/sha256:4848f89128438b95e90c58aab52e8984371b733fd6c8291cd5d69bf23f0e397e |