Skip to content

bigict/msa-suite

Repository files navigation

MSA-suite

Motivations

Improve protein structure prediction accuracy by MSA searching strategies

FAQ

  1. How to run msa-suite
    Install dependencies: hh-suite && qhhmer && cd-hit
    $ git clone [email protected]:bigict/msa-suite.git
    $ cd msa-suite
    $ git submodule update --init
    $
    $ cd hh-suite
    $ cmake -DCMAKE_INSTALL_PREFIX=.. .
    $ make && make install
    $ cd ..
    $
    $ cd qhmmer
    $ ./configure --prefix=`readlink -f ..`
    $ make && make install && make -C easel install
    $ cd ..
    $
    $ cd cdhit
    $ make
    $ PREFIX=../bin make install
    $ cd ..
    
    $ python msa_build.py
  2. Download databases
    $ sh scripts/download_jgi.sh db

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published