Skip to content

Commit

Permalink
Add about requirements of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
aakechin committed Oct 18, 2019
1 parent e9ac37b commit 5ec3880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ All of the Python-scripts listed above work under Python3+ and require the follo
* xlrd
* xlsxwriter
* networkx (version==1.11, newer versions has different sintaxis)
* numpy

They can be installed with pip:

`sudo pip3 install biopython argparse primer3-py logging pysam xlrd xlsxwriter "networkx==1.11"`
`sudo pip3 install biopython argparse primer3-py logging pysam xlrd xlsxwriter "networkx==1.11" numpy`

Also, for searching non-target primer hybridization, it uses BWA, so you need to install it with e.g.:

Expand Down

0 comments on commit 5ec3880

Please sign in to comment.