[ 原始碼: golang-github-brentp-vcfgo ]
套件:golang-github-brentp-vcfgo-dev(0.0~git20190824.654ed2e-2)
golang-github-brentp-vcfgo-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-brentp-vcfgo:
- [golang-github-brentp-vcfgo_0.0~git20190824.654ed2e-2.dsc]
- [golang-github-brentp-vcfgo_0.0~git20190824.654ed2e.orig.tar.xz]
- [golang-github-brentp-vcfgo_0.0~git20190824.654ed2e-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Golang library to read, write, manipulate VCF format files
Package vcfgo implements a Reader and Writer for variant call format. It eases reading, filtering modifying VCF's even if they are not to spec.
Status: vcfgo is well-tested, but still in development. It tries to tolerate, but report errors; after every rdr.Read() call, the caller can check rdr.Error() and get feedback on the errors without stopping execution unless it is explicitly requested to do so.
其他與 golang-github-brentp-vcfgo-dev 有關的套件
|
|
|
|
-
- dep: golang-gopkg-check.v1-dev
- Rich testing extension for Go's testing package