File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
HIV-TRACE
2
2
==========
3
3
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
-
7
4
HIV-TRACE is an application that identifies potential transmission
8
5
clusters within a supplied FASTA file with an option to find
9
6
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.
22
19
23
20
```
24
21
pip3 install biopython
25
- pip3 install numpy
22
+ pip3 install numpy==1.20
26
23
pip3 install scipy
24
+ pip3 install cython
27
25
pip3 install hivtrace
28
26
```
29
27
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.* ` .
31
29
32
30
# Example Usage
33
31
You can’t perform that action at this time.
0 commit comments