File: default_matrix_path

package info (click to toggle)
conservation-code 20110309.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 608 kB
  • sloc: python: 512; sh: 24; makefile: 21
file content (14 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Laszlo Kajan <lkajan@rostlab.org>
Description: correct path to packaged default matrix file
Forwarded: http://lists.alioth.debian.org/pipermail/debian-med-packaging/2012-October/017448.html
--- a/score_conservation.py
+++ b/score_conservation.py
@@ -718,7 +718,7 @@
 window_size = 3 # 0 = no window
 win_lam = .5 # for window method linear combination
 outfile_name = ""
-s_matrix_file = "matrix/blosum62.bla"
+s_matrix_file = "/usr/share/conservation-code/matrix/blosum62.bla"
 bg_distribution = blosum_background_distr[:]
 scoring_function = js_divergence
 use_seq_weights = True