pdb-tools 2.5.1__py3-none-any.whl → 2.6.0__py3-none-any.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 pdb-tools might be problematic. Click here for more details.
- {pdb_tools-2.5.1.dist-info → pdb_tools-2.6.0.dist-info}/METADATA +1 -1
- {pdb_tools-2.5.1.dist-info → pdb_tools-2.6.0.dist-info}/RECORD +7 -7
- pdbtools/pdb_splitmodel.py +2 -1
- {pdb_tools-2.5.1.dist-info → pdb_tools-2.6.0.dist-info}/WHEEL +0 -0
- {pdb_tools-2.5.1.dist-info → pdb_tools-2.6.0.dist-info}/entry_points.txt +0 -0
- {pdb_tools-2.5.1.dist-info → pdb_tools-2.6.0.dist-info}/licenses/LICENSE +0 -0
- {pdb_tools-2.5.1.dist-info → pdb_tools-2.6.0.dist-info}/top_level.txt +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pdb_tools-2.
|
|
1
|
+
pdb_tools-2.6.0.dist-info/licenses/LICENSE,sha256=cT2RbiAZ-YA-Vr_FpRv5cgvS3zh_KjQlBnvoewjElNQ,11350
|
|
2
2
|
pdbtools/__init__.py,sha256=FN83ZHvtgK83OaOvhaKBJXqvn44ikqLt1pXloqS03O8,3320
|
|
3
3
|
pdbtools/pdb_b.py,sha256=stTb1z6uzpUl564wfcU6SqR5f8eLGP5B-l5TuyKQBfs,5026
|
|
4
4
|
pdbtools/pdb_chain.py,sha256=pA4k_Qc25eYEu7Cuq0T9uiKcPckpG-ZisOiKyE16Ako,4955
|
|
@@ -40,7 +40,7 @@ pdbtools/pdb_selseg.py,sha256=xFRfcVrqbWv_9HhLQbKvPOedhbmdU-s4GoVupAvxWzs,5089
|
|
|
40
40
|
pdbtools/pdb_shiftres.py,sha256=LrZufworF1xF0u_uY0_QYjIfU7Uk7AftWJAwnN5BXL4,5079
|
|
41
41
|
pdbtools/pdb_sort.py,sha256=szYyd5NhpVjfNSEO07LBuFtHHM3eZXRfZ-T7YNORs60,8280
|
|
42
42
|
pdbtools/pdb_splitchain.py,sha256=TepAD4vlUD7kc3oqJQ49WOM7xr8hdvisP6BgZfkGbNc,3765
|
|
43
|
-
pdbtools/pdb_splitmodel.py,sha256=
|
|
43
|
+
pdbtools/pdb_splitmodel.py,sha256=EwE7xklqT0LTJIP6wezOjpp1cwcdoSeCkWkJFtRXN1s,3626
|
|
44
44
|
pdbtools/pdb_splitseg.py,sha256=g5pQ9rye9q3cgY866ZwDaCNEAzevKOr_ePX84L0tdUw,3868
|
|
45
45
|
pdbtools/pdb_tidy.py,sha256=fJWDyU5wdJvxwz3BTi88k75K1Zu2-qmsJW-EJ52xC2Q,8644
|
|
46
46
|
pdbtools/pdb_tocif.py,sha256=8xS8eROua71uzxB8kR9WOKmnaJAdr11XKPVFwhLUZOY,6768
|
|
@@ -48,8 +48,8 @@ pdbtools/pdb_tofasta.py,sha256=n9RxmiVcSo1sX-oWMly4-Xi4YwNviLCk0uuGQYt1gFE,6336
|
|
|
48
48
|
pdbtools/pdb_uniqname.py,sha256=uucIbHShFdHl6nskcrALNf_jzHgFA8zCyx0dXtONRVM,3890
|
|
49
49
|
pdbtools/pdb_validate.py,sha256=yTjlgexYoB52oLr3kFlSBqhPh-WeZWSAEuBPaORiCyY,6286
|
|
50
50
|
pdbtools/pdb_wc.py,sha256=0aOGwNG66A4tUJANt-r1z_Pp3LoCOadHXGpmSoabNGU,8477
|
|
51
|
-
pdb_tools-2.
|
|
52
|
-
pdb_tools-2.
|
|
53
|
-
pdb_tools-2.
|
|
54
|
-
pdb_tools-2.
|
|
55
|
-
pdb_tools-2.
|
|
51
|
+
pdb_tools-2.6.0.dist-info/METADATA,sha256=vkozfzpDsBDZfvfp_S8Acleg2OawFeU8TR9f4un7JPM,6780
|
|
52
|
+
pdb_tools-2.6.0.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
53
|
+
pdb_tools-2.6.0.dist-info/entry_points.txt,sha256=ZwR1wuBJ03mYzXiYYToZqtHlw1CV4OQxAUgJ2iR_AXk,1986
|
|
54
|
+
pdb_tools-2.6.0.dist-info/top_level.txt,sha256=VJ80Sd0ldoM5Fb0EG_JRbs2GmslbFIKBL8Y0Rok8q-U,9
|
|
55
|
+
pdb_tools-2.6.0.dist-info/RECORD,,
|
pdbtools/pdb_splitmodel.py
CHANGED
|
@@ -102,7 +102,8 @@ def run(fhandle, outname=None):
|
|
|
102
102
|
records = ('ATOM', 'HETATM', 'ANISOU', 'TER')
|
|
103
103
|
for line in fhandle:
|
|
104
104
|
if line.startswith('MODEL'):
|
|
105
|
-
|
|
105
|
+
parts = line.split()
|
|
106
|
+
model_no = parts[1] if len(parts) > 1 else "0"
|
|
106
107
|
fh = open(basename + '_' + model_no + '.pdb', 'w')
|
|
107
108
|
model_lines = []
|
|
108
109
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|