The attached, bio3d-extracted PDB file is not in the proper PDB format, as shown below:
ATOM 146941 "O5'" U A5 1 25.028 -40.244 90.648 1.00 70.00 O
ATOM 146942 "C5'" U A5 1 25.523 -39.579 91.790 1.00 70.00 C
ATOM 146943 "C4'" U A5 1 26.370 -38.340 91.444 1.00 70.00 C
ATOM 146944 "O4'" U A5 1 27.391 -38.705 90.570 1.00 70.00 O
ATOM 146945 "C3'" U A5 1 25.628 -37.207 90.717 1.00 70.00 C
ATOM 146946 "O3'" U A5 1 24.913 -36.404 91.694 1.00 70.00 O
Specifically, the atom serial number is larger than 99999 (maximum for 5 columns), the atom names are more than 4-chars with "", and chain id should be only one character long instead of A5. Could bio3D write the output in mmCIF format? You may need to read the documentation or contact the developer of bio3D.
An example of correctly formatted PDB ATOM record is as below:
ATOM 25 P C A 2 54.635 50.420 53.741 1.00100.19 P
ATOM 26 OP1 C A 2 55.145 51.726 54.238 1.00100.19 O
ATOM 27 OP2 C A 2 54.465 50.204 52.269 1.00100.19 O
ATOM 28 O5' C A 2 55.563 49.261 54.342 1.00 98.27 O
ATOM 29 C5' C A 2 55.925 49.246 55.742 1.00 95.40 C
ATOM 30 C4' C A 2 56.836 48.075 56.049 1.00 93.33 C
ATOM 31 O4' C A 2 56.122 46.828 55.830 1.00 92.18 O
ATOM 32 C3' C A 2 58.090 47.947 55.197 1.00 92.75 C
ATOM 33 O3' C A 2 59.174 48.753 55.651 1.00 92.89 O
ATOM 34 C2' C A 2 58.416 46.463 55.298 1.00 91.81 C
To help move over this issue quickly, please try the following in PyMOL:
reinitialize
load 4v6w.cif
save 4v6w-A5.cif, chain A5
The output file "4v6w-A5.cif" is what you need. Please have a try and let us know how it goes.
Xiang-Jun