File: __init__.py

package info (click to toggle)
python-cogent 2024.5.7a1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 74,600 kB
  • sloc: python: 92,479; makefile: 117; sh: 16
file content (17 lines) | stat: -rw-r--r-- 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env python

__all__ = [
    "test_alignment",
    "test_alphabet",
    "test_annotation",
    "test_core_standalone",
    "test_features",
    "test_genetic_code",
    "test_info",
    "test_location",
    "test_maps",
    "test_moltype",
    "test_profile",
    "test_sequence",
    "test_tree",
]