nf-core/sawfish/discover @ 0.0.0-6c4ed3a
Summary
SV candidate discovery from PacBio HiFi data
Get started
Add the following snippet to your workflow script to include this module.
include { SAWFISH_DISCOVER } from 'nf-core/sawfish/discover'
License
MIT License
Name
|
SAWFISH_DISCOVER |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
bam
file
|
Sorted BAM/CRAM file *.{bam,cram}
|
bai
file
|
Index of BAM/CAM file *.{bai,crai}
|
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 additional information e.g. [ id:'cn' ] |
|---|---|
expected_cn_bed
file
|
Expected copy number BED file *.bed
|
meta4
map
|
Groovy Map containing additional information e.g. [ id:'maf' ] |
|---|---|
maf_vcf
file
|
Variant file used to generate minor allele frequency track for this sample, in VCF or BCF format. *.{vcf.gz,bcf.gz}
|
meta5
map
|
Groovy Map containing additional information e.g. [ id:'cnv' ] |
|---|---|
cnv_exclude_regions_bed
file
|
BED file containing regions to exclude from CNV calling *.bed
|
log
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}/sawfish.log
file
|
Sawfish log file *.log
|
maf_mpack
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}/maf.mpack
file
|
MAF mpack file *.mpack
|
max_depth
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}/max.depth.bed
file
|
Max depth BED file *.bed
|
run_stats
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}/run.stats.json
file
|
Run statistics JSON file *.json
|
depth_mpack
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}/depth.mpack
file
|
Depth mpack file *.mpack
|
expected_cn
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}/expected.copy.number.bed
file
|
Expected copy number BED file *.bed
|
discover_dir
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}
directory
|
Directory containing all discover output files |
copynum_mpack
tuple