Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Mar 30, 2022
1 parent 23176dc commit fc5927d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.1.5
======
+ fix build on OSX (#18 from @sstadick)
+ handle empty alts (#16 from @sstadick)
+ add script for converting dbNSFP -> VCF -> echtvar encode

v0.1.4
======
+ fix bug with filter not removing (not filtering) variants correctly.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "echtvar"
version = "0.1.4"
version = "0.1.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ wget -O ~/bin/echtvar https://github.com/brentp/echtvar/releases/latest/download
Users can make their own *echtvar* archives with `echtvar encode`, and pre-made archives for
gnomAD version 3.1.2 are [here](https://github.com/brentp/echtvar/release)

Rust users can build on linux with:

```
cargo build --release --target x86_64-unknown-linux-gnu
```

</details>

### usage
Expand Down

0 comments on commit fc5927d

Please sign in to comment.