VCFWriter.addTag

Add contig definition (§1.2.7) to header meta-info

other: "url=...,md5=...,etc."

  1. void addTag(string id, T number, string type, string description, string source, string _version)
  2. void addTag(string id, string description)
  3. auto addTag(const(char)[] id, int length, string other)
    struct VCFWriter
    addTag
    (
    string tagType
    )
    (
    const(char)[] id
    ,
    const int length = 0
    ,
    string other = ""
    )
    if (
    tagType == "contig" ||
    tagType == "CONTIG"
    )

Meta