Skip to content

Commit

Permalink
updated README, removed requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sb43 committed Jul 10, 2020
1 parent e15fa70 commit 007fadd
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ This project hosts scripts to annotate VCF files using user defined driver genes
<!-- /TOC -->

## Design
Uses [bcftools] and tabix from htslib

Uses [bcftools], [tabix] and [bgzip] in user's path , these are part of [htslib] or can be installed separately

## Tools

Expand Down Expand Up @@ -132,9 +133,11 @@ pip install --find-links=~/wheels annotateVcf

### Reference
<!--refs-->
[bcftools]: http://samtools.github.io/bcftools/bcftools.html
[htslib]: https://github.com/samtools/htslib
[bcftools]: https://github.com/samtools/bcftools
[tabix]: https://github.com/samtools/tabix
[VAGrENT]: https://github.com/cancerit/VAGrENT
[travis-master-badge]: https://travis-ci.org/cancerit/annotateVcf.svg?branch=master
[travis-develop-badge]: https://travis-ci.org/cancerit/annotateVcf.svg?branch=develop
[travis-master-badge]: https://travis-ci.org/cancerit/annotateVCF.svg?branch=master
[travis-develop-badge]: https://travis-ci.org/cancerit/annotateVCF.svg?branch=develop
[travis-repo]: https://travis-ci.org/cancerit/annotateVcf
[annotateVcf-releases]: https://github.com/cancerit/annotateVcf/releases
[annotateVcf-releases]: https://github.com/cancerit/annotateVCF/releases

0 comments on commit 007fadd

Please sign in to comment.