Skip to content
Snippets Groups Projects
Commit 72dae189 authored by Sander Bollen's avatar Sander Bollen
Browse files

update readme

parent 4096c59f
No related branches found
No related tags found
No related merge requests found
Pipeline #2596 passed
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/vtools/README.html)
vtools
======
Little toolset operating over VCF files. Uses cyvcf2 and cython under
the hood for speed.
## Installation
### PyPI
vtools is now on pip! Since the 'vtools' name is already taken by another
package, installing _this_ vtools requires installing the following:
```bash
pip install v-tools
```
After installation, tools will still be called `vtools-<tool>`. Programmatic
access also simply works with
```python
import vtools
```
### Conda
```bash
conda install -c bioconda vtools
```
Tools
-----
......@@ -132,22 +157,6 @@ Options:
--help Show this message and exit.
```
## Installation
vtools is now on pip! Since the 'vtools' name is already taken by another
package, installing _this_ vtools requires installing the following:
```bash
pip install v-tools
```
After installation, tools will still be called `vtools-<tool>`. Programmatic
access also simply works with
```python
import vtools
```
## License
MIT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment