From 7cacc68fc36e5ec231055bbbc25ba21d8fa31901 Mon Sep 17 00:00:00 2001 From: "Brent Pedersen (brentp)" Date: Mon, 11 May 2015 15:18:23 -0600 Subject: [PATCH] update version --- CHANGES.md | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index cee0138..00bcfc7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,4 +3,4 @@ v0.0.3 + custom ops with javascript. + proper support for , + option to annotate BED files. -+ vcfanno has an api so it can be use from other progs. ++ vcfanno has an [api](https://godoc.org/github.com/brentp/vcfanno/tree/api) so it can be use from other progs. diff --git a/README.md b/README.md index 07a4809..463c5ca 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ We are actively developing `vcfanno` and appreciate feedback and bug reports. Usage ===== -After downloading the [binary for your system](https://github.com/brentp/vcfanno/releases/tag/v0.0.2) (see section below) usage looks like: +After downloading the [binary for your system](https://github.com/brentp/vcfanno/releases/tag/v0.0.3) (see section below) usage looks like: ```Shell ./vcfanno -js example/custom.js example/conf.toml example/query.vcf @@ -57,7 +57,7 @@ Example ------- the example directory contains the data and conf for a full example. To run, either download -the [appropriate binary](https://github.com/brentp/vcfanno/releases/tag/v0.0.2) for your system build with: +the [appropriate binary](https://github.com/brentp/vcfanno/releases/tag/v0.0.3) for your system build with: ```Shell go get @@ -68,7 +68,7 @@ from this directory. Then, you can annotate with: ```Shell -GOMAXPROCS=4 ./vcfanno example/conf.toml example/query.vcf > annotated.vcf +GOMAXPROCS=4 ./vcfanno -js example/custom.js example/conf.toml example/query.vcf > annotated.vcf ``` An example INFO field row before annotation (pos 98683): @@ -105,7 +105,7 @@ Please open an issue, or use the javascript if your desired operation is not sup Binaries ======== -binary executables are available [here](https://github.com/brentp/vcfanno/releases/tag/v0.0.2) +binary executables are available [here](https://github.com/brentp/vcfanno/releases/tag/v0.0.3) for *linux*, *mac* (darwin), and *windows* for *32* and *64* bit platforms. Preprocessing