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.
You can build and install implied-align from source using the Haskell build system ghcup via the supplied makefile from the source directory of this project:
$ make installAfter the make install command has completed, the implied-align binary will be placed in this project's bin directory.
The implied-align program takes a number of command line arguments to specify inputs and outputs. For more information run the following command:
$ implied-align --helpFor convenience of replicating the results of the paper, a "replicate-results" script has been provided. All that is need to replicate the paper's results is to run the following command:
$ make replicateThis will create a replicate-results directory, with sub directories csv, data, img, taxa, and tree.
- The
taxadirectory holds temporary files used in pruning the data-sets. - The
data&treedirectories hold the pruned input files for the data-sets. - The
csvdirectory holds the timing information measured during the replication of the results. - The
imgdirectory holds the generated images from the results.