diff --git a/README.md b/README.md index b2eb7f2..de8e02f 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ Prerequisites * [Minimap2](https://github.com/lh3/minimap2) * [nanopolish](https://github.com/jts/nanopolish) * [samtools](http://www.htslib.org) -* Python 3.7/3.8/3.9 +* Python 3.8/3.9 Installation ------------ To avoid potential conflicts, we recommend running LAFITE in a conda environment. ``` -conda create -n LAFITE_env -c bioconda python=3.7 bedtools +conda create -n LAFITE_env -c bioconda python=3.8 bedtools conda activate LAFITE_env # stable release