nf-core/sawfish/jointcall @ 0.0.0-6c4ed3a
Summary
Joint calling of structural variants from multiple samples using Sawfish
Get started
Add the following snippet to your workflow script to include this module.
include { SAWFISH_JOINTCALL } from 'nf-core/sawfish/jointcall'
License
MIT License
Name
|
SAWFISH_JOINTCALL |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
sample_dirs
directory
|
Sample directories from sawfish discover step *_discover_dir/
|
meta2
map
|
Groovy Map containing reference information e.g. [ id:'fasta' ] |
|---|---|
fasta
file
|
Reference genome in FASTA format *.{fasta,fa}
|
meta3
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
bams
file
|
Sorted BAM/CRAM file *.{bam,cram}
|
bais
file
|
Index of BAM/CAM file *.{bai,crai}
|
meta4
map
|
Groovy Map containing additional information e.g. [ id:'csv' ] |
|---|---|
sample_csv
file
|
CSV file listing sample sawfish discover output and the sample bam file used with sawfish discover |
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*/contig.alignment.bam
file
|
Contig alignment BAM file *.bam
|
log
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*/sawfish.log
file
|
Sawfish log file *.log
|
tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*/*_genotyped.sv.vcf.gz.tbi
file
|
Tabix index for the joint called VCF file *_genotyped.sv.vcf.gz.tbi
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*/*_genotyped.sv.vcf.gz
file
|
Joint called variants in compressed VCF format *_genotyped.sv.vcf.gz
|
stats
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*/run.stats.json
file
|
Run statistics JSON file *.json
|
maf_bw
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*/samples/*/maf.bw
file
|
Sample SNV MAF BigWig file *.bw
|
depth_bw
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*/samples/*/depth.bw
file
|
Sample depth BigWig file *.bw
|
bam_index
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*/contig.alignment.bam.csi
file
|
Contig alignment BAM index file *.csi
|