Skip to content

algbio/eds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Constructing EDSes from MSAs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors