Skip to content

Commit e3d349b

Browse files
Cleaning up the README
1 parent 0d7650f commit e3d349b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[![DOI:10.1186/s12859-020-03595-2](https://zenodo.org/badge/DOI/10.1186/s12859-020-03595-2.svg)](https://doi.org/10.1186/s12859-020-03595-2)
55

6-
This repository hosts the pre-print manuscript for the *Efficient Implied Alignment* paper, an program `implied-align` implementing the algorithm described in the paper, and a script to replicate the results of the paper.
6+
This repository hosts the program `implied-align` implementing the algorithm described in the paper *Efficient Implied Alignment* and a script to replicate the results of the paper.
77

88
### Installation of `implied-align`
99

@@ -38,10 +38,10 @@ For convience of replicating the results of the paper, a "replicate-results" scr
3838
./replicate-results.sh
3939
```
4040

41-
This will create a `replicate-results` directory, with sub directories `csv`, `data`, `png`, `taxa`, and `tree`.
41+
This will create a `replicate-results` directory, with sub directories `csv`, `data`, `img`, `taxa`, and `tree`.
4242

4343
- The `taxa` directory holds temporary files used in pruning the data-sets.
4444
- The `data` & `tree` directories hold the pruned input files for the data-sets.
4545
- The `csv` directory holds the timing information measured during the replication of the results.
46-
- The `png` directory holds the generted images from the results.
46+
- The `img` directory holds the generted images from the results.
4747

0 commit comments

Comments
 (0)