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

update readme

parent 4096c59f
Branches
Tags
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 vtools
====== ======
Little toolset operating over VCF files. Uses cyvcf2 and cython under Little toolset operating over VCF files. Uses cyvcf2 and cython under
the hood for speed. 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 Tools
----- -----
...@@ -132,22 +157,6 @@ Options: ...@@ -132,22 +157,6 @@ Options:
--help Show this message and exit. --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 ## License
MIT MIT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment