bam_create_som_pon_gatk
Perform variant calling on a set of normal samples using mutect2 panel of normals mode. Group them into a genomicsdbworkspace using genomicsdbimport, then use this to create a panel of normals using createsomaticpanelofnormals.
Description
Perform variant calling on a set of normal samples using mutect2 panel of normals mode. Group them into a genomicsdbworkspace using genomicsdbimport, then use this to create a panel of normals using createsomaticpanelofnormals.
Input
One or more BAM/CRAM files with their index/indices.
Structure: [ val(meta), path(input), path(input_index) ]
Reference fasta file index, and the gzip index when the reference is compressed.
Structure: [ val(meta), path(fai), path(gzi) ]
Name given to the panel of normals, used as the sample id of the genomicsdb
workspace and of the resulting panel of normals.
Output
Directory containing the files that compose the genomicsdb workspace.
Structure: [ val(meta), path(genomicsdb) ]
path/name_of_workspaceStats file that pairs with the mutect2 vcf file.
Structure: [ val(meta), path(stats) ]
*.vcf.gz.statsCompressed vcf file used to make the gendb workspace.
Structure: [ val(meta), path(vcf) ]
*.vcf.gz
