biotite 1.2.0__cp313-cp313-win_amd64.whl → 1.3.0__cp313-cp313-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 biotite might be problematic. Click here for more details.
- biotite/application/viennarna/rnaplot.py +7 -7
- biotite/interface/openmm/__init__.py +4 -0
- biotite/interface/pymol/__init__.py +3 -0
- biotite/interface/rdkit/__init__.py +4 -0
- biotite/interface/version.py +23 -0
- biotite/sequence/align/banded.cp313-win_amd64.pyd +0 -0
- biotite/sequence/align/banded.pyx +1 -1
- biotite/sequence/align/kmeralphabet.cp313-win_amd64.pyd +0 -0
- biotite/sequence/align/kmersimilarity.cp313-win_amd64.pyd +0 -0
- biotite/sequence/align/kmertable.cp313-win_amd64.pyd +0 -0
- biotite/sequence/align/localgapped.cp313-win_amd64.pyd +0 -0
- biotite/sequence/align/localungapped.cp313-win_amd64.pyd +0 -0
- biotite/sequence/align/multiple.cp313-win_amd64.pyd +0 -0
- biotite/sequence/align/multiple.pyx +1 -2
- biotite/sequence/align/pairwise.cp313-win_amd64.pyd +0 -0
- biotite/sequence/align/pairwise.pyx +2 -4
- biotite/sequence/align/permutation.cp313-win_amd64.pyd +0 -0
- biotite/sequence/align/selector.cp313-win_amd64.pyd +0 -0
- biotite/sequence/align/tracetable.cp313-win_amd64.pyd +0 -0
- biotite/sequence/codec.cp313-win_amd64.pyd +0 -0
- biotite/sequence/phylo/nj.cp313-win_amd64.pyd +0 -0
- biotite/sequence/phylo/tree.cp313-win_amd64.pyd +0 -0
- biotite/sequence/phylo/upgma.cp313-win_amd64.pyd +0 -0
- biotite/structure/basepairs.py +13 -14
- biotite/structure/bonds.cp313-win_amd64.pyd +0 -0
- biotite/structure/box.py +140 -2
- biotite/structure/celllist.cp313-win_amd64.pyd +0 -0
- biotite/structure/celllist.pyx +0 -1
- biotite/structure/chains.py +15 -21
- biotite/structure/charges.cp313-win_amd64.pyd +0 -0
- biotite/structure/dotbracket.py +4 -4
- biotite/structure/graphics/rna.py +19 -16
- biotite/structure/hbond.py +1 -2
- biotite/structure/info/components.bcif +0 -0
- biotite/structure/io/pdb/convert.py +84 -2
- biotite/structure/io/pdb/file.py +79 -2
- biotite/structure/io/pdb/hybrid36.cp313-win_amd64.pyd +0 -0
- biotite/structure/io/pdbx/compress.py +69 -32
- biotite/structure/io/pdbx/convert.py +207 -44
- biotite/structure/io/pdbx/encoding.cp313-win_amd64.pyd +0 -0
- biotite/structure/io/pdbx/encoding.pyx +39 -23
- biotite/structure/pseudoknots.py +6 -6
- biotite/structure/residues.py +10 -27
- biotite/structure/rings.py +1 -1
- biotite/structure/sasa.cp313-win_amd64.pyd +0 -0
- biotite/structure/sasa.pyx +28 -29
- biotite/structure/segments.py +55 -0
- biotite/structure/spacegroups.json +1567 -0
- biotite/structure/spacegroups.license +26 -0
- biotite/structure/superimpose.py +1 -191
- biotite/structure/transform.py +220 -1
- biotite/version.py +2 -2
- {biotite-1.2.0.dist-info → biotite-1.3.0.dist-info}/METADATA +4 -34
- {biotite-1.2.0.dist-info → biotite-1.3.0.dist-info}/RECORD +56 -54
- {biotite-1.2.0.dist-info → biotite-1.3.0.dist-info}/WHEEL +1 -1
- {biotite-1.2.0.dist-info → biotite-1.3.0.dist-info}/licenses/LICENSE.rst +0 -0
|
@@ -2,7 +2,7 @@ biotite/__init__.py,sha256=gzqOy5P7Zf667uYuUwqjLLW0GiBdqc23NLcZaXMuHKw,563
|
|
|
2
2
|
biotite/copyable.py,sha256=Qnja44k58dAc3WkIUM0svqrbvqO9pSV-Atr9MUJSoCI,1968
|
|
3
3
|
biotite/file.py,sha256=ktpRUk0OH5_wKIJHtCX3zDjXeJ3eQ4ycDjpp7HttUYM,6977
|
|
4
4
|
biotite/setup_ccd.py,sha256=9StRz4qPVdTJNrPUoA_liwvkKnTb8O0U8PDxt1tDVwc,6248
|
|
5
|
-
biotite/version.py,sha256=
|
|
5
|
+
biotite/version.py,sha256=gjq5-5A1fJztrO0JABjZYm7eEvg0FysPGOYPEkyBwM8,532
|
|
6
6
|
biotite/visualize.py,sha256=z4lBfJAt5YxGqtgxgcLHKMwVcE4u6fqExEyrOHcSiaY,14330
|
|
7
7
|
biotite/application/__init__.py,sha256=Rei3EwlpCnC_cJNQoTJYY_Gw_qLdsqgnRxV5b1slHJU,3148
|
|
8
8
|
biotite/application/application.py,sha256=J9ydVvN_5C3nYuLl12EPBhM67i0GQm6MPy0F1K-jdgc,8372
|
|
@@ -31,7 +31,7 @@ biotite/application/tantan/app.py,sha256=nWE3rlDqf3-jfpIXUw1ddH4ooiD2lZ1GeqBvGXE
|
|
|
31
31
|
biotite/application/viennarna/__init__.py,sha256=HlvHvgsTdzTbq3e9luAmMP-4DbkiBqx5ru69swdz4ns,491
|
|
32
32
|
biotite/application/viennarna/rnaalifold.py,sha256=16arcCP55XC8OXNLkSLPNrMrHuU7b5VLyz0xqO_MDhI,10993
|
|
33
33
|
biotite/application/viennarna/rnafold.py,sha256=skqZzqE-otS6uL38isGpikLUbwf8srsOQirINB6qi-8,8164
|
|
34
|
-
biotite/application/viennarna/rnaplot.py,sha256=
|
|
34
|
+
biotite/application/viennarna/rnaplot.py,sha256=rIEFAdX_GhJkyDAG3CztxLnJZo8gy5-7yq7fGKqEPus,6572
|
|
35
35
|
biotite/application/viennarna/util.py,sha256=lfssotSqZl4cO1ibgtgXgEFVzL9s1xMM-99wmuaD-wc,2712
|
|
36
36
|
biotite/database/__init__.py,sha256=N3PuLKuEbQ0J55CddwryBGiLfYSazC697F8KnxizrKY,748
|
|
37
37
|
biotite/database/error.py,sha256=L_FvDa-F4XUaCIVo6ZtLXIMn6P-cv783lvxR_Rtluqw,426
|
|
@@ -56,19 +56,19 @@ biotite/database/uniprot/check.py,sha256=cVF0UfiUCT2nZ1jLWVfs1Ygghzx30ZXy1yj2vvA
|
|
|
56
56
|
biotite/database/uniprot/download.py,sha256=7hv050jxaeVQpmKiAEG_pRsyEtHbiTH-6Qc1VUsjBpk,4360
|
|
57
57
|
biotite/database/uniprot/query.py,sha256=qvwvCF8ae3WZLrT-GNt-DppKAnwdHQ-3XF8TJfZ9N6A,7810
|
|
58
58
|
biotite/interface/__init__.py,sha256=Mb4FPYW46Y6iduU8XVwWXUtgpsyVrk5gvM5xS2k1F40,736
|
|
59
|
-
biotite/interface/version.py,sha256
|
|
59
|
+
biotite/interface/version.py,sha256=-w9vOmwj_OmK98zNNZgXSIt9J2vMAZvw55-O3LgEEiQ,3046
|
|
60
60
|
biotite/interface/warning.py,sha256=3kwFPSEZMk8Q7yccD1Fsgu51gENA1ZbcsdNG_RBnrUM,596
|
|
61
|
-
biotite/interface/openmm/__init__.py,sha256=
|
|
61
|
+
biotite/interface/openmm/__init__.py,sha256=lCD3SVZXBNKwDsriwFG1ala-mlxfz40GxsKSTlwmBUU,607
|
|
62
62
|
biotite/interface/openmm/state.py,sha256=DuoheeVwF8FqLQmer2mRJ_gRjnbIOkOsJGMfd6ARFdk,2816
|
|
63
63
|
biotite/interface/openmm/system.py,sha256=wIAlQQzJMfHJDSMIJ6CwScNgJ10DBFiBSLkR7BU4o3s,7245
|
|
64
|
-
biotite/interface/pymol/__init__.py,sha256=
|
|
64
|
+
biotite/interface/pymol/__init__.py,sha256=fL56vVJ0Ro-3aftoE3lBVRmwPRl2iHWhsnSEB5JQmK0,6849
|
|
65
65
|
biotite/interface/pymol/cgo.py,sha256=naAQ-5R2wpsbXy3UkjkFvGkzRx8xVr53qlGpltyRO8I,10205
|
|
66
66
|
biotite/interface/pymol/convert.py,sha256=mukBkBjGO0kv5Ec_ALG9i3BPYUCap1Zf1LiIJvBLrZw,6229
|
|
67
67
|
biotite/interface/pymol/display.py,sha256=R8vgVRoByPr_mkhm81fJdtzyZCMzRj8jyfviNPAfTLU,8725
|
|
68
68
|
biotite/interface/pymol/object.py,sha256=t_sT7lu1Vh_jC0uzzv7ydSf02jzeClT4tfiPN9fIMyY,45419
|
|
69
69
|
biotite/interface/pymol/shapes.py,sha256=w0_fBczmPtI3tQrmrwOp8owg6WUfhX3qXhKXibtfwBA,6244
|
|
70
70
|
biotite/interface/pymol/startup.py,sha256=vHdpd3RusQXJr9PSPbJxWbo8CuJSN4YpecNCM0az1Ak,4788
|
|
71
|
-
biotite/interface/rdkit/__init__.py,sha256=
|
|
71
|
+
biotite/interface/rdkit/__init__.py,sha256=0hPcE6j-HKorkcFq3thhx6k2BEjeo0bbwuCGTEqB5YI,551
|
|
72
72
|
biotite/interface/rdkit/mol.py,sha256=GH0iSrs54qNWSZbVjPw3T0hjJbTWkCFjTwpq8ef7XTI,20134
|
|
73
73
|
biotite/sequence/__init__.py,sha256=fUoOYLTavBTicHu-JCQkvrCAyRfKRspfCItufOBDGGE,3507
|
|
74
74
|
biotite/sequence/alphabet.py,sha256=rI3KC_U05_gdLdXypGDicmJWvU2ruISMlCxr-NGPi0E,17782
|
|
@@ -82,7 +82,7 @@ biotite/sequence/seqtypes.py,sha256=szRx8sKaLOTq1Lp8qtg7Ru4dd_3SALl2zBqw0DFzy5s,
|
|
|
82
82
|
biotite/sequence/sequence.py,sha256=lWG4TjGLDjhBStQk-y3ECLjElch4korQ5BSAiGJ-X0Q,12064
|
|
83
83
|
biotite/sequence/align/__init__.py,sha256=ncVKWSjBtX6mjeikahsOXheqnlh9bT4mAzwkcMPYMWU,4910
|
|
84
84
|
biotite/sequence/align/alignment.py,sha256=YSQCSXaUJ-q78RP3NAAsBhQ04aDtWRZxdjKNJD7on3o,23082
|
|
85
|
-
biotite/sequence/align/banded.pyx,sha256=
|
|
85
|
+
biotite/sequence/align/banded.pyx,sha256=cy1ZhBpQcZSyZGLhPYGa8HKce_u58mfnHHyk18ZTBkQ,25934
|
|
86
86
|
biotite/sequence/align/buckets.py,sha256=3QLzBDorc0ZYJv2SNuRn-mWmT3I2XljfCD1AoNV3ldw,2535
|
|
87
87
|
biotite/sequence/align/cigar.py,sha256=5Q7TU4jVsCsk1gbyVtwiX3ugvqN90WRGqhl0UCNteec,14760
|
|
88
88
|
biotite/sequence/align/kmeralphabet.pyx,sha256=CW2EymGklsnL_REWTdGx_r2pe0fNwdDmfjmSqf-IfiY,19231
|
|
@@ -91,8 +91,8 @@ biotite/sequence/align/kmertable.pyx,sha256=NM0ja9hxigllGNu4_8lrnUwYRi58EUDoHTun
|
|
|
91
91
|
biotite/sequence/align/localgapped.pyx,sha256=4rYWmMe_6fxmnAK-7mN3cV6dTy3xirWG4T65a7iayWk,33998
|
|
92
92
|
biotite/sequence/align/localungapped.pyx,sha256=2cRRgd4cbgClyzEV_PJJf5FUp8XqXjk4P0tAkbIuEKM,9938
|
|
93
93
|
biotite/sequence/align/matrix.py,sha256=IXh2nM_nmClLQ_qRiT1cQWGhFAJuPUDHzbzWVxcV6qY,22991
|
|
94
|
-
biotite/sequence/align/multiple.pyx,sha256=
|
|
95
|
-
biotite/sequence/align/pairwise.pyx,sha256=
|
|
94
|
+
biotite/sequence/align/multiple.pyx,sha256=hJbBCmZreDm06f4o-GH_poUEOPZ_VBPtwlSnqlGLvZ8,22543
|
|
95
|
+
biotite/sequence/align/pairwise.pyx,sha256=2eqiJFopGk6XXtE6-UX04lTEG0T-VcHrm6dDUiA9HM0,23182
|
|
96
96
|
biotite/sequence/align/permutation.pyx,sha256=G9quD4yyP_5BCgVkJE_Xf_9wovn1Bg_MXPtltopaUYw,10340
|
|
97
97
|
biotite/sequence/align/primes.txt,sha256=XcNX2_hYQI4H-8MPvZH1oiYeQ1lfxU8rBvuwMlcQa3Y,10961
|
|
98
98
|
biotite/sequence/align/selector.pyx,sha256=YQB2rASzwMa_7bAGV_mPa828MIvrVQMuVObCAlW4B34,34425
|
|
@@ -240,34 +240,36 @@ biotite/sequence/phylo/tree.pyx,sha256=kmT2kO9cH3svQOxsyuPLfbUsWnTNdfVrx5xaxcmTC
|
|
|
240
240
|
biotite/sequence/phylo/upgma.pyx,sha256=llgc-9fEOU-D1a-ESMSIAoPjHvsd_L0-GnwkL-uzWNc,5376
|
|
241
241
|
biotite/structure/__init__.py,sha256=nTlutppQQCPYYPH0MXB104--L70rOPUj6P8CcRDyUKA,5623
|
|
242
242
|
biotite/structure/atoms.py,sha256=x6SnfqCTZIWWReEh62YDUTF3sPjjJKkldDYqu2XigDk,52406
|
|
243
|
-
biotite/structure/basepairs.py,sha256
|
|
243
|
+
biotite/structure/basepairs.py,sha256=4IfbB0yE7-a1cGnMmYwpCu53zVBiJBOyGJ-TxzzigmY,51311
|
|
244
244
|
biotite/structure/bonds.pyx,sha256=mFJxrbNtGDHQWdSD5KwEJgGsIsfZBo8B18C4DvknYvo,71734
|
|
245
|
-
biotite/structure/box.py,sha256=
|
|
246
|
-
biotite/structure/celllist.pyx,sha256=
|
|
247
|
-
biotite/structure/chains.py,sha256=
|
|
245
|
+
biotite/structure/box.py,sha256=ryQDQc0PkuPHfk7dRdMMVUreKWGhbZGPOZZUwhtCaW4,24112
|
|
246
|
+
biotite/structure/celllist.pyx,sha256=tZXwbuN1QACGG2lHiA71ZMtfcdcvypoxCyRdodKFvyU,35427
|
|
247
|
+
biotite/structure/chains.py,sha256=Xv9VwUQbko6Yg7zCqwNAUCm7x6qTciQ0NqUUSRYmswo,8600
|
|
248
248
|
biotite/structure/charges.pyx,sha256=ZqQeMaSr0kjgBWRN_mYWBXV6wYtglADRrvY4ZQ0KKSU,19341
|
|
249
249
|
biotite/structure/compare.py,sha256=h6v6pAVxLiDKzeEbFltI9OuLtVBNVCAmFU7m8whFcKE,28034
|
|
250
250
|
biotite/structure/density.py,sha256=bCRVos_1LF2Uqq8fmVnZNhRUdDupdTXgPem-bkca24s,4306
|
|
251
|
-
biotite/structure/dotbracket.py,sha256=
|
|
251
|
+
biotite/structure/dotbracket.py,sha256=1aOy386N6H666YK_vVaE1Ed28Xx9-OlW9jWLI51v0U4,7411
|
|
252
252
|
biotite/structure/error.py,sha256=NaQBi7CGUYpa7-Y9t0We8iVEJwqpsNWLXkr1PTBKlxQ,822
|
|
253
253
|
biotite/structure/filter.py,sha256=Iw5G6Qa53D6ZA-XH0fLY-vosl6AZHMJtmIvs4hcHc94,18585
|
|
254
254
|
biotite/structure/geometry.py,sha256=vAMYYyTU-wrhx5twVYLrtan0UEdLmG-C-opuTZjhHjM,24331
|
|
255
|
-
biotite/structure/hbond.py,sha256=
|
|
255
|
+
biotite/structure/hbond.py,sha256=prj1l763yMQGPWL41HoLtSpiDveHoMVP7dlUNYO9pjE,15617
|
|
256
256
|
biotite/structure/integrity.py,sha256=v1lJrEcvH_bdV0-5ToIKBPWKV5Mq-TDSlSFZgRjn614,6976
|
|
257
257
|
biotite/structure/mechanics.py,sha256=hg1wre3uPAuXfyZ976mryvd0_Db1UE-iTLE9qjfwijw,2659
|
|
258
258
|
biotite/structure/molecules.py,sha256=VdfD4w5cbbT4_qQdNHYgIjqwQSvaS-SbfNE5ytNCBqI,15628
|
|
259
|
-
biotite/structure/pseudoknots.py,sha256=
|
|
259
|
+
biotite/structure/pseudoknots.py,sha256=8kknr_m4eUsVdJUe2gPRofWkWP9NYgOU-NAmJw2oPEc,22716
|
|
260
260
|
biotite/structure/rdf.py,sha256=XAkbnbfk0wx_cIlrDYXBMUzzShgICUCpyPPfTNviWBQ,8349
|
|
261
261
|
biotite/structure/repair.py,sha256=MqWQTIOH67giGQ-_yRFARa0uqNFRHHOb-PwSBkdzUL4,7298
|
|
262
|
-
biotite/structure/residues.py,sha256=
|
|
263
|
-
biotite/structure/rings.py,sha256=
|
|
264
|
-
biotite/structure/sasa.pyx,sha256=
|
|
265
|
-
biotite/structure/segments.py,sha256=
|
|
262
|
+
biotite/structure/residues.py,sha256=3g3b1SBh-euil6wKg-WSNJWwhhsUp2BUAI68-Yhgu14,22378
|
|
263
|
+
biotite/structure/rings.py,sha256=2lkqhvlR1ENvmbXpzXg5stzh1mVfLwSXGBSLrtXUzYY,11781
|
|
264
|
+
biotite/structure/sasa.pyx,sha256=Vp-WbGMa2HduTf9KDOoR4IQnarUGemVqjVyn_PbFGhU,13239
|
|
265
|
+
biotite/structure/segments.py,sha256=ZfU1WtimhcvXy0tWv7AYbW1wis04_DtxC4Eal2u2JrM,10033
|
|
266
266
|
biotite/structure/sequence.py,sha256=RFayTEC85_ETGq0mQVX0gy3tZU6-dTQStyReVzauTqU,4355
|
|
267
|
+
biotite/structure/spacegroups.json,sha256=C3O--eJKKKOScmCyqPAElFh-qTlMN5f4EkzxWfhaigs,53125
|
|
268
|
+
biotite/structure/spacegroups.license,sha256=-9GpM4nLKzKQgPXGf1PNUXhCM8CQUm79QWFA40KG_aY,1323
|
|
267
269
|
biotite/structure/sse.py,sha256=Th5LBvwV6x94d1vbBdxFnKGBqaPxDkTit9qNgeFBC78,11710
|
|
268
|
-
biotite/structure/superimpose.py,sha256=
|
|
270
|
+
biotite/structure/superimpose.py,sha256=cE2Q3E0YXzYh6KDhYcBbBi2O1c1O2ZIPUbBlGNEvh2Q,20073
|
|
269
271
|
biotite/structure/tm.py,sha256=dzLLD3GYPFsVgXgND8-fZT2Y3pp0FDA6S_Z8QJUr9S0,21548
|
|
270
|
-
biotite/structure/transform.py,sha256=
|
|
272
|
+
biotite/structure/transform.py,sha256=WZ6fysoP2OR-tpJxSjNmCkUVqdBwCCnCYRyWa4hPP1k,27711
|
|
271
273
|
biotite/structure/util.py,sha256=7X_h7YYzwXLYc2XjFR-BQPAosNCqdZnxbbfonyO-NGA,5127
|
|
272
274
|
biotite/structure/alphabet/__init__.py,sha256=UxJZ1_WsI1SPs89ZGv4Xmr-n0pWwlQcBBglfJEXzanY,953
|
|
273
275
|
biotite/structure/alphabet/encoder.py,sha256=OMQXiMo6xnhIsWoCZ2xKvGpV28k24lM8LhL9cZDDFNE,11715
|
|
@@ -279,13 +281,13 @@ biotite/structure/alphabet/pb.py,sha256=n9EyAgWLZ055CMFhQwc_t1xvG4KJ6lTMGwh_3H1U
|
|
|
279
281
|
biotite/structure/alphabet/unkerasify.py,sha256=YjuM8molBvuhfhGAAF5L-zo8agC2S3WLTDWMdARn_7Y,3429
|
|
280
282
|
biotite/structure/graphics/__init__.py,sha256=crwq14wVv4ttDEecmExvEyh5Z1LCafb3wznZWB7HOhA,366
|
|
281
283
|
biotite/structure/graphics/atoms.py,sha256=acZXrWVRblk83FfLePe3pHoMcjJJH2eEDyZFmqmw-xs,8359
|
|
282
|
-
biotite/structure/graphics/rna.py,sha256=
|
|
284
|
+
biotite/structure/graphics/rna.py,sha256=g3Rxzz2nCFXKv6IXCuKd9nnN57SI5WZtAcjzxRAhHtw,12140
|
|
283
285
|
biotite/structure/info/__init__.py,sha256=D1ure7j8lAfbLGqQricxHLuiDHf0FLzV_p4m5rd0dPQ,722
|
|
284
286
|
biotite/structure/info/atom_masses.json,sha256=DJ2YMCN4Fvn0zzT91N6TotoLMPm_EkeOF23Yjb5mvGg,2504
|
|
285
287
|
biotite/structure/info/atoms.py,sha256=rBmzMqUffYmKuQVVHFEz-SaaFSrsRSLFoMwa8dzYYZg,3100
|
|
286
288
|
biotite/structure/info/bonds.py,sha256=7qp4EYo61x6j7OK9Eyolh7Pmg4PU8Rodr5_KfmnyzP8,4793
|
|
287
289
|
biotite/structure/info/ccd.py,sha256=o0Jb7YYJbYpyljfNGiqXF6bXP7IUlCY3cRMQj1EyWvg,6051
|
|
288
|
-
biotite/structure/info/components.bcif,sha256=
|
|
290
|
+
biotite/structure/info/components.bcif,sha256=ouff7fpRp47Fq6CYsKBZlLpHkaN6x6X6q-dVnRs7uro,59990720
|
|
289
291
|
biotite/structure/info/groups.py,sha256=0NTOaFgvqf-yWTMNiZguVx6i0sVWXB-AhnPyhuRcK5o,3312
|
|
290
292
|
biotite/structure/info/masses.py,sha256=s8heq0bG33-6NTeRqA2WpoOqUy-mwQTfM5a7CWA0YE0,4676
|
|
291
293
|
biotite/structure/info/misc.py,sha256=_-TSbBsZ70fv3Kcwa-28LTOOZpLJZkHE23XjvysLdF4,3565
|
|
@@ -308,8 +310,8 @@ biotite/structure/io/mol/sdf.py,sha256=yV0ROsMsMAN0Y6rgLSri4KVsHwxoBrln4ANldqihM
|
|
|
308
310
|
biotite/structure/io/netcdf/__init__.py,sha256=BVUimn1EklpgdoCFE5sC-H4E47exDe_xIviMeGnn_tk,363
|
|
309
311
|
biotite/structure/io/netcdf/file.py,sha256=8jht6qCgw0Q7q1-WaQ1iCBjc1QLzjrwpppe3uBZhZ1Y,2256
|
|
310
312
|
biotite/structure/io/pdb/__init__.py,sha256=UqePAxP48oww8SEexxr6JlugRua8wgOryAvxmHd58f4,753
|
|
311
|
-
biotite/structure/io/pdb/convert.py,sha256=
|
|
312
|
-
biotite/structure/io/pdb/file.py,sha256=
|
|
313
|
+
biotite/structure/io/pdb/convert.py,sha256=EN9-10tp_ZZ199lhJNHMUA7jp1IO0FfRaxRHD20wSNw,14188
|
|
314
|
+
biotite/structure/io/pdb/file.py,sha256=ncGCHbdrk4jlC0TkOt6HenEgOMcYUugPP5UYwu0xs6I,54991
|
|
313
315
|
biotite/structure/io/pdb/hybrid36.pyx,sha256=-feGX_k9H7uAfbqmy37PvlWbuij-mknpbCR2ot1l4kk,8277
|
|
314
316
|
biotite/structure/io/pdbqt/__init__.py,sha256=JiBnbhNHevtmVIwEeYBubOzK5xu1d9dSny7Zf3Aas74,456
|
|
315
317
|
biotite/structure/io/pdbqt/convert.py,sha256=M2SytCYO2ihvpcUQCqz4PD4DAKwCPxcjGbhFhJjbDZY,4121
|
|
@@ -318,35 +320,35 @@ biotite/structure/io/pdbx/__init__.py,sha256=0G68Qdc29KdXt0R9di2uBv4r173kuXXqGCb
|
|
|
318
320
|
biotite/structure/io/pdbx/bcif.py,sha256=cpl55pbDDlQKWZDkTZsgMDZKWv303AvedV3-n5Y05OA,21808
|
|
319
321
|
biotite/structure/io/pdbx/cif.py,sha256=7jaC3DueZ0m738nFGYfkMkseXDiMhiBKWF0Gx_fk6AI,35956
|
|
320
322
|
biotite/structure/io/pdbx/component.py,sha256=MiVzeqTI9FHl8hbbpQkOGmlHyhtmwW4V18nQVcL-Quk,8649
|
|
321
|
-
biotite/structure/io/pdbx/compress.py,sha256=
|
|
322
|
-
biotite/structure/io/pdbx/convert.py,sha256=
|
|
323
|
-
biotite/structure/io/pdbx/encoding.pyx,sha256=
|
|
323
|
+
biotite/structure/io/pdbx/compress.py,sha256=r8Odnftx_k5CQgkpJ0tvfQkbQwTjaWVjWtyef4DtI7M,13668
|
|
324
|
+
biotite/structure/io/pdbx/convert.py,sha256=QSv6O0sEE1XKrzqVQ_bjIKrziSGxOJzJCuBZKEQ1Ho0,81994
|
|
325
|
+
biotite/structure/io/pdbx/encoding.pyx,sha256=mZHuUc9ScdwXlwSnCwD9UiUzArW8Dqf-9Yyu5xYms5w,33174
|
|
324
326
|
biotite/structure/io/trr/__init__.py,sha256=xp4FpuAy_ESqzVWyugRXUHZ0iF8j5ox6EfCxSWhkcUY,372
|
|
325
327
|
biotite/structure/io/trr/file.py,sha256=XcdYOf9M2tjRXMM87p9U7jMdQb0PlTFvDHXHgSdjbl8,1278
|
|
326
328
|
biotite/structure/io/xtc/__init__.py,sha256=P17UBQnG-KmOlScHp46FXAb5i7d-ZCMlyljcOkFolMw,370
|
|
327
329
|
biotite/structure/io/xtc/file.py,sha256=X4iIDjAWn1ZySg3NjbPeSMNByoyH1y8asmtqcBYycpE,1278
|
|
328
|
-
biotite/sequence/codec.cp313-win_amd64.pyd,sha256=
|
|
329
|
-
biotite/structure/bonds.cp313-win_amd64.pyd,sha256=
|
|
330
|
-
biotite/structure/celllist.cp313-win_amd64.pyd,sha256=
|
|
331
|
-
biotite/structure/charges.cp313-win_amd64.pyd,sha256=
|
|
332
|
-
biotite/structure/sasa.cp313-win_amd64.pyd,sha256=
|
|
333
|
-
biotite/sequence/align/banded.cp313-win_amd64.pyd,sha256=
|
|
334
|
-
biotite/sequence/align/kmeralphabet.cp313-win_amd64.pyd,sha256=
|
|
335
|
-
biotite/sequence/align/kmersimilarity.cp313-win_amd64.pyd,sha256=
|
|
336
|
-
biotite/sequence/align/kmertable.cp313-win_amd64.pyd,sha256=
|
|
337
|
-
biotite/sequence/align/localgapped.cp313-win_amd64.pyd,sha256=
|
|
338
|
-
biotite/sequence/align/localungapped.cp313-win_amd64.pyd,sha256=
|
|
339
|
-
biotite/sequence/align/multiple.cp313-win_amd64.pyd,sha256=
|
|
340
|
-
biotite/sequence/align/pairwise.cp313-win_amd64.pyd,sha256
|
|
341
|
-
biotite/sequence/align/permutation.cp313-win_amd64.pyd,sha256=
|
|
342
|
-
biotite/sequence/align/selector.cp313-win_amd64.pyd,sha256=
|
|
343
|
-
biotite/sequence/align/tracetable.cp313-win_amd64.pyd,sha256=
|
|
344
|
-
biotite/sequence/phylo/nj.cp313-win_amd64.pyd,sha256=
|
|
345
|
-
biotite/sequence/phylo/tree.cp313-win_amd64.pyd,sha256=
|
|
346
|
-
biotite/sequence/phylo/upgma.cp313-win_amd64.pyd,sha256=
|
|
347
|
-
biotite/structure/io/pdb/hybrid36.cp313-win_amd64.pyd,sha256=
|
|
348
|
-
biotite/structure/io/pdbx/encoding.cp313-win_amd64.pyd,sha256=
|
|
349
|
-
biotite-1.
|
|
350
|
-
biotite-1.
|
|
351
|
-
biotite-1.
|
|
352
|
-
biotite-1.
|
|
330
|
+
biotite/sequence/codec.cp313-win_amd64.pyd,sha256=1INz2PLdRJz1Gm3o0aVAMCqVhEx_ybUDVLczfHEmpCM,253440
|
|
331
|
+
biotite/structure/bonds.cp313-win_amd64.pyd,sha256=04K42GnvRe3TJFqjcJPu6J8oSMQfxlrRw9vDxxbQY3s,481280
|
|
332
|
+
biotite/structure/celllist.cp313-win_amd64.pyd,sha256=iaq_Cr1Bbz2an-7Np9uA8bnkek5ycfZNW_P9ZU2CN4s,257536
|
|
333
|
+
biotite/structure/charges.cp313-win_amd64.pyd,sha256=ZECVSnN4LaBMXKU_5MToJtSTImNL2BY5hHklawVvjoQ,215040
|
|
334
|
+
biotite/structure/sasa.cp313-win_amd64.pyd,sha256=EwXMKWMjrHvm-KFR4ugJATEYlxwHTpU2TK10-b2M4QQ,194560
|
|
335
|
+
biotite/sequence/align/banded.cp313-win_amd64.pyd,sha256=Vb5M5GESsfRfoBHjLX7fW-Sh0CKnIB9HTVMRbcDmGxI,503808
|
|
336
|
+
biotite/sequence/align/kmeralphabet.cp313-win_amd64.pyd,sha256=g4rHc_LmceRiauFhYFlCM3SNN3AGHwiFkB9P4sLqsLE,333312
|
|
337
|
+
biotite/sequence/align/kmersimilarity.cp313-win_amd64.pyd,sha256=HjAN4k_kvE86zqDoM97ltdOKj1uQ7m_OTqDYNe0SL_Y,178176
|
|
338
|
+
biotite/sequence/align/kmertable.cp313-win_amd64.pyd,sha256=lQhqEqBHQjgFtsBthY0Qx17U3FX_Vnc433mAQNzIx_w,592384
|
|
339
|
+
biotite/sequence/align/localgapped.cp313-win_amd64.pyd,sha256=wrbPDCYFnLG83-N6pv6pzTOOAZXbZZJpc2Ohhh5y7Vo,953344
|
|
340
|
+
biotite/sequence/align/localungapped.cp313-win_amd64.pyd,sha256=jk215ENXZOev5yY2ZN_UPdS5i455toWwZThqCnWDkZI,266752
|
|
341
|
+
biotite/sequence/align/multiple.cp313-win_amd64.pyd,sha256=xDmZAKs1h7XDZ_JL8a0Cu-zNWkpmwTPLlKJHw16n8jA,413184
|
|
342
|
+
biotite/sequence/align/pairwise.cp313-win_amd64.pyd,sha256=VN0rrbUbAMxVUTxSRjmICr5sDUhYSdb4DV-8PGtA16Y,548864
|
|
343
|
+
biotite/sequence/align/permutation.cp313-win_amd64.pyd,sha256=Y30g6HvA2wo3zHHGIY_HmPta75fNnWE8A__qlcdknzY,186880
|
|
344
|
+
biotite/sequence/align/selector.cp313-win_amd64.pyd,sha256=pP15L8U0Ot1KEUww_-MjoAuS_iyuruqrSYP4M-oX-10,259072
|
|
345
|
+
biotite/sequence/align/tracetable.cp313-win_amd64.pyd,sha256=hO6vQqSrxLj33cxbQNw4LKGq6hWPrguMAWeDBhdnOSo,154624
|
|
346
|
+
biotite/sequence/phylo/nj.cp313-win_amd64.pyd,sha256=176sQLU64Uhp5Q2Jm2558j_gsToayIrXcBCZj8uzfgM,173568
|
|
347
|
+
biotite/sequence/phylo/tree.cp313-win_amd64.pyd,sha256=Kc61c5wJUHHG3qB-bC9m8TNfLiu-oQ7V7nlJDojLGAM,212992
|
|
348
|
+
biotite/sequence/phylo/upgma.cp313-win_amd64.pyd,sha256=7oy7J6DIUX0UfnKEYZRhqit_ogr87BP8ghCLKtAeyF8,166912
|
|
349
|
+
biotite/structure/io/pdb/hybrid36.cp313-win_amd64.pyd,sha256=RqI-p5YCM7L1a84Bh_mQ4X3xK9FIJY2arwEIeKl4ydw,156672
|
|
350
|
+
biotite/structure/io/pdbx/encoding.cp313-win_amd64.pyd,sha256=_hMSuNspI1BVwMPB2KAp7gdgqAjnHWUxO7W7LUEI_24,965120
|
|
351
|
+
biotite-1.3.0.dist-info/METADATA,sha256=gcnHDjnEHlvw3vQKLx2ZpW64zoh-snCRfNU0n0erVEw,5525
|
|
352
|
+
biotite-1.3.0.dist-info/WHEEL,sha256=O7AUB0KTOxr_I9NzV8XaS6URMp4gsOs4mqmM2xDsrc0,97
|
|
353
|
+
biotite-1.3.0.dist-info/licenses/LICENSE.rst,sha256=wDDtR8LuBedgqNIor2N5YGv4nj9flZltCDSu2fhjGbo,1564
|
|
354
|
+
biotite-1.3.0.dist-info/RECORD,,
|
|
File without changes
|