geney 1.4.3__py2.py3-none-any.whl → 1.4.4__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.
@@ -1,6 +1,6 @@
1
1
  # Load models
2
2
  #
3
- __all__ = ['pangolin_predict_probs']
3
+ # __all__ = ['pangolin_predict_probs']
4
4
  # Load models
5
5
  import torch
6
6
  from pkg_resources import resource_filename
@@ -40,7 +40,7 @@
40
40
  #
41
41
  # sai_models = [load_model(f) for f in sai_paths]
42
42
 
43
- __all__ = ['sai_predict_probs']
43
+ # __all__ = ['sai_predict_probs']
44
44
  import os
45
45
  os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
46
46
 
@@ -1,4 +1,4 @@
1
- __all__ = ['run_splicing_engine', 'adjoin_splicing_outcomes', 'process_epistasis']
1
+ # __all__ = ['run_splicing_engine', 'adjoin_splicing_outcomes', 'process_epistasis']
2
2
 
3
3
  import pandas as pd
4
4
  from typing import List, Tuple
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geney
3
- Version: 1.4.3
3
+ Version: 1.4.4
4
4
  Summary: A Python package for gene expression modeling.
5
5
  Home-page: https://github.com/nicolaslynn/geney
6
6
  Author: Nicolas Lynn
@@ -41,11 +41,11 @@ geney/utils/SeqMats.py,sha256=vjU0lTkB0s0RoLjNXLqt0kJQDni-it09-iAOv5QAYFs,17686
41
41
  geney/utils/TranscriptLibrary.py,sha256=ma_ZVPgglxXDDneEvdqxxeqxG8eSFL-zgLUXyC6BqY8,2070
42
42
  geney/utils/__init__.py,sha256=jCoB0doidTbCFT34Yx8gQROcZOsw4LnqhgkwRgGQWt0,693
43
43
  geney/utils/mutation_utils.py,sha256=r-pHr56gEa5kh_DPX8MjFY3ZfYaOtyo4CUfJ5ZHlXPw,3243
44
- geney/utils/pangolin_utils.py,sha256=EUadXPxY7QUnsQrlyO7K5cg9mi5ssZjSDvNa_SzoBQg,6160
45
- geney/utils/spliceai_utils.py,sha256=oRrGJqjWirzYmiBmUR9hGr4B7V_7Y1uMyRTmbFKc_t0,4539
46
- geney/utils/splicing_utils.py,sha256=_Df3SakZrDjs2yKLG05TtfwuoXDLLrZWc9Y8i79rFDM,20633
44
+ geney/utils/pangolin_utils.py,sha256=JQSPbWxdzqGFYfWQktkfLMaMSGR28eGQhNzO7MLMe5M,6162
45
+ geney/utils/spliceai_utils.py,sha256=xju1ObxQiQ_uoca-LxS0LpeIrqPez8-r9JNnwwoxZpk,4541
46
+ geney/utils/splicing_utils.py,sha256=vPCGnCPR1ooEZEHR79yFHLmRQXEJHXEQjjxpBR-YWOs,20635
47
47
  geney/utils/utils.py,sha256=m51Vd0cEbrcIHo6_8BAuI9YSPcKRs22e5LfVd2Qj6Is,2181
48
- geney-1.4.3.dist-info/METADATA,sha256=WpaFdfKLlvrd0MF0P7HP67IGU8x3i-6dXOvn_4aEUC0,989
49
- geney-1.4.3.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
50
- geney-1.4.3.dist-info/top_level.txt,sha256=O-FuNUMb5fn9dhZ-dYCgF0aZtfi1EslMstnzhc5IIVo,6
51
- geney-1.4.3.dist-info/RECORD,,
48
+ geney-1.4.4.dist-info/METADATA,sha256=jWA_O5yFvCaCLnzqq2hDYjpxMXGAwkA9PWhfMHaxzF0,989
49
+ geney-1.4.4.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
50
+ geney-1.4.4.dist-info/top_level.txt,sha256=O-FuNUMb5fn9dhZ-dYCgF0aZtfi1EslMstnzhc5IIVo,6
51
+ geney-1.4.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.45.1)
2
+ Generator: setuptools (75.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any