nf-core/sentieon/tnhaplotyper2 @ 0.0.0-6c4ed3a
Summary
Tnhaplotyper2 performs somatic variant calling on the tumor-normal matched pairs.
Get started
Add the following snippet to your workflow script to include this module.
include { SENTIEON_TNHAPLOTYPER2 } from 'nf-core/sentieon/tnhaplotyper2'
License
MIT License
Name
|
SENTIEON_TNHAPLOTYPER2 |
|---|
meta
map
|
Groovy Map containing sample information. e.g. [ id:'test' ] |
|---|---|
input
file
|
BAM/CRAM file(s) from alignment *.{bam,cram}
|
input_index
file
|
BAI/CRAI file(s) from alignment *.{bai,crai}
|
intervals
file
|
Bed file with the genomic regions included in the library (optional) |
meta2
map
|
Groovy Map containing reference information. e.g. [ id:'test' ] |
|---|---|
dict
file
|
GATK sequence dictionary *.dict
|
meta3
map
|
Groovy Map containing reference information. e.g. [ id:'test' ] |
|---|---|
fasta
file
|
Genome fasta file *.{fa,fasta}
|
meta4
map
|
Groovy Map containing reference information. e.g. [ id:'test' ] |
|---|---|
fai
file
|
Index of the genome fasta file *.fai
|
meta5
map
|
Groovy Map containing reference information. e.g. [ id:'test' ] |
|---|---|
germline_resource
file
|
Population vcf of germline sequencing, containing allele fractions. *.vcf.gz
|
meta6
map
|
Groovy Map containing reference information. e.g. [ id:'test' ] |
|---|---|
germline_resource_tbi
file
|
Index file for the germline resource. *.vcf.gz.tbi
|
meta7
map
|
Groovy Map containing reference information. e.g. [ id:'test' ] |
|---|---|
panel_of_normals
file
|
vcf file to be used as a panel of normals. *.vcf.gz
|
meta8
map
|
Groovy Map containing reference information. e.g. [ id:'test' ] |
|---|---|
panel_of_normals_tbi
file
|
Index for the panel of normals. *.vcf.gz.tbi
|
emit_orientation_data
boolean
|
If true, the module will run the sentieon algorithm TNhaplotyper2 followed by the sentieon algorithm OrientationBias. |
|---|
emit_contamination_data
boolean
|
If true, the module will run the sentieon algorithm TNhaplotyper2 followed by the sentieon algorithm ContaminationModel. |
|---|
vcf
tuple
meta
map
|
Groovy Map containing reference information. e.g. [ id:'test', single_end:false ] |
|---|---|
*.vcf.gz
file
|
VCF file *.{vcf.gz}
|
index
tuple
meta
map
|
Groovy Map containing reference information. e.g. [ id:'test', single_end:false ] |
|---|---|
*.vcf.gz.tbi
file
|
Index of the VCF file *.vcf.gz.tbi
|
stats
tuple
meta
map
|
Groovy Map containing reference information. e.g. [ id:'test', single_end:false ] |
|---|---|
*.stats
file
|