VCFRecord.pos

Get position (POS, column 2) * * NB: internally BCF is uzing 0 based coordinates; we only show +1 when printing a VCF line with toString (which calls vcf_format)

  1. long pos()
    class VCFRecord
    @property
    long
    pos
    ()
    out (coord) { assert (coord >= 0); }
  2. void pos(long p)

Meta