File: ValSeq.py

package info (click to toggle)
python-biopython 1.42-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 17,584 kB
  • ctags: 12,272
  • sloc: python: 80,461; xml: 13,834; ansic: 7,902; cpp: 1,855; sql: 1,144; makefile: 203
file content (4 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (3)
1
2
3
4
valid_sequence_dict = { "P1": "complete protein", "F1": "protein fragment", \
    "DL": "linear DNA", "DC": "circular DNA", "RL": "linear RNA", \
    "RC":"circular RNA", "N3": "transfer RNA", "N1": "other"
    }