msasim 2024.5.22__cp36-cp36m-musllinux_1_1_x86_64.whl → 2024.5.221253__cp36-cp36m-musllinux_1_1_x86_64.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.
@@ -0,0 +1,57 @@
1
+ Metadata-Version: 2.1
2
+ Name: msasim
3
+ Version: 2024.5.221253
4
+ Summary: A fast MSA simulator
5
+ Home-page: https://github.com/elyawy/Sailfish-backend
6
+ Author: Elya Wygoda
7
+ Author-email: elya.wygoda@gmail.com
8
+ License: UNKNOWN
9
+ Platform: UNKNOWN
10
+ Requires-Python: >=3.6
11
+ Description-Content-Type: text/markdown
12
+ License-File: LICENSE
13
+ Provides-Extra: test
14
+ Requires-Dist: pytest ; extra == 'test'
15
+
16
+ # Sailfish
17
+
18
+ Sailfish is a performant multiple sequence alignment(MSA) simulator, written in C++ and Python, allowing for quick and easy generation of large simulated datasets.
19
+
20
+ ## Project goals
21
+
22
+ - Ease of use
23
+ - Speed
24
+ - Modularity
25
+
26
+ ## Installation
27
+
28
+ ```bash
29
+ pip install msasim
30
+ ```
31
+
32
+ ## Example
33
+
34
+ ```python
35
+ from msasim import sailfish as sim
36
+ from msasim.sailfish import MODEL_CODES, ZipfDistribution
37
+
38
+ ROOT_SEQUENCE_LENGTH = 100
39
+
40
+ sim_protocol = sim.SimProtocol("(A:0.5,B:0.5);",
41
+ deletion_rate=0.01,
42
+ insertion_rate=0.01,
43
+ deletion_dist=ZipfDistribution(1.08, 50),
44
+ insertion_dist=ZipfDistribution(1.08, 50),
45
+ seed=50)
46
+ sim_protocol.set_sequence_size(ROOT_SEQUENCE_LENGTH)
47
+
48
+ simulation = sim.Simulator(sim_protocol, simulation_type=sim.SIMULATION_TYPE.PROTEIN)
49
+
50
+ simulation.set_replacement_model(model=MODEL_CODES.WAG,
51
+ gamma_parameters_alpha=1.0,
52
+ gamma_parameters_catergories=4)
53
+ msa = simulation()
54
+ msa.print_msa()
55
+
56
+ ```
57
+
@@ -0,0 +1,10 @@
1
+ _Sailfish.cpython-36m-x86_64-linux-gnu.so,sha256=wDu66tG2DnoqDsSenpvNOX-4aZfg17hyBs9-NRyKfOo,1199161
2
+ msasim-2024.5.221253.dist-info/WHEEL,sha256=rbVfYZzJiOCEiiKDVkaog3MWj3SC9SfTJ-H92vzqnHY,112
3
+ msasim-2024.5.221253.dist-info/LICENSE,sha256=p1Aa_mM2Nu6dG3XqMVU62Jhf04lNOwtXUrhhvhcDips,10312
4
+ msasim-2024.5.221253.dist-info/top_level.txt,sha256=NS1ILx5V94Yyh_M7yDrrqbBPu1TL_zJuxhsI90YEJVY,17
5
+ msasim-2024.5.221253.dist-info/RECORD,,
6
+ msasim-2024.5.221253.dist-info/METADATA,sha256=NXMh1B3AXOl9h1fFJ5MLF3cSQ42v8i_8m9JVGwm_14o,1510
7
+ msasim.libs/libstdc++-a9383cce.so.6.0.28,sha256=Wy9UCdwS1rwI9GU5e7qE61S0AkRqqwti1q_adWSs-Rk,2447393
8
+ msasim.libs/libgcc_s-a04fdf82.so.1,sha256=YxqJNaesQMhDswHEQpXsiLnVvMBBbYO6KYMDZFPWKSM,81257
9
+ msasim/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
+ msasim/sailfish.py,sha256=CTFAnavIHy918aF141FKeZjO5Y-oYASI-TR5MMGGVks,24324
@@ -1,2 +1,2 @@
1
- Sailfish
2
1
  _Sailfish
2
+ msasim
@@ -1,16 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: msasim
3
- Version: 2024.5.22
4
- Summary: A fast MSA simulator
5
- Home-page: https://github.com/elyawy/Sailfish-backend
6
- Author: Elya Wygoda
7
- Author-email: elya.wygoda@gmail.com
8
- License: UNKNOWN
9
- Platform: UNKNOWN
10
- Requires-Python: >=3.6
11
- License-File: LICENSE
12
- Provides-Extra: test
13
- Requires-Dist: pytest ; extra == 'test'
14
-
15
- Sailfish is a performant multiple sequence alignment simulator, written in C++, allowing fast generation of large simualted datasets.
16
-
@@ -1,10 +0,0 @@
1
- _Sailfish.cpython-36m-x86_64-linux-gnu.so,sha256=wDu66tG2DnoqDsSenpvNOX-4aZfg17hyBs9-NRyKfOo,1199161
2
- Sailfish/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- Sailfish/simulator.py,sha256=CTFAnavIHy918aF141FKeZjO5Y-oYASI-TR5MMGGVks,24324
4
- msasim.libs/libstdc++-a9383cce.so.6.0.28,sha256=Wy9UCdwS1rwI9GU5e7qE61S0AkRqqwti1q_adWSs-Rk,2447393
5
- msasim.libs/libgcc_s-a04fdf82.so.1,sha256=YxqJNaesQMhDswHEQpXsiLnVvMBBbYO6KYMDZFPWKSM,81257
6
- msasim-2024.5.22.dist-info/WHEEL,sha256=rbVfYZzJiOCEiiKDVkaog3MWj3SC9SfTJ-H92vzqnHY,112
7
- msasim-2024.5.22.dist-info/LICENSE,sha256=p1Aa_mM2Nu6dG3XqMVU62Jhf04lNOwtXUrhhvhcDips,10312
8
- msasim-2024.5.22.dist-info/top_level.txt,sha256=mVJT9Q6vqdBJyJ6acJvUdopsnVCQH7wEMQ-3iT6C-Jg,19
9
- msasim-2024.5.22.dist-info/RECORD,,
10
- msasim-2024.5.22.dist-info/METADATA,sha256=2gIzialKFhrP-FmN1o7Lf_kGyAWPBHxu6WwX44JkQI0,471
File without changes
File without changes