From 5ec3880e110ad18450066f8adb183f6311582ded Mon Sep 17 00:00:00 2001 From: Andrey Kechin Date: Fri, 18 Oct 2019 14:01:47 +0700 Subject: [PATCH] Add about requirements of numpy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19f478a..d45df84 100644 --- a/README.md +++ b/README.md @@ -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.: