nf-core/survivor/simsv @ 0.0.0-6c4ed3a
Summary
Simulate an SV VCF file based on a reference genome
Get started
Add the following snippet to your workflow script to include this module.
include { SURVIVOR_SIMSV } from 'nf-core/survivor/simsv'
License
MIT License
Name
|
SURVIVOR_SIMSV |
|---|
meta
map
|
Groovy Map containing fasta information e.g. |
|---|---|
fasta
file
|
The reference genome *.{fasta,fna,fa}
|
meta2
map
|
Groovy Map containing fasta index information e.g. |
|---|---|
fai
file
|
The index of the reference genome *.fai
|
meta3
map
|
Groovy Map containing parameters information e.g. |
|---|---|
parameters
file
|
A text file containing the parameters to be used for the simulation. Gets automatically generated using defaults when this is not supplied *.txt
|
snp_mutation_frequency
float
|
The SNP mutation frequency in the output VCF (0-1) |
|---|
sim_reads
integer
|
Whether or not to simulate reads (1==yes, else no) |
|---|
bed
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.bed
file
|
A BED file of the simulated structural variants *.bed
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.vcf
file
|
A VCF containing the simulated variants *.vcf
|
fasta
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.fasta
file
|
A Fasta file file containing the variants from the output VCF *.fasta
|
insertions
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.insertions.fa
file
|
A Fasta file file containing insertion sequences *.insertions.fa
|
parameters
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.txt
file
|
The created parameters file *.txt
|
versions_survivor
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
survivor
string
|
The name of the tool |
SURVIVOR 2>&1 | grep 'Version' | sed 's/Version: //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| survivor | Toolset for SV simulation, comparison and filtering | https://github.com/fritzsedlazeck/SURVIVOR/wiki |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:47:54 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fsurvivor%2Fsimsv/0.0.0-6c4ed3a/download |