msasim 24.7.0__cp39-cp39-win_amd64.whl → 24.8.0__cp39-cp39-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.

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.get_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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: msasim
3
- Version: 24.7.0
3
+ Version: 24.8.0
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.cp39-win_amd64.pyd,sha256=vsZU9OsmhcxjlhhnTlLgvkAhZ0J_ZBNEHxdL9Ueit5A,534016
2
+ msasim/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ msasim/sailfish.py,sha256=Y6gxd2ITO8x_wwz5fmP42B9OoYUNEXap_rWXzdF1HlE,25098
4
+ msasim-24.8.0.dist-info/LICENSE,sha256=MgvumWWAhx44Y7XYvLMzqDUZv_Mn4nZLuC-EBl9E0l0,10483
5
+ msasim-24.8.0.dist-info/METADATA,sha256=SYvaGovR_eKEboR7FfuAw9FWP24mBpDvStf65ABpiC8,1521
6
+ msasim-24.8.0.dist-info/WHEEL,sha256=IOiaTK2n2qfpcM4gTpfQdKcMwVKZrIq4mlPd3WeRras,99
7
+ msasim-24.8.0.dist-info/top_level.txt,sha256=NS1ILx5V94Yyh_M7yDrrqbBPu1TL_zJuxhsI90YEJVY,17
8
+ msasim-24.8.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (70.3.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp39-cp39-win_amd64
5
5
 
@@ -1,8 +0,0 @@
1
- _Sailfish.cp39-win_amd64.pyd,sha256=D4GR3HkRccrmufdxENB7UEXdEkdAWQQ8J1ZtAdhKdkI,531456
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=DaC9Oxm34E8QuAk9Rnicn126cYASwR7JegwB3pvx9i0,1521
6
- msasim-24.7.0.dist-info/WHEEL,sha256=Z6c-bE0pUM47a70GvqO_SvH_XXU0lm62gEAKtoNJ08A,100
7
- msasim-24.7.0.dist-info/top_level.txt,sha256=NS1ILx5V94Yyh_M7yDrrqbBPu1TL_zJuxhsI90YEJVY,17
8
- msasim-24.7.0.dist-info/RECORD,,