vcfanno 0.3.5+ds-2 source package in Ubuntu

Changelog

vcfanno (0.3.5+ds-2) unstable; urgency=medium

  * Team upload.
  * d/rules: Clean generated files from override_dh_installdocs
    (Closes: #1049212, #1049762)

 -- Lance Lin <email address hidden>  Mon, 18 Dec 2023 22:24:37 +0700

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
vcfanno_0.3.5+ds-2.dsc 2.4 KiB 7109828c574db5ef8cd4e558bcdb6738561e3bd1cfc2564c7a836c1795173cec
vcfanno_0.3.5+ds.orig.tar.xz 489.9 KiB eedbe0f9a04a9422d1b4e34a2fd625a1d07d009058999883fa4df1b725f2c8ff
vcfanno_0.3.5+ds-2.debian.tar.xz 2.2 MiB 20933a463852779869ab78a9085ef1c5a38fc28af273cbffefc6eb7f007e3e03

No changes file available.

Binary packages built by this source

vcfanno: annotate a VCF with other VCFs/BEDs/tabixed files

 Vcfanno allows you to quickly annotate your VCF with any number of INFO
 fields from any number of VCFs or BED files. It uses a simple conf file
 to allow the user to specify the source annotation files and fields and
 how they will be added to the info of the query VCF.
 .
   * For VCF, values are pulled by name from the INFO field with special
     cases of ID and FILTER to pull from those VCF columns.
   * For BED, values are pulled from (1-based) column number.
   * For BAM, depth (count), "mapq" and "seq" are currently supported.
 .
 Vcfanno is written in go and it supports custom user-scripts written in
 Lua. It can annotate more than 8000 variants per second with 34
 annotations from 9 files on a modest laptop and over 30K variants per
 second using 12 processes on a server.

vcfanno-dbgsym: debug symbols for vcfanno
vcfanno-examples: examples for vcfanno: annotate a VCF with other VCFs/BEDs/tabixed files

 Vcfanno allows you to quickly annotate your VCF with any number of INFO
 fields from any number of VCFs or BED files. It uses a simple conf file
 to allow the user to specify the source annotation files and fields and
 how they will be added to the info of the query VCF.
 .
   * For VCF, values are pulled by name from the INFO field with special
     cases of ID and FILTER to pull from those VCF columns.
   * For BED, values are pulled from (1-based) column number.
   * For BAM, depth (count), "mapq" and "seq" are currently supported.
 .
 This package contains a test data set as well as sample scripts
 running some test suite provided by Debian also as autopkgtest.