msasim 24.7.0__cp36-cp36m-win_amd64.whl → 24.8.1__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.
Potentially problematic release.
This version of msasim might be problematic. Click here for more details.
- _Sailfish.cp36-win_amd64.pyd +0 -0
- msasim/sailfish.py +1 -9
- {msasim-24.7.0.dist-info → msasim-24.8.1.dist-info}/METADATA +1 -1
- msasim-24.8.1.dist-info/RECORD +8 -0
- msasim-24.7.0.dist-info/RECORD +0 -8
- {msasim-24.7.0.dist-info → msasim-24.8.1.dist-info}/LICENSE +0 -0
- {msasim-24.7.0.dist-info → msasim-24.8.1.dist-info}/WHEEL +0 -0
- {msasim-24.7.0.dist-info → msasim-24.8.1.dist-info}/top_level.txt +0 -0
_Sailfish.cp36-win_amd64.pyd
CHANGED
|
Binary file
|
msasim/sailfish.py
CHANGED
|
@@ -5,14 +5,6 @@ from typing import List, Optional, Dict
|
|
|
5
5
|
from re import split
|
|
6
6
|
from enum import Enum
|
|
7
7
|
|
|
8
|
-
# print(_Sailfish.Tree)
|
|
9
|
-
# print(_Sailfish.Simulator)
|
|
10
|
-
# print(_Sailfish.SimProtocol)
|
|
11
|
-
# print(_Sailfish.Msa)
|
|
12
|
-
# print(_Sailfish.DiscreteDistribution)
|
|
13
|
-
# print(_Sailfish.modelFactory)
|
|
14
|
-
# print(_Sailfish.alphabetCode)
|
|
15
|
-
# print(_Sailfish.modelCode)
|
|
16
8
|
|
|
17
9
|
|
|
18
10
|
MODEL_CODES = _Sailfish.modelCode
|
|
@@ -390,7 +382,7 @@ class Msa:
|
|
|
390
382
|
return self._msa.print_indels()
|
|
391
383
|
|
|
392
384
|
def get_msa(self) -> str:
|
|
393
|
-
return self._msa.
|
|
385
|
+
return self._msa.get_msa_string()
|
|
394
386
|
|
|
395
387
|
def write_msa(self, file_path) -> None:
|
|
396
388
|
self._msa.write_msa(file_path)
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
_Sailfish.cp36-win_amd64.pyd,sha256=93MsuTrsMlMBZFjQxPjKhDREE0sgRXbFf18DpK2sVnM,570368
|
|
2
|
+
msasim/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
msasim/sailfish.py,sha256=Y6gxd2ITO8x_wwz5fmP42B9OoYUNEXap_rWXzdF1HlE,25098
|
|
4
|
+
msasim-24.8.1.dist-info/LICENSE,sha256=MgvumWWAhx44Y7XYvLMzqDUZv_Mn4nZLuC-EBl9E0l0,10483
|
|
5
|
+
msasim-24.8.1.dist-info/METADATA,sha256=Uk8TBGKZXGj_gEqwKK0cJtHM2q9d9uI4VfQPt2Z_S2g,1503
|
|
6
|
+
msasim-24.8.1.dist-info/WHEEL,sha256=zukbZftcRdNfJ55Q_RYV9JZ3uVyqWKyq-wDJbmszs_U,101
|
|
7
|
+
msasim-24.8.1.dist-info/top_level.txt,sha256=NS1ILx5V94Yyh_M7yDrrqbBPu1TL_zJuxhsI90YEJVY,17
|
|
8
|
+
msasim-24.8.1.dist-info/RECORD,,
|
msasim-24.7.0.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
_Sailfish.cp36-win_amd64.pyd,sha256=VW3369CCGSyXOcOWr-55npPDkAFM3NPmNPZbO3We730,566784
|
|
2
|
-
msasim/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
msasim/sailfish.py,sha256=wONJZhqQ6jSgYr2hhVhjuxgl7gG93raywoyTSZoHry4,25339
|
|
4
|
-
msasim-24.7.0.dist-info/LICENSE,sha256=MgvumWWAhx44Y7XYvLMzqDUZv_Mn4nZLuC-EBl9E0l0,10483
|
|
5
|
-
msasim-24.7.0.dist-info/METADATA,sha256=3pULjvZ69Qc-awZxn7Za9-sk9zunQCoLaQ7S9b61z8s,1503
|
|
6
|
-
msasim-24.7.0.dist-info/WHEEL,sha256=zukbZftcRdNfJ55Q_RYV9JZ3uVyqWKyq-wDJbmszs_U,101
|
|
7
|
-
msasim-24.7.0.dist-info/top_level.txt,sha256=NS1ILx5V94Yyh_M7yDrrqbBPu1TL_zJuxhsI90YEJVY,17
|
|
8
|
-
msasim-24.7.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|