2 |
|
osprai_one: Module to tie together the various osprai tools. |
3 |
|
Christopher Lausted, Institute for Systems Biology, |
4 |
|
Yuhang Wan, OSPRAI developers |
5 |
< |
Last modified on 100425 (yymmdd) |
5 |
> |
Last modified on 100511 (yymmdd) |
6 |
|
|
7 |
|
Examples: |
8 |
|
from osprai_one import * |
9 |
|
""" |
10 |
< |
__version__ = "100425" |
10 |
> |
__version__ = "100511" |
11 |
|
|
12 |
|
|
13 |
|
## Import from OSPRAI project libraries |
40 |
|
|
41 |
|
from mdl_module import drift |
42 |
|
from mdl_module import simple1to1 |
43 |
+ |
from mdl_module import simple1to1_mtl |
44 |
|
|
45 |
|
|
46 |
|
## Import from standard libraries. |