Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 919 Bytes

File metadata and controls

17 lines (16 loc) · 919 Bytes

eds

Program mincard constructs Elastic Degenerate Strings from a multiple sequence alignment in FASTA format. Tested on GCC 15.2.1. You can get this repository and compile the HTSlib and SDSL v3 dependencies with

git clone https://github.com/algbio/eds && cd eds
git submodule update --init --recursive ext/htslib ext/sdsl-lite
(cd ext/htslib && autoreconf -i && ./configure && make)

Otherwise, if you install HTSlib some other way (for example from its website), change variables HTSLIB_INCLUDE and HTSLIB_LIB in Makefile. Finally, compile mincard and test it with

make
./mincard test/msa.fa -o test/msa.eds

todo