biotite 1.2.0__cp311-cp311-macosx_11_0_arm64.whl → 1.4.0__cp311-cp311-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.

Potentially problematic release.


This version of biotite might be problematic. Click here for more details.

Files changed (62) hide show
  1. biotite/application/viennarna/rnaplot.py +7 -7
  2. biotite/interface/openmm/__init__.py +4 -0
  3. biotite/interface/pymol/__init__.py +3 -0
  4. biotite/interface/pymol/object.py +3 -1
  5. biotite/interface/rdkit/__init__.py +4 -0
  6. biotite/interface/rdkit/mol.py +5 -5
  7. biotite/interface/version.py +23 -0
  8. biotite/sequence/align/banded.cpython-311-darwin.so +0 -0
  9. biotite/sequence/align/banded.pyx +1 -1
  10. biotite/sequence/align/kmeralphabet.cpython-311-darwin.so +0 -0
  11. biotite/sequence/align/kmersimilarity.cpython-311-darwin.so +0 -0
  12. biotite/sequence/align/kmertable.cpython-311-darwin.so +0 -0
  13. biotite/sequence/align/localgapped.cpython-311-darwin.so +0 -0
  14. biotite/sequence/align/localungapped.cpython-311-darwin.so +0 -0
  15. biotite/sequence/align/multiple.cpython-311-darwin.so +0 -0
  16. biotite/sequence/align/multiple.pyx +1 -2
  17. biotite/sequence/align/pairwise.cpython-311-darwin.so +0 -0
  18. biotite/sequence/align/pairwise.pyx +2 -4
  19. biotite/sequence/align/permutation.cpython-311-darwin.so +0 -0
  20. biotite/sequence/align/selector.cpython-311-darwin.so +0 -0
  21. biotite/sequence/align/tracetable.cpython-311-darwin.so +0 -0
  22. biotite/sequence/codec.cpython-311-darwin.so +0 -0
  23. biotite/sequence/phylo/nj.cpython-311-darwin.so +0 -0
  24. biotite/sequence/phylo/tree.cpython-311-darwin.so +0 -0
  25. biotite/sequence/phylo/upgma.cpython-311-darwin.so +0 -0
  26. biotite/structure/basepairs.py +13 -14
  27. biotite/structure/bonds.cpython-311-darwin.so +0 -0
  28. biotite/structure/bonds.pyx +67 -6
  29. biotite/structure/box.py +141 -3
  30. biotite/structure/celllist.cpython-311-darwin.so +0 -0
  31. biotite/structure/celllist.pyx +0 -1
  32. biotite/structure/chains.py +15 -21
  33. biotite/structure/charges.cpython-311-darwin.so +0 -0
  34. biotite/structure/compare.py +2 -0
  35. biotite/structure/dotbracket.py +4 -4
  36. biotite/structure/graphics/rna.py +19 -16
  37. biotite/structure/hbond.py +1 -2
  38. biotite/structure/info/components.bcif +0 -0
  39. biotite/structure/io/pdb/convert.py +84 -2
  40. biotite/structure/io/pdb/file.py +94 -7
  41. biotite/structure/io/pdb/hybrid36.cpython-311-darwin.so +0 -0
  42. biotite/structure/io/pdbx/bcif.py +6 -3
  43. biotite/structure/io/pdbx/cif.py +5 -2
  44. biotite/structure/io/pdbx/compress.py +71 -34
  45. biotite/structure/io/pdbx/convert.py +226 -58
  46. biotite/structure/io/pdbx/encoding.cpython-311-darwin.so +0 -0
  47. biotite/structure/io/pdbx/encoding.pyx +39 -23
  48. biotite/structure/pseudoknots.py +6 -6
  49. biotite/structure/residues.py +10 -27
  50. biotite/structure/rings.py +118 -2
  51. biotite/structure/sasa.cpython-311-darwin.so +0 -0
  52. biotite/structure/sasa.pyx +28 -29
  53. biotite/structure/segments.py +55 -0
  54. biotite/structure/spacegroups.json +1567 -0
  55. biotite/structure/spacegroups.license +26 -0
  56. biotite/structure/superimpose.py +1 -191
  57. biotite/structure/transform.py +220 -1
  58. biotite/version.py +2 -2
  59. {biotite-1.2.0.dist-info → biotite-1.4.0.dist-info}/METADATA +4 -34
  60. {biotite-1.2.0.dist-info → biotite-1.4.0.dist-info}/RECORD +62 -60
  61. {biotite-1.2.0.dist-info → biotite-1.4.0.dist-info}/WHEEL +3 -1
  62. {biotite-1.2.0.dist-info → biotite-1.4.0.dist-info}/licenses/LICENSE.rst +0 -0
@@ -1,8 +1,8 @@
1
- biotite-1.2.0.dist-info/RECORD,,
2
- biotite-1.2.0.dist-info/WHEEL,sha256=FADWsAbCknuFYRiPIqUqs7TwHvSgFIOpRdMEMMJW_gY,105
3
- biotite-1.2.0.dist-info/METADATA,sha256=mwg-xyNoWLydJEG7E-KM3V1J3LOto8ZVlu4SZpEp1VA,7318
4
- biotite-1.2.0.dist-info/licenses/LICENSE.rst,sha256=ZuNQuB65Dxf0rDB_5LxvA4SVQJBWxRZyvbjbvE-APWY,1534
5
- biotite/version.py,sha256=V2bJXGFUmn_IdFy3HF4zr3V9woAW6i1X0GXwu8-ZCDs,511
1
+ biotite-1.4.0.dist-info/RECORD,,
2
+ biotite-1.4.0.dist-info/WHEEL,sha256=fm1N917lvYihbGT4OyonPrhA6HCp511clhZcK6Fbvns,133
3
+ biotite-1.4.0.dist-info/METADATA,sha256=NZDvKedU4WJkuZIOpWAI3GXJIdbfP5jDh_CbaLSLfgU,5525
4
+ biotite-1.4.0.dist-info/licenses/LICENSE.rst,sha256=ZuNQuB65Dxf0rDB_5LxvA4SVQJBWxRZyvbjbvE-APWY,1534
5
+ biotite/version.py,sha256=rcWNYDlh913lujUvTfOu9iOIPdrTXg64R9wl7ENLjFU,511
6
6
  biotite/copyable.py,sha256=C7ycTQxqanxT0SmXhzy5OLp7NpZdNWHyokozdoVDGNA,1897
7
7
  biotite/__init__.py,sha256=rL8ZyaCUjOrECEvRxyHj8MOMp4FHMJ8n6KKgrYf5OAQ,545
8
8
  biotite/visualize.py,sha256=GSxIL8PLXMDlaULG-ckSghRifQnBnkseZ-OWsnuno4M,13955
@@ -30,20 +30,20 @@ biotite/database/rcsb/download.py,sha256=AtRljEV60NReeuWno-YFNrzrpFY_hetghO31-8V
30
30
  biotite/database/rcsb/__init__.py,sha256=sTJnL4vYwhO7gSszMuT_Lr91uwX0wM1h-fZWiZkITYA,332
31
31
  biotite/database/afdb/download.py,sha256=sIaGz0hTj1MBA_XIw9HCP6NGnPfNAyPgryOhLuRa9i8,6367
32
32
  biotite/database/afdb/__init__.py,sha256=VqRn4WE6wJWS4Sd916xchmMz7tyPpEflnwOVnInhEOs,333
33
- biotite/interface/version.py,sha256=B5SBAMUnERPZJKcOJAa02iEx01eH12q22OQ6PA6wDjQ,2364
33
+ biotite/interface/version.py,sha256=1duxoIDwBB6onugS5QqrM1iyM_O644Dw0FGai0V9ssc,2952
34
34
  biotite/interface/__init__.py,sha256=CEbr_8h6pt3za2ybSeePcNKMsA2vkNUbzYhzP62g2Lg,717
35
35
  biotite/interface/warning.py,sha256=rU1F-b1MeIj1OWaK6wMeuM_YE-WKNGqo2TehjTr10KM,577
36
36
  biotite/interface/pymol/startup.py,sha256=8W0wIx13MGqGNvwTTT7ogmgypXCO48PI5w-DVPdS9jw,4619
37
37
  biotite/interface/pymol/shapes.py,sha256=Q34C5H5PkH4XbnyymwbJYp9iFD2Idj2a_qzDRA8tohQ,6066
38
- biotite/interface/pymol/object.py,sha256=5_zG4rn-sjreAHGdRLW45IxK9A096zXjgxn1cEgOVag,44193
38
+ biotite/interface/pymol/object.py,sha256=c0BxeD2rxyPNonXBTA1iLINSRA4_Ljn1_Tzpf4_rLYg,44280
39
39
  biotite/interface/pymol/convert.py,sha256=ldLXSiFdwhEkoZkTtLFOMvymIh9oLniChve54SbHJLA,6044
40
- biotite/interface/pymol/__init__.py,sha256=Rjp-b6GbSEKKHlHi38umHCZO1re11nnT3dMHbnVBLSc,6568
40
+ biotite/interface/pymol/__init__.py,sha256=bOX95ek4eKSgZFYynrfcuZFRgjADYvhbrVWCR6ok7yc,6648
41
41
  biotite/interface/pymol/display.py,sha256=KJfCM9-hzvFdC5KFxvG5-oEXd0MIaf3Ocr3dMQVoipY,8458
42
42
  biotite/interface/pymol/cgo.py,sha256=wlG1GkbHAGYVdzaOUPQ5KzI-29lrDkutt0NRw7PIq-8,9859
43
- biotite/interface/rdkit/__init__.py,sha256=9TJsZQl76H1pKsRpsciQE6afbBzQ_lTUd-pIduu6N8Q,451
44
- biotite/interface/rdkit/mol.py,sha256=T4Nnc3ttQFfy-4YbbSRLuTpcAhahWjqQGwM7fypouEs,19644
43
+ biotite/interface/rdkit/__init__.py,sha256=K2gVw_wrbIU0v-I3RgRvrihdtcpFfL9_t-IlObLuCMk,532
44
+ biotite/interface/rdkit/mol.py,sha256=iMPR8U5girjnCa2-xLHQG1duw-tR3bUruVQRa1O27fc,19629
45
45
  biotite/interface/openmm/system.py,sha256=V-SDc1YDa6nKHcREXz1cGAN7jZJ2X1cPf0gazz_Gv6s,7018
46
- biotite/interface/openmm/__init__.py,sha256=PlstOsDTpt4LIxRkctD4hY9AKtImxXubNwCeP_YMWHY,505
46
+ biotite/interface/openmm/__init__.py,sha256=ZcLsA9PPsrFDtY7rTMspizpCCQ_Fnm7vqwY-E5xTw6k,587
47
47
  biotite/interface/openmm/state.py,sha256=jmdLw1xc7TQbgeOnZGgSgdmD_rR9VEnMqhX0Wnw_1Jo,2723
48
48
  biotite/application/util.py,sha256=-d4D9-hxPoXPDzYC-xkWAPVg2U-KGZcs71T-Aelw23o,2503
49
49
  biotite/application/localapp.py,sha256=kN34ncpN1XamVUONU80UWxZZke03XcYSsjdDAfpMCF8,10267
@@ -56,7 +56,7 @@ biotite/application/dssp/app.py,sha256=tHoG8uFmX8WaBHm0Fhjc7D0NXEaMa-zkLvwFzyP4F
56
56
  biotite/application/viennarna/rnaalifold.py,sha256=QawXG9hYKQzdRt8-J_WiXUcoJx7Whps-iSCzq7DFJEA,10683
57
57
  biotite/application/viennarna/util.py,sha256=racSlWGMtRRNtc_wh-ggIJWPDNoxIqwejc_Ztgusk8Q,2635
58
58
  biotite/application/viennarna/__init__.py,sha256=m2obwXBnkDzRDzjrffsGdnp7YxAFz6CctsSmmg03xVI,473
59
- biotite/application/viennarna/rnaplot.py,sha256=caKDQ4feNkCnFa7__MUAnY8JMmoS6-0PX_hl__u4oPY,6496
59
+ biotite/application/viennarna/rnaplot.py,sha256=0cEPbZR4tvIbYJw1ekLV_7XJFzQUWqTo6Mi_tmWTvHU,6364
60
60
  biotite/application/viennarna/rnafold.py,sha256=Tr6VfGLkzNhcGujND_k5XUb9uYAMsysnDWQ6oTcIamE,7910
61
61
  biotite/application/sra/__init__.py,sha256=8I-uPkWUiu_ePPp56mI8MkwIOnjjQODpH0YMeOh8Leg,553
62
62
  biotite/application/sra/app.py,sha256=qb1hRAXcR2xzzy0OeT5YaV-GLrzOnZDp3EZ6hllhQ80,15574
@@ -74,7 +74,7 @@ biotite/application/clustalo/app.py,sha256=f5NEOkKCiTDlIVNJ1ozefzixwndVC4_vPQq8a
74
74
  biotite/application/muscle/app3.py,sha256=Otgzi3VEYv0iQ_q5TesRJEfB6krbF7wXxfN87JzdKFg,7653
75
75
  biotite/application/muscle/__init__.py,sha256=B1JrhQYjgwSKWxpcYgXS91f2GM5Tc1i9Ocs2wElslRs,338
76
76
  biotite/application/muscle/app5.py,sha256=xYF-iLn-UVue-vu4yGJFaQVtnPi561rwoIVwVCIu_C8,4474
77
- biotite/sequence/codec.cpython-311-darwin.so,sha256=DcMINv0s-6kGdyi7BKr9m2EO5eYG5U-WRKRUFtXd1ts,285816
77
+ biotite/sequence/codec.cpython-311-darwin.so,sha256=P60kxyUVm_3HXONMv6wZpQZN3PODfhO9I7UP_7cVAw4,287736
78
78
  biotite/sequence/annotation.py,sha256=L_TZL2Gmsuokbr6A6Y6gVa4hbEM3ox_NJ_P5PTsZ4V0,29705
79
79
  biotite/sequence/codec.pyx,sha256=ed415FTMBJfiI9WbgKRFO3tF1f_SpRHxyEafLxW-g1k,4962
80
80
  biotite/sequence/sequence.py,sha256=eIZ7Ugz9IwXlWXs_HC2NGyAtDDcP-Vf1z82jynT_PPE,11691
@@ -101,36 +101,36 @@ biotite/sequence/io/genbank/file.py,sha256=5XvuJCd_FuI2zh03_bLbLSAuORNw4tXr7p9sG
101
101
  biotite/sequence/io/fastq/convert.py,sha256=x4rWn7WHdKxW1u7mwDgM8Z3qaML4lAO7r-JiMTQbvaI,3632
102
102
  biotite/sequence/io/fastq/__init__.py,sha256=lhw9bxWS0eKPXzF1lg8fvrNmgAmJPLBzIB6jEP5GOVI,588
103
103
  biotite/sequence/io/fastq/file.py,sha256=Q5jrBN21Fi0hp6rU5cc68kQPYc1jWdZfMwhx0Ze6oGw,17817
104
- biotite/sequence/align/selector.cpython-311-darwin.so,sha256=iYcNGffmzF5QI0qCAePGVI22R3LZsK6paqZ0__V5KUk,331120
104
+ biotite/sequence/align/selector.cpython-311-darwin.so,sha256=V0hKUkFJ6Ia8XOjH8ycHK-UV6AMyJvK8VkP7KnFVj0I,316176
105
105
  biotite/sequence/align/matrix.py,sha256=A1PUA43ltUnvYqB_RO6WPbvAtCzZI3zSfeKHP3aVSNQ,22360
106
106
  biotite/sequence/align/permutation.pyx,sha256=xbbw5DJ7c5SXnuSUl2hJUMxzvinKP1Khc7CSdH5cEE0,10028
107
107
  biotite/sequence/align/selector.pyx,sha256=BstkOkz-nB2dPtkZIZbU5QlCT-h3QHxdsGg1pGUh-Qo,33471
108
- biotite/sequence/align/kmeralphabet.cpython-311-darwin.so,sha256=k_udT_RWQ0eWq-gM6ntyYBqz2_inyqsW9pAmI61O_Qg,420032
108
+ biotite/sequence/align/kmeralphabet.cpython-311-darwin.so,sha256=bEeioCJN5P5IlicMFtOMOpTty9A-a3npGX4Kw5MhqXc,406384
109
109
  biotite/sequence/align/primes.txt,sha256=7pKfLGN1vjYl_KJ3y5uuo8np_5DDUH52UAkhb3fJfWE,10140
110
110
  biotite/sequence/align/kmeralphabet.pyx,sha256=t4MKs3uIXGn_2AB8NRKQxY73RoBLDa-IlKVnSdANkCU,18636
111
- biotite/sequence/align/kmertable.cpython-311-darwin.so,sha256=gLNX9XrRUuT4mDyoPqVNqc1VOd7qjYsN0BpxP8BPZDA,728560
111
+ biotite/sequence/align/kmertable.cpython-311-darwin.so,sha256=eV1PwoHqJkV-Ugc2k1vl_qOY4U6B73rkhWOANhnnk3g,715984
112
112
  biotite/sequence/align/alignment.py,sha256=vf6Ldh0nevFkQ3dHJJRZw6_ZsqoWHHv-6M1Hy_DQgEs,22380
113
- biotite/sequence/align/kmersimilarity.cpython-311-darwin.so,sha256=GKMmd2iETv8yP28JNI3Ycv08UR76rtrZZ2Es22jnIqY,232440
113
+ biotite/sequence/align/kmersimilarity.cpython-311-darwin.so,sha256=0V7iJYYGGANBnAunndf2dxnBiDbhTv509kNkZNgpZ70,217704
114
114
  biotite/sequence/align/tracetable.pyx,sha256=1gsT3OV7VkE6i_UpNiYOLVvD2_tfJgbNZb1yv9F4XR8,15455
115
- biotite/sequence/align/pairwise.pyx,sha256=atF365cD9AV6StIJRhFqvg12i9mmEHf1KvJJf0gTaqo,22680
115
+ biotite/sequence/align/pairwise.pyx,sha256=Le9RWShVTDSUMpubq9-nxXSFNZp8CgYjhDsLUBE6yoY,22598
116
116
  biotite/sequence/align/__init__.py,sha256=NyYyB9PmYWCBQB_MaI-L54vYR64JraUvP9uobGJN54w,4711
117
- biotite/sequence/align/tracetable.cpython-311-darwin.so,sha256=X81FLT4jPOo6MBvV1qsEcXkhQjjaDGFfK8rsUqDpTSM,204496
117
+ biotite/sequence/align/tracetable.cpython-311-darwin.so,sha256=1j5E9GU-d2BuEFBy2IiQzgZSXWkwy0RGoznlKXQvBbI,187520
118
118
  biotite/sequence/align/localungapped.pyx,sha256=h9wgrY85_t0_wOGDW56uJ9N4bo7GciYpeJZpNIBlp4g,9660
119
119
  biotite/sequence/align/buckets.py,sha256=k8H5RBS5Y7DrMoIOd5Ifrxp-nYWosJuqOYgLd1y-DWs,2464
120
- biotite/sequence/align/multiple.cpython-311-darwin.so,sha256=T7iYlL_vIYWeoWjWHlZi9r5XlkwL9ADlmVQVNbSvFJs,503104
120
+ biotite/sequence/align/multiple.cpython-311-darwin.so,sha256=JOe_Qmag9X7RbuoNKhvliLwXaYQWIDChEmyk648Y9T0,488992
121
121
  biotite/sequence/align/localgapped.pyx,sha256=1uoooliEMravtH1fQJSth0a6FEM4La_v32wGP2C0RIQ,33106
122
- biotite/sequence/align/permutation.cpython-311-darwin.so,sha256=1CVY7GCXyVVS9VJo_ES1sTD6h3TDLjluwXfq5Ul4Pc0,236400
122
+ biotite/sequence/align/permutation.cpython-311-darwin.so,sha256=ZowW7kOiOTifDoBT6RIoAqM65ZBo3eNhfKMou1Mbtys,237552
123
123
  biotite/sequence/align/cigar.py,sha256=ZhxnWSURuKMwOshbeNIK8mtt6r-xcFWXLzoLtluEo88,14335
124
124
  biotite/sequence/align/tracetable.pxd,sha256=_VP1ayP6FZL1Tzn1pCCbt6xPZDzFtE9bH0Gvop2lxyQ,2825
125
125
  biotite/sequence/align/kmertable.pyx,sha256=EqLVngPURKux5tsrv5PauuN5hLKAJbDDVZWnVGWZufo,121697
126
- biotite/sequence/align/multiple.pyx,sha256=cUnbuAfYBp_Kt4Y7LeuPeuBiRdyu1D694i1kQIsUqPM,21965
126
+ biotite/sequence/align/multiple.pyx,sha256=ny6BbmXApxQAYMrUT7MPXqfFiEfrhfxvQApiSPoZ7iQ,21924
127
127
  biotite/sequence/align/statistics.py,sha256=mtscAgqIZIdTjtsvjg4s2A6gzFex0QxyHxmcAxpBQww,9652
128
- biotite/sequence/align/banded.pyx,sha256=DT9XvnQJ16uEgc2op5e3VgsjdtNmhXP01YqbapST_7A,25300
129
- biotite/sequence/align/pairwise.cpython-311-darwin.so,sha256=ocE3-uvPc8T7COYyhHaD0uoZ5WITsXX3DhCJId7I8-w,578352
130
- biotite/sequence/align/banded.cpython-311-darwin.so,sha256=RNLna-NyHUvK46lH7TOfQAB4n6sIwSKfI_HnpqVgtns,524784
128
+ biotite/sequence/align/banded.pyx,sha256=n9-nBkEryjaA-_rQxjT90ZHKIh7Ep1cjFPjWPlHUC9I,25283
129
+ biotite/sequence/align/pairwise.cpython-311-darwin.so,sha256=jlEfjohsRllSSPValVM5Od34deA7axJ6rOhWVvOZ16o,583120
130
+ biotite/sequence/align/banded.cpython-311-darwin.so,sha256=wBLBVsERjSc48ZEBykPpMlBQmQdeBbAjNnVQYJEMjSU,528336
131
131
  biotite/sequence/align/kmersimilarity.pyx,sha256=EBpz8R_fofRd4gsmBJLuH2qZgMWKlzQkCJ54w_-K7gQ,8433
132
- biotite/sequence/align/localgapped.cpython-311-darwin.so,sha256=0MPsYgtIvmjAHCUTE71CI3oXYGCIDEjKeAOW8uCs7gg,1184768
133
- biotite/sequence/align/localungapped.cpython-311-darwin.so,sha256=sdCH4cbWm8lrbJqMohZ1hjwKPCtAfR41_ftBVlID-iI,306320
132
+ biotite/sequence/align/localgapped.cpython-311-darwin.so,sha256=blwPwnXW5sDpMhGDrLjon2Rsac8YpzOqcfbcj_jRFew,1138800
133
+ biotite/sequence/align/localungapped.cpython-311-darwin.so,sha256=nHz9TnXR3qOZCRAY8SdP9On0vR7ESXL6mtJirnFRZFg,307968
134
134
  biotite/sequence/align/matrix_data/PAM370.mat,sha256=ZD8BpkVrVK22_oLSXZb9d_kzNDfic_i0eVT1fUNkyBk,2068
135
135
  biotite/sequence/align/matrix_data/PAM210.mat,sha256=UfUmaJ09ID11GUzuNeK7aUzgZTW1iJLizADnD0qT2BI,2067
136
136
  biotite/sequence/align/matrix_data/BLOSUM30.mat,sha256=j6FWyeTXvfpSR0ZGecI18MCATcjM_FTJ2XGoEjWg3Qg,2122
@@ -251,47 +251,49 @@ biotite/sequence/graphics/color_schemes/jalview_zappo.json,sha256=V0IJ-GsT8G8-J9
251
251
  biotite/sequence/graphics/color_schemes/clustalx_dna.json,sha256=xkNRgGj_ersYNx8eSDAnI1HQalGiAWHw97tO_pmfyNE,249
252
252
  biotite/sequence/graphics/color_schemes/3di_flower.json,sha256=wuo5hCVuc_wR9a5AviU9BXRQC8XUb90VqJCsKcpq8pc,917
253
253
  biotite/sequence/phylo/nj.pyx,sha256=s6hoo_7s3VFy-7Hgq9lKtUVXTZ-To8Dxwytk-ohfWYI,7281
254
- biotite/sequence/phylo/nj.cpython-311-darwin.so,sha256=AFpBFat50sq-SC5nyE2qyEICEChUiH04mx4Z5dPllgg,232584
254
+ biotite/sequence/phylo/nj.cpython-311-darwin.so,sha256=y2ycvMkB7K50rbhxa4cpuX3p65fTxid1HCA6wH3eq80,216920
255
255
  biotite/sequence/phylo/__init__.py,sha256=TW1CQqOa3JZYqidRy5XE8gA0HuzA8zo2Iouit3wSsBM,1261
256
256
  biotite/sequence/phylo/upgma.pyx,sha256=86QxGjj8fcGRhze7vZfqw8JLjLAZUevhkWDmzTy357E,5213
257
257
  biotite/sequence/phylo/tree.pyx,sha256=4e4Bhlm1qWY0Wvj6JqDE9jVwP6lEUmE8lIHEUmRNLwU,39206
258
- biotite/sequence/phylo/tree.cpython-311-darwin.so,sha256=P-FFb1KNWJgs5rAOL-ik6wF9x71BXojjA2QZOwjYpsU,287832
259
- biotite/sequence/phylo/upgma.cpython-311-darwin.so,sha256=Yzo2CAm33bO9fikFQyB_vnP0xLmRqteqbPhAPN0k7JA,212680
258
+ biotite/sequence/phylo/tree.cpython-311-darwin.so,sha256=mdIcPxM7WolBL9ESBdlNUc78ytaDo3NW7fD_KUmV_r4,273176
259
+ biotite/sequence/phylo/upgma.cpython-311-darwin.so,sha256=45uyuOAs2_8FpBbih99gRMT3JFo4cpvmsTs_bVzkAb8,214120
260
260
  biotite/structure/repair.py,sha256=EUvsV7EkJt-j7ruOnhZxhqdxfl7FMSKVzuQr7_xJE5g,6996
261
- biotite/structure/superimpose.py,sha256=QiTG4N6g_Dov2PrNeXTb-MrqYkr-Th3GIFOJh-DzS5Y,25897
262
- biotite/structure/sasa.cpython-311-darwin.so,sha256=g3hjL5SVxikIw5b78F8S7jsC7yzl7-MNNwEUfa5hXHs,272408
263
- biotite/structure/chains.py,sha256=jvyZD9L55zwlnjpo_vBYFMtgQ1xSZnWxTpw3UApnbw4,8484
264
- biotite/structure/box.py,sha256=n2x4AhNzrXMUn_kT8mKd1rr3_1aFlQdGi9GeGhwGaB0,18750
261
+ biotite/structure/superimpose.py,sha256=gdn6be9KOf24qphK3mFRkxFDK4ejrtTm8C_tcpzSFHs,19562
262
+ biotite/structure/sasa.cpython-311-darwin.so,sha256=UPBrc7XiVgvrHFK1KsztSVvYc1YEWSp_RKnr-gUjxQI,256840
263
+ biotite/structure/chains.py,sha256=_E4oEhXRg2AxsyZVy623fRkylzAFonDTDSLGSbh3-M8,8324
264
+ biotite/structure/box.py,sha256=0GFndCBJKBha8bMlX_9oIs0Y52a0S6Y0g1Qszh83_Sg,23396
265
265
  biotite/structure/error.py,sha256=NI8oZfhO7oYWlcEIi025QZFD3Wjvwn6SvOn_RanrFT0,783
266
+ biotite/structure/spacegroups.license,sha256=v4W5iaPxCZa2djh8J_KaHZCPX254AQjYjqaMIXI1wPI,1297
266
267
  biotite/structure/util.py,sha256=PvmoUJbB_PpqnTX0osuAs6e5V8AmeKjAVy3mFFZH288,4959
267
- biotite/structure/segments.py,sha256=_uiFncD6qeyZeJc_8NLUPXRDazwv66jfpdGw_EkO0WU,7596
268
+ biotite/structure/segments.py,sha256=1Z094xZWFsLTx_d5w67I-oHlEPCj2sbtLvZWaZfbgF4,9741
268
269
  biotite/structure/sequence.py,sha256=TlJiSH1AC9XETl3G24UkKl1FHfpWh1aPKsdxj4ZdiEs,4245
269
- biotite/structure/sasa.pyx,sha256=z6D7JOR70-moE3nNcJ1-EWsjORbicMB7Zvpacs512Ec,13110
270
+ biotite/structure/sasa.pyx,sha256=lditLNluxg3LsxV1o3B69QOK0Lu1zeuRJXrEQ2SVIKk,12918
270
271
  biotite/structure/tm.py,sha256=HtG56CZI9fk3zjML5f5XJXcE7oKVtYS1r-HGm2ugawo,20967
271
- biotite/structure/celllist.cpython-311-darwin.so,sha256=3AyjGNnS7aOwpQxFYNWCLyDpDm8O6L8Dqh8uh3ZPKfc,334144
272
+ biotite/structure/celllist.cpython-311-darwin.so,sha256=VG-zSb10OGEY_08UMQUuXH3FIrbfjoZuEzWJoHxg3xg,319824
272
273
  biotite/structure/__init__.py,sha256=dqOp3qC1UU3AP7cxNus2wmtHLB9vB_D17Lhmd9cRxAM,5488
273
274
  biotite/structure/mechanics.py,sha256=A7590nMLbsfp_pHvLukca_YV0Q6VcrfDRW_p58D8ZNY,2587
274
275
  biotite/structure/sse.py,sha256=OHXohnYi4ipBcSas9XTi9Pm8oNasM49Oxr7DBvYbe1U,11404
275
- biotite/structure/bonds.cpython-311-darwin.so,sha256=83fjYDmtq0B6wcdbSJMQrEwJdblUcw24YVQAbP96pGg,594904
276
+ biotite/structure/bonds.cpython-311-darwin.so,sha256=b8TBRHJT6Ir_6zErvLoblUwN5__o8yjwYGFMAaLkn1g,567480
276
277
  biotite/structure/charges.pyx,sha256=RpCz4sVOiwmZeVTcMAapiWJFVBPAK0gAAiNoNZuxZWA,18822
277
278
  biotite/structure/density.py,sha256=wGZFgqkK6Kdv0OzmmWz8eXPEVxPSFShxINWOOdehaIg,4197
278
279
  biotite/structure/rdf.py,sha256=Yf9PoWqSpNK3QsWqnCnOUBGL8WwKGOakgZ0pxj5UOiA,8104
279
- biotite/structure/transform.py,sha256=lOXSdDhJSgMvU1Rs3yNztEOZ3ph-ntb5O2lkmck6DKc,19683
280
+ biotite/structure/transform.py,sha256=i8xwMKfpHlN4hHFZBm7-U_nP5bLx_n1WgX8BQZ541_k,26975
280
281
  biotite/structure/geometry.py,sha256=7FtPNJtTUn691xw6kbVk90s8a9rAd98zC-rKD23ikdU,23676
281
282
  biotite/structure/molecules.py,sha256=Ar4NF3r3VQwirFprTMItIdHeluMSlpKOpRanZ0EEsWI,15291
282
283
  biotite/structure/filter.py,sha256=cXeTVhK2lbbHq9KA-lvu2-TKENtHWoI1Qc2hpFxR71Q,17995
283
- biotite/structure/bonds.pyx,sha256=xho8dzXn40-1Qt0vbikeZsqYTNWfV4WOd17p_UbU6Ow,69759
284
- biotite/structure/rings.py,sha256=elgOyclErHer-LXeWjE-xVcV12FHVnZeBFw1ixiz_ns,11446
284
+ biotite/structure/bonds.pyx,sha256=Bjjc5bTxFmbMUWeYNf1FMfHJ8DB4V02_DRFwrsqtdno,71791
285
+ biotite/structure/rings.py,sha256=pdxrBNtuvOE1hi9sxtI1EamUFtGnqprpkjzZpUi7jgs,15584
285
286
  biotite/structure/atoms.py,sha256=aavGBW5xIQlzpX_dgY-1jD7Z4LRIuSLRZBhMiZt6iq0,50844
286
- biotite/structure/charges.cpython-311-darwin.so,sha256=iOFJUQYEhHHFw8f5kx4Yfv_uiIy0VPQhpxTpOJnVq4E,276592
287
- biotite/structure/pseudoknots.py,sha256=yuVUH1YWgrAVHMPsDI3h-4Z0MgnQLWHikqqaDkf57U4,22167
288
- biotite/structure/basepairs.py,sha256=cS0G7iiCbgnqLs2smZjqsS_Ffw2H7cvHiz57T4MfVos,50013
287
+ biotite/structure/charges.cpython-311-darwin.so,sha256=mvunFPgxnxRqTESSxilspLBfyXwC4kvPWF7KWIsI_hw,277808
288
+ biotite/structure/pseudoknots.py,sha256=X3LrVSJuV1EGXuKMstkzrJQ86otbC_6-vX215fKygiU,22094
289
+ biotite/structure/basepairs.py,sha256=BT3_LHmerkRfzuQSU86MVTvDs0QZ0UjNJpopJm5VXBI,49908
289
290
  biotite/structure/integrity.py,sha256=-HaFg2ckyVgSyHEyHqqNQ8fOwnhVzieYsMgyTCdzCFo,6763
290
- biotite/structure/compare.py,sha256=irYBGnJHpcX_ETFUVNzlgHQpeGy_ihUGw7EEhWbCcDc,27353
291
- biotite/structure/hbond.py,sha256=d1-aBL6f8fTTpxcNFDWDE06E7Vi4mHvdkpx6SNOuIUc,15219
292
- biotite/structure/dotbracket.py,sha256=asg6T2hO_kpAjfrCfgXLFyGbF6g8QQZRHcYG8I5ewyo,7262
293
- biotite/structure/residues.py,sha256=p1dBgy0SbIzEEebhR0AZJmCES_5iiXQA-URduMhFBow,22337
294
- biotite/structure/celllist.pyx,sha256=duKCnVnyYoFElEEF9D1AXW3AKyvYQer4JGocIh93MRY,34588
291
+ biotite/structure/compare.py,sha256=JFIE2Ve8JRTxsAK9eTODgWNPi6AuiFMe9rRIOohe6OU,27437
292
+ biotite/structure/hbond.py,sha256=DhVGCm9s_nNHnHhvfNUl81ph77Y-SIeFY1GGf1kPeL4,15192
293
+ biotite/structure/dotbracket.py,sha256=jl_Zqp0IINBwFPtZ0XK8rvmGmwebncbYpF26vJldIZY,7198
294
+ biotite/structure/residues.py,sha256=Fbng2Pxib4dgkijP6zREguDYwm8L0RxbbJxpuU-cv0U,21834
295
+ biotite/structure/spacegroups.json,sha256=SxP_900pi9iQruI_cgE1CTxl4k5kqOppv-nDyx64d3k,51558
296
+ biotite/structure/celllist.pyx,sha256=vRYrg7F1NqWmFatFuVrxXKUnySzCNhM2uMyI2fASOq4,34563
295
297
  biotite/structure/io/util.py,sha256=ivgxUZI4-Muv4cC6cLQdkYyk0TRhcnHi7J5DIX95BmI,1016
296
298
  biotite/structure/io/trajfile.py,sha256=FQGtW5d1BRQ0fgNN9ObUADPvP9shO6Ls8zJvSsaSZ-M,25397
297
299
  biotite/structure/io/__init__.py,sha256=Lxmd8x6lpWz8nA0QhXmrgjvD_mOP0KyGmEzsVGzxXX4,998
@@ -300,14 +302,14 @@ biotite/structure/io/dcd/__init__.py,sha256=tYiiTSmqDrsSgg_sZaoQgx2D8N9OeqlooxH4
300
302
  biotite/structure/io/dcd/file.py,sha256=jaU81fvGl4WG0zXB1dBKTOtSvFF3fS0kxeNR-wwpXlY,2224
301
303
  biotite/structure/io/trr/__init__.py,sha256=5WNHMGiHNNzYdoiybE6Cs0bYAcznS5D3ABu7gHDJ__A,359
302
304
  biotite/structure/io/trr/file.py,sha256=2LjaLoKYfNgyQGSEfQ1TdZQqaPyrBh3irbJdmEKFTMI,1235
303
- biotite/structure/io/pdbx/bcif.py,sha256=k7WtZNB4U9czi00P1EpELZh8ty6cXRezll3yXdmiYOQ,21137
304
- biotite/structure/io/pdbx/convert.py,sha256=HBeN_2wmX5yhNK3mptFOwxxiCs1lPEwYDHxgsRUNTAk,73394
305
- biotite/structure/io/pdbx/encoding.pyx,sha256=ySywnGIvlDER4tcQzFMEgWkQJN_sMzB__MHbRQ0-wxc,31184
305
+ biotite/structure/io/pdbx/bcif.py,sha256=y5ueesX3G-5JSVj0chX6LiJ71IYdjgaF5x0nR6stiD0,21247
306
+ biotite/structure/io/pdbx/convert.py,sha256=hEBw0QeRNGRX70z3W0i7cDjVgIOD7RFrOnZGrUMa_gM,79916
307
+ biotite/structure/io/pdbx/encoding.pyx,sha256=D8jUdfLXkXxFmut3Eu6V5ZUxQlBGgCS-eIWD0hasPxw,32128
306
308
  biotite/structure/io/pdbx/__init__.py,sha256=DlVXhrcuAF9A6Gim_JMccz-j8jDZuF2liDDA5cZxzx8,717
307
- biotite/structure/io/pdbx/compress.py,sha256=2ut2xFL34f2dcWoYkNMmBMlrDzkqnvygxYLHL9JvuVs,11800
308
- biotite/structure/io/pdbx/cif.py,sha256=nTlgtU78Mb7IjEebwW-XuOAgEz9z5rAjD7A32IaEQek,34868
309
+ biotite/structure/io/pdbx/compress.py,sha256=GyGpDm8h7Trmaj1iq1RCGaYwYvxgtVnGFGvCBLnFvxM,13310
310
+ biotite/structure/io/pdbx/cif.py,sha256=1gyMDANR51yNXsV0aFIAK4VSUYl32nBIC94RwQf57PE,34978
309
311
  biotite/structure/io/pdbx/component.py,sha256=xnVVqpbBAj8ED4SCYx1tF6jHXCRVK8NWHcoG-fH7QVg,8398
310
- biotite/structure/io/pdbx/encoding.cpython-311-darwin.so,sha256=DlKxrCAUhfAkBbJgl27S7uVEqSqL5A3nJ4vFYFyOpZo,1180272
312
+ biotite/structure/io/pdbx/encoding.cpython-311-darwin.so,sha256=5MJ6s0-rjET9LtIIFo0Py2ucWP_h_FXb5LUuK-BJ7ak,1166320
311
313
  biotite/structure/io/xtc/__init__.py,sha256=ipZjsWBil-h2ujdlEobyI2jGy5xsfRVOPAyCsYAJ7G4,357
312
314
  biotite/structure/io/xtc/file.py,sha256=PknO2-xzLgKTBW5Gig5Hv1HUZ4BIHRf2con2MLxEwNU,1235
313
315
  biotite/structure/io/pdbqt/convert.py,sha256=xF4m-tZG_4ykhZsknqUivFXbb6VqLXVLwmhi1AbOmuw,4008
@@ -323,11 +325,11 @@ biotite/structure/io/mol/__init__.py,sha256=WvcNPDdf9W1zPyJ0tjTvGNxA83ht18uRQA8B
323
325
  biotite/structure/io/mol/ctab.py,sha256=yWhR81XMuWKrO3DVFG6hRgnvjOYQ7ituGTW7EnfDchs,14120
324
326
  biotite/structure/io/mol/mol.py,sha256=qp_yQ6tUIMmJNjzCqtle92mw_VJm4hkS0TRRJxAegS0,5461
325
327
  biotite/structure/io/mol/sdf.py,sha256=09GRt6OGdsWH-ccgR8tXVvDM6pCUhnsZdPRv9Dx_QQU,32975
326
- biotite/structure/io/pdb/convert.py,sha256=uiTLwWkXvc1VpGaHe-yRon4DpM0ZQh0ngEyU0whdvJU,10720
328
+ biotite/structure/io/pdb/convert.py,sha256=ECG8KFmduPN2xd7HWqJweYabn-IFdnhxVNtO3AkzLaQ,13800
327
329
  biotite/structure/io/pdb/__init__.py,sha256=5NbUMDRKIe7jJ2ByRHpMhJzY_vIasjSgO63Zxrpq8BM,733
328
- biotite/structure/io/pdb/file.py,sha256=27FCuvPzidmwf5tSRAtXfUTUbptKu-IHRvi-67Ld40E,50354
330
+ biotite/structure/io/pdb/file.py,sha256=Ppb0bFqmp8xi-L-_dA3JzEuMBjLdUUJKZEDB4DUeblw,54085
329
331
  biotite/structure/io/pdb/hybrid36.pyx,sha256=BKV7oh0xrrjqVrkhTn7KEolon57fUhlG4Yf0Tf22wuU,8036
330
- biotite/structure/io/pdb/hybrid36.cpython-311-darwin.so,sha256=KGSy6nnLwiU16OM1Yv98Q___ZTDNz1ek-BzQhc8HuCg,210096
332
+ biotite/structure/io/pdb/hybrid36.cpython-311-darwin.so,sha256=Js8Mig8a1Xad8ScUlbrqWthUd0eLgN_aQZRfWt5nMAE,194480
331
333
  biotite/structure/alphabet/pb.py,sha256=ksJKkYj4y3jzfvgFUF7g99W981RvH46RXKe3RW5fkR8,5994
332
334
  biotite/structure/alphabet/unkerasify.py,sha256=P-EY9gbWglJHPF9xp_SivF67bIQE73403htyJMu4-nE,3301
333
335
  biotite/structure/alphabet/encoder_weights_3di.kerasify,sha256=m4JF4oVWBbiu6r8DM9ONQ5Bmcbqwr5dxKfqYThOmHpk,1032
@@ -336,7 +338,7 @@ biotite/structure/alphabet/encoder.py,sha256=2BWLMdGBr2bHw09vMhbzPztMKSnVt8UhUf8
336
338
  biotite/structure/alphabet/i3d.py,sha256=SLJkVWiKl-EXMcsv8gcKF4zujoR5L8sQRyo9fnrETPM,3009
337
339
  biotite/structure/alphabet/pb.license,sha256=OkDCfXO06BfooLXYC3iF7LXXB_Uqqex1B2gjUEFdUZI,1091
338
340
  biotite/structure/alphabet/layers.py,sha256=Y1Y8G2LqqzC7M0kNUv8k-EXTVVKGLnPDJKdRrVEf3H4,2087
339
- biotite/structure/info/components.bcif,sha256=ClKq5vYpizeAB7JSaz-ZnZ_rby7mVVn3MS5bv8muoqU,59077222
341
+ biotite/structure/info/components.bcif,sha256=y9ysqudHo8BQmtqI5JEMnEFXQtG1yt1X9WBtyw8yD2Y,60736935
340
342
  biotite/structure/info/misc.py,sha256=hAvTh8KdkPGsh9Y2mGxDRRt9ZDPgCoAGLHr1smCANlg,3428
341
343
  biotite/structure/info/atom_masses.json,sha256=WME4ezDPy-HrEIhxkOGxcmIMdgxf1x7e_xwBkFRdTsY,2383
342
344
  biotite/structure/info/__init__.py,sha256=k08kdsKlrxaVQ9x8MjEXoVFaXl1J8OcpLf6iG7dUgOY,698
@@ -348,5 +350,5 @@ biotite/structure/info/masses.py,sha256=HOdaeFZkd5LSrl00025S1MwXT7im8V-s0bU54tr1
348
350
  biotite/structure/info/atoms.py,sha256=9uytsei3Y4zxExhnda4y4vuxmIO6gOndJYeXroC86yU,3010
349
351
  biotite/structure/info/ccd.py,sha256=A3-YomYJS3bbAfntLpvwLkmCgQFjR2suMwFnGQsgPXg,5851
350
352
  biotite/structure/graphics/__init__.py,sha256=YwMT8-c2DjrkcwyK6jPeDtAKxQda0OhElnwk8J0y3Hc,353
351
- biotite/structure/graphics/rna.py,sha256=w7zFMKo2ZZ4n60SkbkupEXPxe3-KUNa261PF784ry8k,12016
353
+ biotite/structure/graphics/rna.py,sha256=1fa-_ROxHIdCQu4nFEmDWqWnQlXA6iZDZDprKST_h_g,11842
352
354
  biotite/structure/graphics/atoms.py,sha256=988_URX4hfTE3oBOYgAvZruOrzogMPcFKiTT5RJL01E,8116
@@ -1,4 +1,6 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.25.0
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-macosx_11_0_arm64
5
+ Generator: delocate 0.13.0
6
+