python-katlas 0.1.1__tar.gz → 0.1.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.
- {python-katlas-0.1.1/python_katlas.egg-info → python-katlas-0.1.2}/PKG-INFO +1 -1
- python-katlas-0.1.2/katlas/__init__.py +1 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/katlas/core.py +1 -1
- {python-katlas-0.1.1 → python-katlas-0.1.2/python_katlas.egg-info}/PKG-INFO +1 -1
- {python-katlas-0.1.1 → python-katlas-0.1.2}/settings.ini +1 -1
- python-katlas-0.1.1/katlas/__init__.py +0 -1
- {python-katlas-0.1.1 → python-katlas-0.1.2}/LICENSE +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/MANIFEST.in +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/README.md +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/katlas/_modidx.py +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/katlas/dl.py +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/katlas/feature.py +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/katlas/imports.py +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/katlas/plot.py +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/katlas/train.py +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/python_katlas.egg-info/SOURCES.txt +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/python_katlas.egg-info/dependency_links.txt +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/python_katlas.egg-info/entry_points.txt +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/python_katlas.egg-info/not-zip-safe +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/python_katlas.egg-info/requires.txt +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/python_katlas.egg-info/top_level.txt +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/setup.cfg +0 -0
- {python-katlas-0.1.1 → python-katlas-0.1.2}/setup.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.1.1"
|
|
@@ -491,7 +491,7 @@ def predict_kinase_df(df, seq_col, ref, func, to_lower=False, to_upper=False):
|
|
|
491
491
|
|
|
492
492
|
|
|
493
493
|
# wide form to long form
|
|
494
|
-
df['keys'] = df[
|
|
494
|
+
df['keys'] = df[seq_col].apply(get_dict)
|
|
495
495
|
input_keys_df = df[['keys']].explode('keys').reset_index()
|
|
496
496
|
input_keys_df.columns = ['input_index', 'key']
|
|
497
497
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.1.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|