msasim 25.10.21__cp313-cp313-macosx_11_0_arm64.whl → 25.11.1__cp313-cp313-macosx_11_0_arm64.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
@@ -559,13 +559,11 @@ class Simulator:
559
559
  msa = Msa(blocktree._get_Sailfish_blocks(),
560
560
  self._simProtocol._get_root(),
561
561
  self.get_sequences_to_save())
562
+ self._simulator.set_aligned_sequence_map(msa._msa)
562
563
 
563
564
  # sim.init_substitution_sim(mFac)
564
565
  if self._simulation_type != SIMULATION_TYPE.NOSUBS:
565
- with tempfile.TemporaryDirectory() as tmpdirname:
566
- self._simulator.gen_substitutions_to_dir(msa.get_length(), tmpdirname)
567
- msa._msa.set_substitutions_folder(tmpdirname)
568
- msa._msa.write_msa_from_dir(str(output_file_path))
566
+ self._simulator.gen_substitutions_to_file(msa.get_length(), str(output_file_path))
569
567
 
570
568
 
571
569
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: msasim
3
- Version: 25.10.21
3
+ Version: 25.11.1
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.cpython-313-darwin.so,sha256=Fx9o_KhVWbgV1Jb24aHLpYI12MgyHsBQWmXdJTPeUHU,1136224
2
+ msasim-25.11.1.dist-info/RECORD,,
3
+ msasim-25.11.1.dist-info/WHEEL,sha256=oqGJCpG61FZJmvyZ3C_0aCv-2mdfcY9e3fXvyUNmWfM,136
4
+ msasim-25.11.1.dist-info/top_level.txt,sha256=NS1ILx5V94Yyh_M7yDrrqbBPu1TL_zJuxhsI90YEJVY,17
5
+ msasim-25.11.1.dist-info/METADATA,sha256=KMYzMChA48UAAEtgaXo6FFRB6R997nmapGmn0c8QBbY,1667
6
+ msasim-25.11.1.dist-info/licenses/LICENSE,sha256=p1Aa_mM2Nu6dG3XqMVU62Jhf04lNOwtXUrhhvhcDips,10312
7
+ msasim/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ msasim/sailfish.py,sha256=hNlCvoK4_MqEg128Ys2wBmzQ0AUBP_RRMJCCe8QINlU,26268
9
+ _Sailfish/__init__.pyi,sha256=DX4v5D6hPmsW7hvmL9lk2eK2LprIP_nEY88nzZTM3eI,15252
10
+ _Sailfish/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -1,10 +0,0 @@
1
- _Sailfish.cpython-313-darwin.so,sha256=fYZnbicSEzrH-OpQEWPBurJisWKTf7S6SMiUHIhSqwQ,1163280
2
- msasim-25.10.21.dist-info/RECORD,,
3
- msasim-25.10.21.dist-info/WHEEL,sha256=oqGJCpG61FZJmvyZ3C_0aCv-2mdfcY9e3fXvyUNmWfM,136
4
- msasim-25.10.21.dist-info/top_level.txt,sha256=NS1ILx5V94Yyh_M7yDrrqbBPu1TL_zJuxhsI90YEJVY,17
5
- msasim-25.10.21.dist-info/METADATA,sha256=OsWextwu9bCwmnMiDYIoqetKtuVEEbvZcXo7NpHZisg,1668
6
- msasim-25.10.21.dist-info/licenses/LICENSE,sha256=p1Aa_mM2Nu6dG3XqMVU62Jhf04lNOwtXUrhhvhcDips,10312
7
- msasim/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- msasim/sailfish.py,sha256=wdYEEIuXuuCQ64cGtk70z5GlvjyTfzRipX31YvvqCYU,26388
9
- _Sailfish/__init__.pyi,sha256=DX4v5D6hPmsW7hvmL9lk2eK2LprIP_nEY88nzZTM3eI,15252
10
- _Sailfish/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0