nf-core/varscan/processsomatic @ 0.0.0-6c4ed3a
Summary
VarScan2 is a tool for variant detection in massively parallel sequencing data. It can detect SNPs, indels, and copy number variations in both somatic and germline samples. It is particularly useful for analyzing tumor/normal sample pairs. This subtool divides variants based on status (germline, somatic, loss of heterozygosity) and confidence level (high-confidence or not) and outputs them in separate VCF files.
Get started
Add the following snippet to your workflow script to include this module.
include { VARSCAN_PROCESSSOMATIC } from 'nf-core/varscan/processsomatic'
License
MIT License
Name
|
VARSCAN_PROCESSSOMATIC |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
vcf
file
|
VCF file *.{snvs,indels}.vcf.gz
|
loh_vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.LOH.vcf.gz
file
|
VCF file with loss of heterozygosity variants *.LOH.vcf.gz
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
loh_hc_vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.LOH.hc.vcf.gz
file
|
VCF file with high-confidence loss of heterozygosity variants *.LOH.hc.vcf.gz
|
somatic_vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.Somatic.vcf.gz
file
|
VCF file with somatic variants *.Somatic.vcf.gz
|
germline_vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.Germline.vcf.gz
file
|
VCF file with germline variants *.Germline.vcf.gz
|
somatic_hc_vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.Somatic.hc.vcf.gz
file
|
VCF file with high-confidence somatic variants *.Somatic.hc.vcf.gz
|
germline_hc_vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.Germline.hc.vcf.gz
file
|
VCF file with high-confidence germline variants *.Germline.hc.vcf.gz
|
| Tool | Description | Homepage |
|---|---|---|
| varscan | variant detection in massively parallel sequencing data | https://github.com/dkoboldt/varscan |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:51:52 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fvarscan%2Fprocesssomatic/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/varscan/processsomatic/blobs/sha256:e67ff6d598c6d15b4a898df1f38fa37d4c709d4efec5728ada70f1d3a4e20343 |
| Size | 3.2 KB |
| Checksum | sha256:e67ff6d598c6d15b4a898df1f38fa37d4c709d4efec5728ada70f1d3a4e20343 |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a |