diff --git a/README.md b/README.md index 2bed967cc9b33add4f73a5447d9f482acc0d479e..3f781609dedcbe5647ab0a29541fd26af9a77841 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,34 @@ +[](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