Skip to content

Commit

Permalink
clarify python version #19
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamajidian authored Apr 29, 2023
1 parent e10f629 commit 66aeb74
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand Down

0 comments on commit 66aeb74

Please sign in to comment.