msasim 24.9.0__cp38-cp38-macosx_10_9_x86_64.whl → 24.9.2__cp38-cp38-macosx_10_9_x86_64.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 msasim might be problematic. Click here for more details.

Binary file
msasim/sailfish.py CHANGED
@@ -467,7 +467,8 @@ class Simulator:
467
467
  model: _Sailfish.modelCode,
468
468
  model_parameters: List = None,
469
469
  gamma_parameters_alpha : float = 1.0,
470
- gamma_parameters_catergories: int = 1
470
+ gamma_parameters_catergories: int = 1,
471
+ invariant_sites_proportion: float = 0.0
471
472
  ) -> None:
472
473
  if not model:
473
474
  raise ValueError(f"please provide a substitution model from the the following list: {_Sailfish.modelCode}")
@@ -490,8 +491,9 @@ class Simulator:
490
491
  raise ValueError(f"please provide a model parameters")
491
492
  else:
492
493
  self._model_factory.set_model_parameters(model_parameters)
493
-
494
+
494
495
  self._model_factory.set_gamma_parameters(gamma_parameters_alpha, gamma_parameters_catergories)
496
+ self._model_factory.set_invariant_sites_proportion(invariant_sites_proportion)
495
497
  self._simulator.init_substitution_sim(self._model_factory)
496
498
 
497
499
  self._is_sub_model_init = True
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: msasim
3
- Version: 24.9.0
3
+ Version: 24.9.2
4
4
  Summary: A fast MSA simulator
5
5
  Home-page: https://github.com/elyawy/Sailfish-backend
6
6
  Author: Elya Wygoda
@@ -0,0 +1,8 @@
1
+ _Sailfish.cpython-38-darwin.so,sha256=M5cYAUgej7ksVz5Ijvd6RBZqOvsieyvoM_mc1PhFydw,1058168
2
+ msasim-24.9.2.dist-info/RECORD,,
3
+ msasim-24.9.2.dist-info/LICENSE,sha256=p1Aa_mM2Nu6dG3XqMVU62Jhf04lNOwtXUrhhvhcDips,10312
4
+ msasim-24.9.2.dist-info/WHEEL,sha256=8y2QvCpcSKmOgs79baMSk0qx04BdDMPVSNe-YTQC1No,108
5
+ msasim-24.9.2.dist-info/top_level.txt,sha256=NS1ILx5V94Yyh_M7yDrrqbBPu1TL_zJuxhsI90YEJVY,17
6
+ msasim-24.9.2.dist-info/METADATA,sha256=4Te15UCkusaMnFSh-8fQylZ9nxGlHPhTWek0Fs0555c,1467
7
+ msasim/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ msasim/sailfish.py,sha256=xcSh3Q4fo-PiQVjYQgqcqCV3sJ-u32jdMhsJJAL9vHY,24896
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.1.0)
2
+ Generator: setuptools (73.0.1)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp38-cp38-macosx_10_9_x86_64
5
5
 
@@ -1,8 +0,0 @@
1
- _Sailfish.cpython-38-darwin.so,sha256=hEkw0ScG5Yh0-NysuVy_apxeiWHPZcqsj6YvK99xCDQ,1057344
2
- msasim-24.9.0.dist-info/RECORD,,
3
- msasim-24.9.0.dist-info/LICENSE,sha256=p1Aa_mM2Nu6dG3XqMVU62Jhf04lNOwtXUrhhvhcDips,10312
4
- msasim-24.9.0.dist-info/WHEEL,sha256=U9m1yHIec9SRKkhtMVkH6kuJxGYAaP4U0QlQfgSnI40,108
5
- msasim-24.9.0.dist-info/top_level.txt,sha256=NS1ILx5V94Yyh_M7yDrrqbBPu1TL_zJuxhsI90YEJVY,17
6
- msasim-24.9.0.dist-info/METADATA,sha256=vH617grqfCQK6pWipEPP8-HcsEyV7-siqhFIsJXaN4A,1467
7
- msasim/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- msasim/sailfish.py,sha256=T8WrLsERNh4vQlqS3nM5dAo-MLdpVOVjNcOm49KKwaI,24764