Skip to content

Commit 670b1ca

Browse files
authored
Document release v2.0.0 in README
1 parent 195ba7b commit 670b1ca

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ read2tree is a software tool that allows to obtain alignment matrices for tree i
44

55
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/)
66

7+
8+
## Release v2.0.0
9+
This is version two of read2tree, now using the [minimap2](https://github.com/lh3/minimap2) aligner. Overall, we fixed some bugs and improved logging and its speed. Note that the arguments and usage have slightly changed (see below for details)
10+
11+
12+
713
## Important note
814
If you want to re-run a read2tree analysis (after facing an error, or changing the inputs), please make sure that you removed the `mplog.log` file and the output folder. Alternatively you could start from an empty folder. Otherwise, read2tree might use the faulty output of previous unfinished run.
915

10-
We are working on a new [read2tree version](https://github.com/DessimozLab/read2tree/tree/minimap2) using the [minimap2](https://github.com/lh3/minimap2) aligner, which is much faster. For this version, the `--read_type` argument could be either `short`, `long-hifi` or `long-ont`. You could also use `--threads 40` to be used with minimap2.
11-
1216

1317
## Read2Tree Talk:
1418
You can watch David Dylus's presentation on Read2Tree as part of the SIB [in silico talks](https://www.sib.swiss/in-silico-talks/read2tree-inferring-phylogenetic-trees-from-raw-sequencing-data).

0 commit comments

Comments
 (0)