source: trunk/UNIT_TESTER/run/impexp/nexus.eft.exported

Last change on this file was 8607, checked in by westram, 12 years ago

merge from e4fix [8135] [8136] [8137] [8138] [8139] [8140] [8141] [8142] [8143] [8144] [8222]
(this revives the reverted patches [8129] [8130] [8131] [8132]; see [8133])

  • fixes
    • some free/delete mismatches
    • wrong definition of ORF objects (Level was no bit value)
    • amino consensus (failed for columns only containing 'C')
  • rename
    • AA_sequence_term → orf_term
    • ED4_sequence_terminal_basic → ED4_abstract_sequence_terminal
  • cleaned up hierarchy dumps
  • tweaked is_terminal()/to_terminal()
File size: 709 bytes
Line 
1#NEXUS
2[! RDP - the Ribosomal Database Project, (Tue Sep 21 10:55:44 2010).]
3[! To get started, send HELP to rdp@info.mcs.anl.gov ]
4BEGIN DATA;
5   DIMENSIONS
6      NTAX =      1
7      NCHAR =    165
8      ;
9   FORMAT
10      LABELPOS = LEFT
11      MISSING = .
12      EQUATE = "~=.|><"
13      INTERLEAVE
14      DATATYPE = RNA
15      GAP = -
16      ;
17   OPTIONS
18      GAPMODE = MISSING
19      ;
20   MATRIX
21      MetMazei   .......... .......... .AUUCUGGUU -----GA--U -CC-U-G-CC [1 - 50]
22
23      MetMazei   AG-AG-GU-U -AC-U-GC-- U-AU-C--G- GU-GUUC--G C---C-U--A [51 - 100]
24
25      MetMazei   AGCCA-U-GC -G-AGU-CAU -A-UGU---- -----A---- ---------- [101 - 150]
26
27      MetMazei   -......... ..... [151 - 165]
28      ;
29ENDBLOCK;
Note: See TracBrowser for help on using the repository browser.