nf-core/svaba @ 0.0.0-6c4ed3a
Summary
SvABA is an efficient and accurate method for detecting SVs from short-read sequencing data using genome-wide local assembly with low memory and computing requirements
Get started
Add the following snippet to your workflow script to include this module.
include { SVABA } from 'nf-core/svaba'
License
MIT License
Name
|
SVABA |
|---|
meta
map
|
Groovy Map containing sample information id: should be the identification number or sample name. If there is normal file meta should be common e.g. [ id:'test' ] |
|---|---|
tumorbam
file
|
Tumor or metastatic sample, BAM, SAM or CRAM file *.{bam,cram,sam}
|
tumorbai
file
|
Index of the tumor or metastatic sample *.{bai,crai,sai}
|
normalbam
file
|
Control (or normal) of matching tumor/metastatic sample, BAM, SAM or CRAM file *.{bam,cram,sam}
|
normalbai
file
|
Index *.{bai,crai,sai}
|
meta2
map
|
Groovy Map containing FASTA information id: should be the identification number for alignment file and should be the same used to create BWA index files e.g. [ id:'fasta' ] |
|---|---|
fasta
file
|
FASTA file *.{fasta|fa}
|
meta3
map
|
Groovy Map containing FASTA information id: should be the identification number for alignment file and should be the same used to create BWA index files e.g. [ id:'fasta' ] |
|---|---|
fasta_fai
file
|
Index of FASTA file *.{fai}
|
meta4
map
|
Groovy Map containing BWA information id: should be the identification number same as fasta file e.g. [ id:'bwa' ] |
|---|---|
bwa_index
file
|
BWA genome index files. Note that this tool requires the bwa index files to be of the format Directory containing BWA index *.{amb,ann,bwt,pac,sa}
|
meta5
map
|
Groovy Map containing dbSNP information id: should be the identification number for dbSNP files e.g. [ id:'test' ] |
|---|---|
dbsnp
file
|
VCF file including dbSNP variants *.vcf.gz
|
meta6
map
|
Groovy Map containing dbSNP information id: should be the identification number for dbSNP files e.g. [ id:'test' ] |
|---|---|
dbsnp_tbi
file
|
Index of VCF file including dbSNP variants *.vcf.gz.tbi
|
meta7
map
|
Groovy Map containing regions information id: should be the identification number for regions e.g. [ id:'test' ] |
|---|---|
regions
file
|
Targeted intervals. Accepts BED file or Samtools-style string *.bed|*.txt|*.tab
|
sv
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.svaba.sv.vcf.gz
file
|
Filtered SVs for tumor only cases *.vcf.gz
|
log
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.log
file
|
Log file *.txt.gz
|
indel
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.svaba.indel.vcf.gz
file
|
Filtered Indels for tumor only cases *.vcf.gz
|
som_sv
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.svaba.somatic.sv.vcf.gz
file
|