Skip to content

Commit 57963ae

Browse files
committed
Merge branch 'master' of github.com:veg/hivtrace
2 parents c175227 + 374e653 commit 57963ae

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
HIV-TRACE
22
==========
33

4-
[![Build Status](https://travis-ci.org/veg/hivtrace.svg)](https://travis-ci.org/veg/hivtrace)
5-
[![Coverage Status](https://coveralls.io/repos/veg/hivtrace/badge.png?branch=master)](https://coveralls.io/r/veg/hivtrace)
6-
74
HIV-TRACE is an application that identifies potential transmission
85
clusters within a supplied FASTA file with an option to find
96
potential links against the Los Alamos HIV Sequence Database.
@@ -22,12 +19,13 @@ HIV-TRACE requires [tn93](https://github.com/veg/tn93) be installed and python3.
2219

2320
```
2421
pip3 install biopython
25-
pip3 install numpy
22+
pip3 install numpy==1.20
2623
pip3 install scipy
24+
pip3 install cython
2725
pip3 install hivtrace
2826
```
2927

30-
Tested with Python `3.5.1`, `3.5.3`, and `3.6.1`.
28+
Tested with Python `3.5.1`, `3.5.3`, `3.6.1`, and `3.9.*`.
3129

3230
# Example Usage
3331

0 commit comments

Comments
 (0)