@@ -24,7 +24,8 @@ This project hosts scripts to annotate VCF files using user defined driver genes
2424<!-- /TOC -->
2525
2626## Design
27- Uses [ bcftools] and tabix from htslib
27+
28+ Uses [ bcftools] , [ tabix] and [ bgzip] in user's path , these are part of [ htslib] or can be installed separately
2829
2930## Tools
3031
@@ -59,10 +60,6 @@ pip install annotateVcf.X.X.X-py3-none-any.whl
5960
6061Release ` .whl ` files are generated as part of the release process and can be found on the [ release page] [ annotateVcf-releases ]
6162
62- ### Package Dependancies
63-
64- ` pip ` will install the relevant dependancies, listed here for convenience, please refer requirements.txt for versions.
65-
6663## Development environment
6764
6865This project uses git pre-commit hooks. As these will execute on your system it
@@ -136,9 +133,11 @@ pip install --find-links=~/wheels annotateVcf
136133
137134### Reference
138135<!-- refs-->
139- [ bcftools] : http://samtools.github.io/bcftools/bcftools.html
136+ [ htslib ] : https://github.com/samtools/htslib
137+ [ bcftools ] : https://github.com/samtools/bcftools
138+ [ tabix ] : https://github.com/samtools/tabix
140139 [ VAGrENT] : https://github.com/cancerit/VAGrENT
141- [ travis-master-badge ] : https://travis-ci.org/cancerit/annotateVcf .svg?branch=master
142- [ travis-develop-badge ] : https://travis-ci.org/cancerit/annotateVcf .svg?branch=develop
140+ [ travis-master-badge ] : https://travis-ci.org/cancerit/annotateVCF .svg?branch=master
141+ [ travis-develop-badge ] : https://travis-ci.org/cancerit/annotateVCF .svg?branch=develop
143142 [ travis-repo ] : https://travis-ci.org/cancerit/annotateVcf
144- [ annotateVcf-releases ] : https://github.com/cancerit/annotateVcf /releases
143+ [ annotateVcf-releases ] : https://github.com/cancerit/annotateVCF /releases
0 commit comments