geney 1.1.15__py2.py3-none-any.whl → 1.1.17__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/oncosplice.py CHANGED
@@ -520,13 +520,13 @@ class Transcript:
520
520
  return mrna, indices
521
521
 
522
522
  def generate_mature_mrna_pos(self, reset=True):
523
- mature_mrna_pos, mature_indices_pos = '', []
524
523
  if reset:
525
524
  pre_seq_pos, pre_indices_pos = self.generate_pre_mrna_pos()
526
525
  self.pre_mrna, _ = self.__pos2sense(pre_seq_pos, pre_indices_pos)
527
526
  else:
528
527
  pre_seq_pos, pre_indices_pos = self.__sense2pos(self.pre_mrna, self.pre_indices)
529
528
 
529
+ mature_mrna_pos, mature_indices_pos = '', []
530
530
  for i, j in self.exons_pos:
531
531
  rel_start, rel_end = pre_indices_pos.index(i), pre_indices_pos.index(j)
532
532
  mature_mrna_pos += pre_seq_pos[rel_start:rel_end + 1]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geney
3
- Version: 1.1.15
3
+ Version: 1.1.17
4
4
  Summary: A Python package for gene expression modeling.
5
5
  Home-page: https://github.com/nicolaslynn/geney
6
6
  Author: Nicolas Lynn
@@ -9,7 +9,7 @@ geney/gtex.py,sha256=asL2lHyU5KsbWpV096vkf1Ka7hSo_RRfZqw7p5nERmE,1919
9
9
  geney/gtex_utils.py,sha256=asL2lHyU5KsbWpV096vkf1Ka7hSo_RRfZqw7p5nERmE,1919
10
10
  geney/immune_utils.py,sha256=ZRni5ttrhpYBnmNr0d0ZatIbNPYs4nmQuoUO00SpsS4,5271
11
11
  geney/netchop.py,sha256=AMiy9YsdTmX4B3k3Y5Yh7EmoGAojM1O3AzhPKOiB--g,3050
12
- geney/oncosplice.py,sha256=vHKRq5Zkc0qhsMAe8sZKbGjjK6-Wgk_Si0EDHUU_BOY,68971
12
+ geney/oncosplice.py,sha256=hqDTeuYPAh3vCrWutH3187UP9ShWqtxAolW7cvGvf3I,68971
13
13
  geney/oncosplice_mouse.py,sha256=LYLOukI9qI1IBkyl1qVRFR5d1NAw7Orlj8Zth-4xCW8,12962
14
14
  geney/oncosplice_pipeline.py,sha256=hpGqFHOdn8i8tvvs1-t3-G9Ko18zInwoDXBJbbrfbC4,68036
15
15
  geney/performance_utils.py,sha256=FQt7rA4r-Wuq3kceCxsSuMfj3wU1tMG8QnbL59aBohs,4700
@@ -45,7 +45,7 @@ geney/translation_initiation/resources/kozak_pssm.json,sha256=pcd0Olziutq-6H3mFW
45
45
  geney/translation_initiation/resources/tis_regressor_model.joblib,sha256=IXb4DUDhJ5rBDKcqMk9zE3ECTZZcdj7Jixz3KpoZ7OA,2592025
46
46
  geney/translation_termination/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
47
  geney/translation_termination/tts_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
48
- geney-1.1.15.dist-info/METADATA,sha256=DMZ8ovJT_dpSe2rmM_m2LAc9nIZsOf4VUlLE__kscfY,1199
49
- geney-1.1.15.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
50
- geney-1.1.15.dist-info/top_level.txt,sha256=O-FuNUMb5fn9dhZ-dYCgF0aZtfi1EslMstnzhc5IIVo,6
51
- geney-1.1.15.dist-info/RECORD,,
48
+ geney-1.1.17.dist-info/METADATA,sha256=eql82__spjwiC-hrepMkawya4c_A4ouueRzcfCr1kfo,1199
49
+ geney-1.1.17.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
50
+ geney-1.1.17.dist-info/top_level.txt,sha256=O-FuNUMb5fn9dhZ-dYCgF0aZtfi1EslMstnzhc5IIVo,6
51
+ geney-1.1.17.dist-info/RECORD,,
File without changes