File: secondarystructure.scm

package info (click to toggle)
jalview 2.11.4.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 445,392 kB
  • sloc: java: 365,549; xml: 2,989; sh: 1,511; perl: 336; lisp: 139; python: 116; makefile: 81; haskell: 60
file content (14 lines) | stat: -rw-r--r-- 522 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ScoreMatrix SECONDARYSTRUCTURE
#
# The SECONDARY STRUCTURE substitution matrix, as in <paper name>
# The first line declares a ScoreMatrix with the name SECONDARYSTRUCTURE (shown in menus)
#
# Scores are not symbol case sensitive, unless column(s) are provided for lower case characters
# The 'guide symbol' at the start of each row of score values is optional
# Values may be integer or floating point, delimited by tab, space, comma or combinations
#
	 E	 H	 C	 * 
E	 1	 0	 0	 0
H	 0	 1	 0	 0
C	 0	 0	 1	 0
*	 0	 0	 0	 1