alfy: ALignment-Free local homologY
- Description: Fast detection of local homologies between a query sequence and a set of subject sequences, as explained further here.
- Authors: Mirjana Domazet-Loso and Bernhard Haubold
- License: Gnu GPL
- Contact: Mirjana.Domazet-Loso@fer.hr or haubold@evolbio.mpg.de
The program alfy depends on the divsufsort library. On Debian-like
system we can install it with
sudo apt install libdivsufsort-devOn macOS we can use
brew install libdivsufsortThen we can run
maketo make the executable alfy in the directory bin.
The command
make testdownloads the test data into the directory data and tests alfy.
The data used in the tutorial is the same as the data used for testing. It can be downloaded separately by running
make datawhich generates the directory data containing the data files.