msasim 25.11.1__cp36-cp36m-win_amd64.whl → 25.11.2__cp36-cp36m-win_amd64.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.
Binary file
msasim/sailfish.py CHANGED
@@ -415,7 +415,10 @@ class Simulator:
415
415
  # verify sim_protocol
416
416
  if self._verify_sim_protocol(simProtocol):
417
417
  self._simProtocol = simProtocol
418
- self._simulator = _Sailfish.Simulator(self._simProtocol._sim)
418
+ if simulation_type == SIMULATION_TYPE.PROTEIN:
419
+ self._simulator = _Sailfish.AminoSimulator(self._simProtocol._sim)
420
+ else:
421
+ self._simulator = _Sailfish.NucleotideSimulator(self._simProtocol._sim)
419
422
  else:
420
423
  raise ValueError(f"failed to verify simProtocol")
421
424
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: msasim
3
- Version: 25.11.1
3
+ Version: 25.11.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,10 @@
1
+ _Sailfish.cp36-win_amd64.pyd,sha256=vyMjXfPc30u7g5v9-fGR3JoSUKNZ8aqjRoPnTtX31-I,580608
2
+ _Sailfish/__init__.pyi,sha256=kic4k1SjpXin4g8Ztzk8cDkMZpE8Hi-yIfkjp5g6RRI,15688
3
+ _Sailfish/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ msasim/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ msasim/sailfish.py,sha256=KA-DpYKS8KpgLKrjUEOD6jPizw_P0F9LknfuzMJ8ZEM,27021
6
+ msasim-25.11.2.dist-info/LICENSE,sha256=MgvumWWAhx44Y7XYvLMzqDUZv_Mn4nZLuC-EBl9E0l0,10483
7
+ msasim-25.11.2.dist-info/METADATA,sha256=mTUy8gLUoa72QfuyMo8qJ7-RAreppaGjmfDJY2DBCyY,1504
8
+ msasim-25.11.2.dist-info/WHEEL,sha256=zukbZftcRdNfJ55Q_RYV9JZ3uVyqWKyq-wDJbmszs_U,101
9
+ msasim-25.11.2.dist-info/top_level.txt,sha256=NS1ILx5V94Yyh_M7yDrrqbBPu1TL_zJuxhsI90YEJVY,17
10
+ msasim-25.11.2.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- _Sailfish.cp36-win_amd64.pyd,sha256=9PUu-wUeS0LzFd2TIJMUTVNQdhGygzFRLM--6ctjwvs,558080
2
- _Sailfish/__init__.pyi,sha256=kic4k1SjpXin4g8Ztzk8cDkMZpE8Hi-yIfkjp5g6RRI,15688
3
- _Sailfish/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- msasim/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- msasim/sailfish.py,sha256=3ZOz1l9QWPByr67X3Oz4pbXhHI0VdLRLU10JXcHxZ7c,26844
6
- msasim-25.11.1.dist-info/LICENSE,sha256=MgvumWWAhx44Y7XYvLMzqDUZv_Mn4nZLuC-EBl9E0l0,10483
7
- msasim-25.11.1.dist-info/METADATA,sha256=ZGqb25vi87gx0kOsxyNAjsZNu-eZJEd36FYtoamBpVc,1504
8
- msasim-25.11.1.dist-info/WHEEL,sha256=zukbZftcRdNfJ55Q_RYV9JZ3uVyqWKyq-wDJbmszs_U,101
9
- msasim-25.11.1.dist-info/top_level.txt,sha256=NS1ILx5V94Yyh_M7yDrrqbBPu1TL_zJuxhsI90YEJVY,17
10
- msasim-25.11.1.dist-info/RECORD,,