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 (14 lines) | stat: -rw-r--r-- 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env python
__all__ = [
    "test_best_likelihood",
    "test_bootstrap",
    "test_distance",
    "test_likelihood_function",
    "test_motifchange",
    "test_parameter_controller",
    "test_scale_rules",
    "test_simulation",
    "test_substitution_model",
    "test_coevolution",
    "test_models",
]