Man page - abba-baba(1)

Packages contains this manual

Manual

ABBA-BABA

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXIT VALUES
SEE ALSO
OTHER
LICENSE
AUTHORS

NAME

abba-baba

SYNOPSIS

abba-baba โ€“tree 0,1,2,3 โ€“file my.vcf โ€“type PL

DESCRIPTION

abba-baba calculates the tree pattern for four indviduals. This tool assumes reference is ancestral and ignores non abba-baba sites. The output is a boolian value: 1 = true , 0 = false for abba and baba. the tree argument should be specified from the most basal taxa to the most derived.

OPTIONS

     Example:
     D   C  B   A
     \ /  /    /
      \  /    /
       \    /
        \  /
         /
        /
 --tree A,B,C,D

Output : 4 columns :
     1. seqid
     2. position
     3. abba
     4. baba
required: t,tree       -- a zero based comma separated list of target individuals corrisponding to VCF columns
required: f,file       -- a properly formatted VCF.
required: y,type       -- genotype likelihood format ; genotypes: GP,GL or PL;


type: genotype

EXIT VALUES

0

Success

not 0

Failure

SEE ALSO

vcflib (1)

OTHER

LICENSE

Copyright 2011-2024 (C) Erik Garrison and vcflib contributors. MIT licensed. Copyright 2020-2024 (C) Pjotr Prins.

AUTHORS

Erik Garrison and vcflib contributors.