File: at25.null

package info (click to toggle)
infernal 1.1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 74,208 kB
  • sloc: ansic: 230,749; perl: 14,433; sh: 6,147; makefile: 3,071; python: 1,247
file content (22 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# rna.null
#
# Example of a null model file for Infernal.
# Each line that does not begin with a "# " is considered
# to be a background frequency for an RNA nucleotide.
# *Important* any commented lines must begin with "#" 
# followed by a whitespace character.
#
# cmbuild assumes that the order of probabilities for the 
# 4 nucleotides is always A, C, G, U. (The '# A' etc. below
# is ignored.
# 
# The values in this file are the Infernal v0.56 default
# settings.
#
# There can be no blank lines in this file before the 4 lines
# with background frequencies.
# 
0.125 # A
0.375 # C
0.375 # G
0.125 # U