From 84fab4a6f56cd556ffb892d3c223b48a788486c8 Mon Sep 17 00:00:00 2001 From: liutiming <39947942+liutiming@users.noreply.github.com> Date: Fri, 7 Jun 2019 10:37:32 +0800 Subject: [PATCH] add reminder for installation --- docs/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Install.md b/docs/Install.md index 257fdfa..3d13c3a 100644 --- a/docs/Install.md +++ b/docs/Install.md @@ -8,7 +8,7 @@ + sklearn (sklearn.mixture.GaussianMixture) + biopython (strongly recommend 1.66 if possible) installation using pip: - pip install peakutils==1.0.3 hmmlearn sklearn biopython + pip install peakutils==1.0.3 hmmlearn sklearn biopython (installing with conda install -c cbetters peakutils==1.0.3 causes python to be upgraded to python 3.6 in the virtual environment) * SWIG (see https://anaconda.org/anaconda/swig) * make * BWA MEM (see https://anaconda.org/bioconda/bwa)