logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vcf-phased-join - take multiple overlapping pre-phased chunks and concatenates them into one VCF

Description

       About: The script takes multiple overlapping pre-phased chunks and concatenates them into one VCF

              using heterozygous calls from the overlaps to determine correct phase.

Name

       vcf-phased-join - take multiple overlapping pre-phased chunks and concatenates them into one VCF

Options

-j, --min-join-quality <num>
              Quality threshold for gluing the pre-phased blocks together [10]

       -l, --list <file>
              List of VCFs to join.

       -o, --output <file>
              Output file name. When "-" is supplied, STDOUT and STDERR will be used

       -q, --min-PQ <num>
              Break pre-phased segments if PQ value is lower in input VCFs [0.6]

       -h, -?, --help
              This help message

vcf-phased-join                                   February 2013                               VCF-PHASED-JOIN(1)

Synopsis

vcf-phased-join [OPTIONS] A.vcfB.vcfC.vcf

See Also