aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 5beb087f4e96234a822afdfcc67c03ffc96d388d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
A command line interface to clinvar.

# Demo

![demo](https://vk3.wtf/clinvar.gif)

# Install

It's just a script, there are dependencies on libxml2 and FZF. If you have
Nix with flakes enabled you can run it without "installing" by
```
nix run git://vk3.wtf/clinvar.git search-terms ...
```
or put it into your active profile with
```
nix-env -i $(nix eval --raw git://vk3.wtf/clinvar.git)
```


# Contributing

Email me with issues and patches.