Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed May 11, 2015
1 parent 8864edf commit 7cacc68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ v0.0.3
+ custom ops with javascript.
+ proper support for <CNV>, <INV>
+ 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.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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):
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7cacc68

Please sign in to comment.