File: script_example.out

package info (click to toggle)
genometools 1.5.10%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 53,852 kB
  • sloc: ansic: 355,882; ruby: 30,295; python: 4,880; sh: 3,190; makefile: 1,197; perl: 219; pascal: 159; haskell: 37; sed: 5
file content (12 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
fold the following RNA sequence with Nussinov Algorithm:
gggaaatcc
length of RNA sequence = 9
using the following parameters:
l_min =  1
alpha(G,C) = alpha(C,G) = -1
alpha(A,U) = alpha(U,A) = -1
alpha(G,U) = alpha(U,G) = -1
all other alpha values have been set to infinity
score: -3
result:
(2,9)(3,8)(5,7)