Skip to content

Commit bda8149

Browse files
author
andy
committed
(oem): update main_protocol
1 parent 3935e29 commit bda8149

File tree

12 files changed

+1190
-809
lines changed

12 files changed

+1190
-809
lines changed

oem_projects/bayOmics/BayOmicsLib.py

Lines changed: 0 additions & 721 deletions
This file was deleted.

oem_projects/bayOmics/BayOmicsLib.egg-info/PKG-INFO renamed to oem_projects/bayOmics/Lib/BayOmicsLib.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: BayOmicsLib
3-
Version: 1.0
3+
Version: 1.4.4
44
Summary: UNKNOWN
55
Home-page: UNKNOWN
66
License: UNKNOWN

oem_projects/bayOmics/Lib/BayOmicsLib.py

Lines changed: 822 additions & 0 deletions
Large diffs are not rendered by default.

oem_projects/bayOmics/Lib/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## build
2+
3+
```python
4+
python setup.py bdist_wheel
5+
```
6+
7+
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

33
setup(name='BayOmicsLib',
4-
version='1.0',
4+
version='1.4.4',
55
py_modules=['BayOmicsLib'],
66
)
Binary file not shown.

0 commit comments

Comments
 (0)