geney 1.2.34__py2.py3-none-any.whl → 1.2.36__py2.py3-none-any.whl

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.

Potentially problematic release.


This version of geney might be problematic. Click here for more details.

geney/tis_utils.py CHANGED
@@ -97,7 +97,7 @@ def seq_matrix(seq_list):
97
97
  return tensor
98
98
 
99
99
 
100
- def build_titer_model(TITER_path=config['titer_setup']):
100
+ def build_titer_model(TITER_path=config['titer_path']):
101
101
  print('Building TITER model...')
102
102
  from tensorflow.keras.constraints import MaxNorm
103
103
  from tensorflow.keras.layers import Conv1D, MaxPool1D, LSTM, Dropout, Flatten, Dense, Activation
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geney
3
- Version: 1.2.34
3
+ Version: 1.2.36
4
4
  Summary: A Python package for gene expression modeling.
5
5
  Home-page: https://github.com/nicolaslynn/geney
6
6
  Author: Nicolas Lynn
@@ -13,7 +13,7 @@ Classifier: License :: Free for non-commercial use
13
13
  Classifier: Operating System :: POSIX :: Linux
14
14
  Classifier: Operating System :: MacOS
15
15
  Classifier: Programming Language :: Python :: 3.9
16
- Requires-Python: ==3.10
16
+ Requires-Python: >3.9
17
17
  Requires-Dist: numpy
18
18
  Requires-Dist: pandas
19
19
  Requires-Dist: networkx
@@ -14,13 +14,13 @@ geney/spliceai_utils.py,sha256=gIGPC8u3J15A7EQrk2Elho5PbF9MmUUNopGGH-eEV8s,1873
14
14
  geney/splicing_utils.py,sha256=q47EdcsHrp4aLIPVWvkGBJSzS3l3DKiD9DNDsPpZdHk,16075
15
15
  geney/survival_utils.py,sha256=2CAkC2LsspicHIdrqsiPnjgvpr5KHDUfLFFqnRbPJqs,5762
16
16
  geney/tcga_utils.py,sha256=vXSMf1OxoF_AdE_rMguy_BoYaart_E1t4FFMx2DS1Ak,15585
17
- geney/tis_utils.py,sha256=GlzyO_QvMFt5tM4kewQ1L2l1KAYrCixgw8ny_WsGsYQ,8040
17
+ geney/tis_utils.py,sha256=e66NzWbyBKVk0TvMJqdFzKJ5TGNLMMNTkWd1t97gZpw,8039
18
18
  geney/utils.py,sha256=EsKvBM-Nz2a3_4ZAhF4Dxd4PwT7_6YYKpxEN4LLgg10,2174
19
19
  geney/translation_initiation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  geney/translation_initiation/tis_utils.py,sha256=AF3siFjuQH-Rs44EV-80zHdbxRMvN4woLFSHroWIETc,4448
21
21
  geney/translation_initiation/resources/kozak_pssm.json,sha256=pcd0Olziutq-6H3mFWDCD9cujQ_AlZO-iiOvBl82hqE,1165
22
22
  geney/translation_initiation/resources/tis_regressor_model.joblib,sha256=IXb4DUDhJ5rBDKcqMk9zE3ECTZZcdj7Jixz3KpoZ7OA,2592025
23
- geney-1.2.34.dist-info/METADATA,sha256=LfYqiCiEw25eyzdGGYy2OrJ7rGC05l1lnaF8eupWrTE,950
24
- geney-1.2.34.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
25
- geney-1.2.34.dist-info/top_level.txt,sha256=O-FuNUMb5fn9dhZ-dYCgF0aZtfi1EslMstnzhc5IIVo,6
26
- geney-1.2.34.dist-info/RECORD,,
23
+ geney-1.2.36.dist-info/METADATA,sha256=dNrCldyLp6EKEXolQ00IunL-Q-s5idxQLNHYFaLmVVs,948
24
+ geney-1.2.36.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
25
+ geney-1.2.36.dist-info/top_level.txt,sha256=O-FuNUMb5fn9dhZ-dYCgF0aZtfi1EslMstnzhc5IIVo,6
26
+ geney-1.2.36.dist-info/RECORD,,
File without changes