Description

Computes/Extracts the fingerprint genotype likelihoods from the supplied file. It is given as a list of PLs at the fingerprinting sites.

Input

name:type
description
pattern

meta:file

Input SAM/BAM/CRAM file

bam:file

BAM file

*.{bam}

bai:file

BAM index file

*.{bai}

haplotype_map:file

A file of haplotype information. The file lists a set of SNPs, optionally arranged in high-LD blocks, to be used for fingerprinting. See https://software.broadinstitute.org/gatk/documentation/article?id=9526 for details.

*.{txt,vcf,vcf.gz}

fasta:file

Reference sequence file

*.{fasta,fna,fa}

fasta_fai:file

Reference sequence index file

*.{fai}

sequence_dictionary:file

Reference sequence dictionary file

Output

name:type
description
pattern

vcf

meta:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.vcf.gz:file

VCF file

*.vcf.gz

tbi

meta:map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.vcf.gz.tbi:file

Tabix index file

*.vcf.gz.tbi

versions

versions.yml:file

File containing software versions

versions.yml

Tools

picard
MIT

A set of command line tools (in Java) for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF.