nf-core/severus @ 0.0.0-6c4ed3a
Summary
Severus is a somatic structural variation (SV) caller for long reads (both PacBio and ONT)
Get started
Add the following snippet to your workflow script to include this module.
include { SEVERUS } from 'nf-core/severus'
License
MIT License
Name
|
SEVERUS |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
target_input
file
|
path to one or multiple target BAM/CRAM files (e.g. tumor, must be indexed) *.{bam,cram}
|
target_index
file
|
path to one or multiple target BAM/CRAM index files *.{bai,crai,csi}
|
control_input
file
|
path to the control BAM/CRAM file (e.g. normal, must be indexed) *.{bam,cram}
|
control_index
file
|
path to the control BAM/CRAM file index *.{bai,crai,csi}
|
vcf
file
|
path to vcf file used for phasing (if using haplotype specific SV calling *.{vcf,vcf.gz}
|
meta2
map
|
Groovy Map containing tandem repeat regions information e.g. |
|---|---|
bed
file
|
path to bed file for tandem repeat regions (must be ordered) *.bed
|
log
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
${prefix}/severus.log
file
|
log file ${prefix}/severus.log
|
loh
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
${prefix}/severus_LOH.bed
file
|
BED file containing loss of heterozygosity information ${prefix}/severus_LOH.bed
|
all_vcf
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
${prefix}/all_SVs/severus_all.vcf
map
|
VCF file containing somatic and germline structural variants ${prefix}/all_SVs/severus_all.vcf
|
read_ids
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
${prefix}/read_ids.csv
file
|
Contains supporting read IDs for each SV ${prefix}/read_ids.csv
|
all_plots
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
${prefix}/all_SVs/plots/severus*.html
file
|
HTML files containing plots for all SVs ${prefix}/all_SVs/plots/severus*.html
|
read_qual
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
${prefix}/read_qual.txt
file
|
txt file containing read quality information ${prefix}/read_qual.txt
|
somatic_vcf
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
${prefix}/somatic_SVs/severus_somatic.vcf
file
|
VCF file containing somatic structural variants (SV) ${prefix}/somatic_SVs/severus_all.vcf
|
collapsed_dup
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
${prefix}/severus_collaped_dup.bed
file
|
BED file containing collapsed duplications ${prefix}/severus_collaped_dup
|
somatic_plots
tuple
meta
map
|
|---|