Skip to content

Sequence analysis library used by Eddy/Rivas lab code

License

Notifications You must be signed in to change notification settings

changephilip/easel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easel - a library of C functions for biological sequence analysis

Easel is an ANSI C code library developed by the Eddy/Rivas laboratory at Harvard for computational analysis of biological sequences using probabilistic models. Easel is used by HMMER, the profile hidden Markov model software that underlies several protein and DNA sequence family databases such as Pfam, and by Infernal, the profile stochastic context-free grammar software that underlies the Rfam RNA family database. Easel aims to make similar applications more robust and easier to develop, by providing a set of reusable, documented, and well-tested functions.

Easel is not (yet) released on its own. It is part of the HMMER and Infernal releases.

To participate in Easel development, visit us at github.

to clone a copy of Easel source from github:

    % git clone https://github.com/EddyRivasLab/easel
    % cd easel
    % autoconf

and to build:

   % ./configure
   % make

and to test:

   % make check

About

Sequence analysis library used by Eddy/Rivas lab code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 85.4%
  • TeX 5.8%
  • Perl 5.0%
  • M4 1.6%
  • C++ 0.6%
  • Roff 0.5%
  • Other 1.1%