Skip to content
Snippets Groups Projects
Commit 58f5d157 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

hook up hmm algorithms in build system

parent 67b3374a
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ subst_weight_matrix.hh ...@@ -19,6 +19,8 @@ subst_weight_matrix.hh
variance_map.hh variance_map.hh
data/default_contact_weight_matrix.hh data/default_contact_weight_matrix.hh
data/default_pair_subst_weight_matrix.hh data/default_pair_subst_weight_matrix.hh
hmm_pseudo_counts.hh
hmm_score.hh
) )
set(OST_SEQ_ALG_SOURCES set(OST_SEQ_ALG_SOURCES
...@@ -38,6 +40,8 @@ sequence_identity.cc ...@@ -38,6 +40,8 @@ sequence_identity.cc
sequence_similarity.cc sequence_similarity.cc
subst_weight_matrix.cc subst_weight_matrix.cc
variance_map.cc variance_map.cc
hmm_pseudo_counts.cc
hmm_score.cc
) )
module(NAME seq_alg HEADER_OUTPUT_DIR ost/seq/alg SOURCES ${OST_SEQ_ALG_SOURCES} module(NAME seq_alg HEADER_OUTPUT_DIR ost/seq/alg SOURCES ${OST_SEQ_ALG_SOURCES}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment