From 66aeb743737ba2f6ee88623a15532d5ef5560a09 Mon Sep 17 00:00:00 2001 From: Sina Majidian Date: Sat, 29 Apr 2023 22:15:25 +0200 Subject: [PATCH] clarify python version #19 --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d782d64..74796ba 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ read2tree is a software tool that allows to obtain alignment matrices for tree inference. For this purpose it makes use of the OMA database and a set of reads. Its strength lies in the fact that it bipasses the several standard steps when obtaining such a matrix in regular analysis. These steps are read filtereing, assembly, gene prediction, gene annotation, all vs all comparison, orthology prediction, alignment and concatination. -read2tree works in linux with: - -[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-310/) +read2tree works in linux with [![Python 3.10.8](https://img.shields.io/badge/python-3.10.8-blue.svg)](https://www.python.org/downloads/release/python-310/) # Installation @@ -15,7 +13,7 @@ There are three ways to install read2tree. You can choose either of them. ``` -conda create -n r2t python=3.10 +conda create -n r2t python=3.10.8 conda install -c bioconda read2tree ```