msasim 25.11.1__cp312-cp312-win_amd64.whl → 25.11.2__cp312-cp312-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.
- _Sailfish.cp312-win_amd64.pyd +0 -0
- msasim/sailfish.py +4 -1
- {msasim-25.11.1.dist-info → msasim-25.11.2.dist-info}/METADATA +1 -1
- msasim-25.11.2.dist-info/RECORD +10 -0
- msasim-25.11.1.dist-info/RECORD +0 -10
- {msasim-25.11.1.dist-info → msasim-25.11.2.dist-info}/WHEEL +0 -0
- {msasim-25.11.1.dist-info → msasim-25.11.2.dist-info}/licenses/LICENSE +0 -0
- {msasim-25.11.1.dist-info → msasim-25.11.2.dist-info}/top_level.txt +0 -0
_Sailfish.cp312-win_amd64.pyd
CHANGED
|
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
|
-
|
|
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
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
_Sailfish.cp312-win_amd64.pyd,sha256=OsfhhuauSekKcBxm3EbVnjO8LL_SDQC7hfiyTD_0fKs,614400
|
|
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/licenses/LICENSE,sha256=MgvumWWAhx44Y7XYvLMzqDUZv_Mn4nZLuC-EBl9E0l0,10483
|
|
7
|
+
msasim-25.11.2.dist-info/METADATA,sha256=jdn8JdjM7CPMLwm6-Ba2QIkYz-NDSWlOSMtUW75Qg-E,1730
|
|
8
|
+
msasim-25.11.2.dist-info/WHEEL,sha256=8UP9x9puWI0P1V_d7K2oMTBqfeLNm21CTzZ_Ptr0NXU,101
|
|
9
|
+
msasim-25.11.2.dist-info/top_level.txt,sha256=NS1ILx5V94Yyh_M7yDrrqbBPu1TL_zJuxhsI90YEJVY,17
|
|
10
|
+
msasim-25.11.2.dist-info/RECORD,,
|
msasim-25.11.1.dist-info/RECORD
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
_Sailfish.cp312-win_amd64.pyd,sha256=RsgBRClZbwlt9kLtvlyFec18Q8WYl-RkwGgDGrDWywU,590848
|
|
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/licenses/LICENSE,sha256=MgvumWWAhx44Y7XYvLMzqDUZv_Mn4nZLuC-EBl9E0l0,10483
|
|
7
|
-
msasim-25.11.1.dist-info/METADATA,sha256=jr7KyauoxA-JqwpkBjyCRCaFZ1KDufXRYbX9rBWXjoA,1730
|
|
8
|
-
msasim-25.11.1.dist-info/WHEEL,sha256=8UP9x9puWI0P1V_d7K2oMTBqfeLNm21CTzZ_Ptr0NXU,101
|
|
9
|
-
msasim-25.11.1.dist-info/top_level.txt,sha256=NS1ILx5V94Yyh_M7yDrrqbBPu1TL_zJuxhsI90YEJVY,17
|
|
10
|
-
msasim-25.11.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|