K 10 svn:author V 3 jwb K 8 svn:date V 27 2021-03-23T15:15:00.797917Z K 7 svn:log V 369 biology/ad2vcf: Add allelic depth info from a SAM stream to a VCF file ad2vdf extracts allelic depth info from a SAM stream and adds it to a corresponding single-sample VCF file. SAM input is read via stdin and the VCF input file is taken as a command-line argument. This allows expensive BAM/CRAM decoding to be performed in parallel by a separate samtools process. END