modamix 0.0.1__tar.gz → 0.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {modamix-0.0.1 → modamix-0.0.2}/PKG-INFO +1 -3
- {modamix-0.0.1 → modamix-0.0.2}/modamix.egg-info/PKG-INFO +1 -3
- {modamix-0.0.1 → modamix-0.0.2}/modamix.egg-info/requires.txt +0 -2
- {modamix-0.0.1 → modamix-0.0.2}/setup.py +2 -2
- {modamix-0.0.1 → modamix-0.0.2}/LICENSE +0 -0
- {modamix-0.0.1 → modamix-0.0.2}/README.md +0 -0
- {modamix-0.0.1 → modamix-0.0.2}/modamix.egg-info/SOURCES.txt +0 -0
- {modamix-0.0.1 → modamix-0.0.2}/modamix.egg-info/dependency_links.txt +0 -0
- {modamix-0.0.1 → modamix-0.0.2}/modamix.egg-info/not-zip-safe +0 -0
- {modamix-0.0.1 → modamix-0.0.2}/modamix.egg-info/top_level.txt +0 -0
- {modamix-0.0.1 → modamix-0.0.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: modamix
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: A Unified Framework for Correcting Batch Effects and Integrating Multi-Omics Data
|
|
5
5
|
Home-page: https://github.com/cbi-bioinfo/MoDAmix
|
|
6
6
|
Author: miniymay
|
|
@@ -14,9 +14,7 @@ Requires-Python: >=3.6
|
|
|
14
14
|
License-File: LICENSE
|
|
15
15
|
Requires-Dist: torch
|
|
16
16
|
Requires-Dist: pandas
|
|
17
|
-
Requires-Dist: os
|
|
18
17
|
Requires-Dist: numpy
|
|
19
|
-
Requires-Dist: sys
|
|
20
18
|
Dynamic: author
|
|
21
19
|
Dynamic: author-email
|
|
22
20
|
Dynamic: classifier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: modamix
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: A Unified Framework for Correcting Batch Effects and Integrating Multi-Omics Data
|
|
5
5
|
Home-page: https://github.com/cbi-bioinfo/MoDAmix
|
|
6
6
|
Author: miniymay
|
|
@@ -14,9 +14,7 @@ Requires-Python: >=3.6
|
|
|
14
14
|
License-File: LICENSE
|
|
15
15
|
Requires-Dist: torch
|
|
16
16
|
Requires-Dist: pandas
|
|
17
|
-
Requires-Dist: os
|
|
18
17
|
Requires-Dist: numpy
|
|
19
|
-
Requires-Dist: sys
|
|
20
18
|
Dynamic: author
|
|
21
19
|
Dynamic: author-email
|
|
22
20
|
Dynamic: classifier
|
|
@@ -2,12 +2,12 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name='modamix',
|
|
5
|
-
version='0.0.
|
|
5
|
+
version='0.0.2',
|
|
6
6
|
description='A Unified Framework for Correcting Batch Effects and Integrating Multi-Omics Data',
|
|
7
7
|
author='miniymay',
|
|
8
8
|
author_email='joungmin@vt.edu',
|
|
9
9
|
url='https://github.com/cbi-bioinfo/MoDAmix',
|
|
10
|
-
install_requires=['torch', 'pandas', '
|
|
10
|
+
install_requires=['torch', 'pandas', 'numpy',],
|
|
11
11
|
packages=find_packages(exclude=[]),
|
|
12
12
|
keywords=['modamix'],
|
|
13
13
|
python_requires='>=3.6',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|