nf-core/svtyper/svtypersso @ 0.0.0-6c4ed3a
Summary
SVTyper-sso computes structural variant (SV) genotypes based on breakpoint depth on a SINGLE sample
Get started
Add the following snippet to your workflow script to include this module.
include { SVTYPER_SVTYPERSSO } from 'nf-core/svtyper/svtypersso'
License
MIT License
Process
Name
|
SVTYPER_SVTYPERSSO |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
bam
file
|
BAM or CRAM file with alignments *.{bam,cram}
|
bam_index
file
|
BAI file matching the BAM file *.{bai}
|
vcf
file
|
Matching VCF of alignments *.vcf
|
#2
tuple
meta2
map
|
Groovy Map containing sample information for reference FASTA file e.g. [ id:'fasta'] |
|---|---|
fasta
file
|
indexed reference FASTA file (recommended for reading CRAM files) *.{fa,fasta}
|
Output
3 channels
#1
json
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.json
file
|
JSON file including library information *.json
|
#2
gt_vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.vcf
file
|
Genotyped SVs *.vcf
|
#3
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| svtyper | Bayesian genotyper for structural variants | https://github.com/hall-lab/svtyper |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:48:59 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fsvtyper%2Fsvtypersso/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/svtyper/svtypersso/blobs/sha256:5a0990eeacfdc04fe0298117f9f3e351e2a0e9277dfdcea0ed7378e6cf0513f7 |
| Size | 2.9 KB |
| Checksum | sha256:5a0990eeacfdc04fe0298117f9f3e351e2a0e9277dfdcea0ed7378e6cf0513f7 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:48:59 (UTC) | 3 | 2.9 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:33:58 (UTC) | 3 | 2.9 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:41:47 (UTC) | 3 | 2.9 KB |