Navigation Menu

Skip to content

soedinglab/csblast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMPILATION
-----------

The src subdirecty contains the source files and two makefiles (Makefile and
Makefile.csalign) that are needed to compile the cs-executables. To start the
compilation, simply change into the src directory and execute any of the
following commands:

make csblast
make csbuild
make csclust
make cssgd
make cstrainset
make cstranslate
make -f Makefile.csalign csalign

After the compilation has finished, the newly created executables can be found
in the bin subdirectory.


CONTEXT LIBRARIES
-----------------

The data subdirectory contains the library of 4000 context profiles needed by
CS-BLAST, as well as the CS62 column state alphabet for translating sequence
profiles into CS62 sequences with cstranslate. 
- data/K4000.lib: context library of the generative model
- data/K4000.crf: context library of the discriminative model

If you have any problems or questions regarding the suite of cs-tools please
contact Johannes Soeding (soeding@mpibpc.mpg.de) or Christof Angermueller 
(cangermueller@gmail.com).

About

Context-specific mutation probabilities for protein sequencing searching.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.2%
  • Shell 6.5%
  • Python 5.3%
  • Makefile 1.7%
  • Ruby 1.3%
  • Perl 1.1%
  • Other 0.9%