In [88]:
from Bio.PDB import *
import os
parser = PDBParser(PERMISSIVE=1)
structure_id = "1occ"
filename = 'original_pdb/' + structure_id + ".pdb"
outFileName = "for_simulation/" + structure_id + ".pdb"
structure = parser.get_structure(structure_id, filename)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/StructureBuilder.py:89: PDBConstructionWarning: WARNING: Chain A is discontinuous at line 29058.
PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/StructureBuilder.py:89: PDBConstructionWarning: WARNING: Chain B is discontinuous at line 29060.
PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/StructureBuilder.py:89: PDBConstructionWarning: WARNING: Chain F is discontinuous at line 29062.
PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/StructureBuilder.py:89: PDBConstructionWarning: WARNING: Chain N is discontinuous at line 29063.
PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/StructureBuilder.py:89: PDBConstructionWarning: WARNING: Chain O is discontinuous at line 29065.
PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/StructureBuilder.py:89: PDBConstructionWarning: WARNING: Chain S is discontinuous at line 29067.
PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/StructureBuilder.py:89: PDBConstructionWarning: WARNING: Chain A is discontinuous at line 29068.
PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/StructureBuilder.py:89: PDBConstructionWarning: WARNING: Chain N is discontinuous at line 29188.
PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29309.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29309.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/Atom.py:98: PDBConstructionWarning: Used element 'N' for Atom (name=N) with given element ''
warnings.warn(msg, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29310.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29310.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/Atom.py:98: PDBConstructionWarning: Used element 'O' for Atom (name=O) with given element ''
warnings.warn(msg, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29311.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29311.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29312.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29312.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29313.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29313.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29314.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29314.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29315.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29315.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29316.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29316.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29317.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29317.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29318.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29318.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29319.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29319.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29320.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29320.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29321.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29321.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29322.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29322.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29323.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29323.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29324.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29324.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29325.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29325.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29326.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29326.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29327.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29327.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29328.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29328.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29329.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29329.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29330.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29330.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29331.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29331.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29332.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29332.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29333.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29333.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29334.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29334.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29335.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29335.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29336.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29336.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29337.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29337.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29338.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29338.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29339.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29339.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29340.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29340.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29341.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29341.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29342.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29342.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29343.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29343.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29344.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29344.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29345.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29345.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29346.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29346.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29347.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29347.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29348.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29348.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29349.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29349.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29350.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29350.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29351.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29351.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29352.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29352.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29353.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29353.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29354.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29354.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29355.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29355.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29356.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29356.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29357.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29357.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29358.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29358.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29359.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29359.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29360.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29360.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29361.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29361.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29362.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29362.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29363.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29363.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29364.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29364.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29365.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29365.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29366.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29366.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29367.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29367.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29368.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29368.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29369.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29369.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29370.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29370.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29371.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29371.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29372.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29372.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29373.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29373.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29374.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29374.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29375.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29375.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29376.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29376.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29377.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29377.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29378.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29378.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29379.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29379.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29380.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29380.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29381.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29381.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29382.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29382.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29383.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29383.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29384.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29384.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29385.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29385.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29386.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29386.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29387.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29387.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29388.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29388.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29389.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29389.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29390.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29390.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29391.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29391.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29392.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29392.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29393.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29393.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29394.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29394.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29395.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29395.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29396.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29396.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29397.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29397.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29398.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29398.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29399.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29399.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29400.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29400.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29401.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29401.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29402.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29402.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29403.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29403.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29404.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29404.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29405.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29405.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29406.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29406.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29407.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29407.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29408.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29408.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29409.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29409.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29410.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29410.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29411.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29411.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29412.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29412.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29413.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29413.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29414.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29414.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29415.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29415.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29416.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29416.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29417.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29417.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29418.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29418.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29419.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29419.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29420.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29420.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29421.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29421.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29422.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29422.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29423.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29423.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29424.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29424.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29425.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29425.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29426.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29426.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29427.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29427.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29428.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29428.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29429.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29429.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29430.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29430.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29431.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29431.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29432.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29432.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29433.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29433.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29434.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29434.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29435.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29435.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29436.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29436.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29437.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29437.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29438.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29438.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29439.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29439.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29440.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29440.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29441.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29441.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29442.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29442.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29443.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29443.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29444.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29444.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29445.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29445.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29446.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29446.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29447.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29447.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29448.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29448.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29449.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29449.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29450.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29450.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29451.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29451.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29452.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29452.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29453.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29453.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29454.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29454.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29455.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29455.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29456.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29456.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29457.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29457.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29458.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29458.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29459.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29459.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29460.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29460.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29461.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29461.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29462.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29462.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29463.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29463.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29464.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29464.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29465.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29465.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29466.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29466.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29467.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29467.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29468.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29468.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29469.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29469.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29470.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29470.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29471.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29471.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29472.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29472.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29473.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29473.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29474.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29474.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29475.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29475.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29476.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29476.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29477.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29477.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29478.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29478.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29479.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29479.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29480.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29480.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29481.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29481.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29482.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29482.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29483.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29483.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29484.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29484.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29485.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29485.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29486.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29486.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29487.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29487.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29488.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29488.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29489.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29489.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29490.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29490.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29491.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29491.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29492.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29492.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29493.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29493.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29494.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29494.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29495.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29495.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29496.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29496.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29497.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29497.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29498.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29498.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29499.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29499.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29500.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29500.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29501.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29501.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29502.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29502.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29503.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29503.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29504.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29504.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29505.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29505.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29506.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29506.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29507.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29507.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29508.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29508.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29509.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29509.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29510.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29510.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29511.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29511.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29512.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29512.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29513.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29513.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29514.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29514.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29515.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29515.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29516.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29516.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29517.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29517.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29518.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29518.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29519.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29519.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29520.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29520.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29521.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29521.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29522.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29522.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29523.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29523.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29524.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29524.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29525.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29525.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29526.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29526.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29527.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29527.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29528.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29528.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29529.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29529.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29530.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29530.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29531.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29531.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29532.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29532.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29533.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29533.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29534.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29534.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29535.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29535.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29536.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29536.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29537.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29537.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29538.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29538.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29539.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29539.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29540.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29540.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29541.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29541.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29542.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29542.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29543.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29543.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29544.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29544.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29545.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29545.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29546.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29546.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29547.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29547.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29548.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29548.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29549.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29549.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29550.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29550.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29551.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29551.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29552.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29552.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29553.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29553.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29554.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29554.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29555.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29555.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29556.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29556.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29557.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29557.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29558.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29558.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29559.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29559.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29560.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29560.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29561.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29561.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29562.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29562.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29563.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29563.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29564.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29564.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29565.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29565.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29566.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29566.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29567.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29567.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29568.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29568.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29569.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29569.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29570.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29570.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29571.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29571.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29572.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29572.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29573.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29573.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29574.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29574.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29575.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29575.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29576.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29576.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29577.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29577.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29578.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29578.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29579.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29579.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29580.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29580.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29581.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29581.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29582.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29582.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29583.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29583.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29584.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29584.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29585.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29585.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29586.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29586.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29587.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29587.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29588.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29588.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29589.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29589.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29590.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29590.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29591.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29591.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29592.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29592.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29593.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29593.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29594.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29594.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29595.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29595.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29596.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29596.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29597.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29597.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29598.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29598.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29599.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29599.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29600.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29600.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29601.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29601.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29602.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29602.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29603.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29603.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29604.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29604.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29605.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29605.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29606.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29606.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29607.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29607.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29608.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29608.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29609.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29609.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29610.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29610.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29611.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29611.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29612.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29612.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29613.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29613.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29614.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29614.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29615.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29615.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29616.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29616.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29617.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29617.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29618.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29618.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29619.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29619.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29620.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29620.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29621.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29621.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29622.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29622.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29623.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29623.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29624.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29624.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29625.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29625.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29626.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29626.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29627.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29627.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29628.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29628.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29629.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29629.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29630.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29630.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29631.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29631.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29632.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29632.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29633.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29633.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29634.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29634.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29635.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29635.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29636.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29636.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29637.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29637.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29638.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29638.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29639.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29639.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29640.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29640.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29641.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29641.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29642.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29642.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29643.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29643.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29644.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29644.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29645.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29645.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29646.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29646.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29647.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29647.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29648.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29648.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29649.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29649.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29650.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29650.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29651.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29651.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29652.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29652.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29653.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29653.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29654.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29654.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29655.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29655.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29656.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29656.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29657.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29657.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29658.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29658.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29659.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29659.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29660.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29660.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29661.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29661.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29662.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29662.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29663.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29663.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29664.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29664.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29665.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29665.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29666.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29666.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29667.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29667.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29668.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29668.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29669.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29669.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29670.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29670.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29671.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29671.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29672.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29672.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29673.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29673.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29674.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29674.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29675.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29675.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29676.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29676.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29677.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29677.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29678.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29678.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29679.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29679.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29680.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29680.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29681.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29681.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29682.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29682.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29683.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29683.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29684.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29684.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29685.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29685.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29686.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29686.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29687.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29687.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29688.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29688.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29689.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29689.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29690.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29690.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29691.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29691.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29692.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29692.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29693.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29693.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29694.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29694.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29695.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29695.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29696.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29696.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29697.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29697.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29698.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29698.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29699.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29699.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29700.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29700.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29701.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29701.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29702.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29702.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29703.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29703.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29704.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29704.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29705.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29705.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29706.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29706.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29707.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29707.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29708.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29708.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29709.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29709.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29710.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29710.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29711.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29711.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29712.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29712.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29713.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29713.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29714.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29714.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29715.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29715.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29716.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29716.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29717.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29717.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29718.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29718.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29719.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29719.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29720.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29720.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29721.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29721.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29722.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29722.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29723.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29723.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29724.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29724.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29725.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29725.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29726.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29726.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29727.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29727.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29728.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29728.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29729.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29729.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29730.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29730.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29731.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29731.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29732.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29732.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29733.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29733.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29734.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29734.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29735.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29735.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29736.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29736.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29737.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29737.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29738.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29738.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29739.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29739.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29740.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29740.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29741.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29741.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29742.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29742.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29743.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29743.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29744.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29744.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29745.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29745.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29746.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29746.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29747.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29747.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29748.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29748.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29749.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29749.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29750.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29750.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29751.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29751.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29752.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29752.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29753.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29753.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29754.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29754.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29755.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29755.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29756.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29756.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29757.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29757.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29758.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29758.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29759.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29759.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29760.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29760.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29761.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29761.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29762.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29762.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29763.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29763.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29764.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29764.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29765.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29765.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29766.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29766.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29767.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29767.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29768.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29768.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29769.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29769.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29770.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29770.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29771.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29771.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29772.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29772.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29773.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29773.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29774.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29774.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29775.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29775.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29776.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29776.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29777.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29777.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29778.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29778.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29779.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29779.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29780.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29780.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29781.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29781.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29782.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29782.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29783.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29783.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29784.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29784.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29785.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29785.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29786.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29786.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29787.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29787.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29788.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29788.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29789.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29789.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29790.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29790.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29791.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29791.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29792.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29792.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29793.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29793.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29794.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29794.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29795.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29795.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29796.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29796.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29797.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29797.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29798.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29798.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29799.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29799.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29800.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29800.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29801.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29801.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29802.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29802.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29803.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29803.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29804.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29804.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29805.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29805.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29806.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29806.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29807.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29807.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29808.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29808.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29809.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29809.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29810.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29810.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29811.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29811.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29812.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29812.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29813.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29813.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29814.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29814.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29815.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29815.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29816.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29816.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29817.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29817.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29818.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29818.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29819.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29819.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29820.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29820.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29821.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29821.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29822.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29822.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29823.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29823.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29824.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29824.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29825.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29825.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29826.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29826.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29827.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29827.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29828.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29828.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29829.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29829.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29830.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29830.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29831.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29831.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29832.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29832.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29833.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29833.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29834.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29834.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29835.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29835.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29836.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29836.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29837.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29837.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29838.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29838.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29839.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29839.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29840.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29840.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29841.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29841.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29842.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29842.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29843.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29843.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29844.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29844.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29845.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29845.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29846.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29846.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29847.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29847.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29848.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29848.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29849.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29849.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29850.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29850.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29851.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29851.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29852.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29852.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29853.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29853.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29854.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29854.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29855.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29855.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29856.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29856.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29857.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29857.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29858.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29858.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29859.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29859.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29860.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29860.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29861.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29861.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29862.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29862.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29863.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29863.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29864.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29864.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29865.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29865.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29866.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29866.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29867.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29867.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29868.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29868.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29869.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29869.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29870.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29870.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29871.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29871.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29872.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29872.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29873.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29873.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29874.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29874.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29875.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29875.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29876.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29876.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29877.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29877.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29878.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29878.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29879.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29879.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29880.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29880.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29881.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29881.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29882.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29882.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29883.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29883.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29884.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29884.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29885.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29885.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29886.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29886.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29887.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29887.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29888.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29888.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29889.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29889.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29890.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29890.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29891.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29891.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29892.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29892.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29893.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29893.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29894.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29894.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29895.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29895.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29896.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29896.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29897.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29897.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29898.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29898.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29899.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29899.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29900.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29900.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29901.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29901.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29902.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29902.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29903.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29903.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29904.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29904.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29905.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29905.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29906.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29906.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29907.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29907.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29908.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29908.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29909.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29909.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29910.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29910.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29911.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29911.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29912.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29912.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29913.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29913.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29914.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29914.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29915.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29915.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29916.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29916.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29917.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29917.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29918.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29918.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29919.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29919.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29920.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29920.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29921.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29921.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29922.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29922.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29923.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29923.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29924.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29924.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29925.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29925.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29926.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29926.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29927.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29927.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29928.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29928.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29929.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29929.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29930.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29930.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29931.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29931.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29932.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29932.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29933.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29933.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29934.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29934.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29935.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29935.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29936.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29936.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29937.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29937.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29938.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29938.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29939.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29939.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29940.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29940.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29941.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29941.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29942.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29942.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29943.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29943.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29944.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29944.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29945.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29945.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29946.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29946.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29947.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29947.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29948.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29948.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29949.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29949.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29950.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29950.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29951.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29951.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29952.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29952.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29953.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29953.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29954.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29954.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29955.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29955.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29956.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29956.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29957.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29957.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29958.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29958.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29959.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29959.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29960.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29960.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29961.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29961.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29962.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29962.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29963.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29963.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29964.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29964.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29965.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29965.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29966.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29966.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29967.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29967.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29968.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29968.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29969.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29969.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29970.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29970.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29971.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29971.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29972.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29972.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29973.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29973.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29974.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29974.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29975.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29975.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29976.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29976.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29977.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29977.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29978.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29978.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29979.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29979.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29980.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29980.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29981.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29981.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29982.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29982.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29983.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29983.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29984.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29984.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29985.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29985.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29986.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29986.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29987.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29987.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29988.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29988.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29989.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29989.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29990.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29990.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29991.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29991.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29992.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29992.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29993.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29993.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29994.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29994.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29995.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29995.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29996.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29996.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29997.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29997.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29998.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29998.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 29999.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 29999.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30000.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30000.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30001.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30001.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30002.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30002.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30003.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30003.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30004.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30004.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30005.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30005.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30006.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30006.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30007.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30007.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30008.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30008.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30009.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30009.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30010.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30010.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30011.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30011.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30012.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30012.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30013.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30013.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30014.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30014.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30015.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30015.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30016.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30016.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30017.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30017.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30018.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30018.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30019.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30019.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30020.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30020.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30021.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30021.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30022.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30022.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30023.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30023.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30024.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30024.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30025.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30025.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30026.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30026.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30027.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30027.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30028.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30028.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30029.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30029.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30030.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30030.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30031.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30031.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30032.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30032.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30033.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30033.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30034.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30034.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30035.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30035.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30036.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30036.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30037.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30037.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30038.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30038.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30039.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30039.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30040.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30040.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30041.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30041.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30042.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30042.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30043.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30043.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30044.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30044.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30045.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30045.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30046.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30046.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30047.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30047.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30048.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30048.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30049.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30049.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30050.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30050.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30051.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30051.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30052.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30052.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30053.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30053.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30054.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30054.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30055.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30055.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30056.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30056.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30057.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30057.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30058.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30058.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30059.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30059.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30060.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30060.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30061.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30061.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30062.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30062.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30063.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30063.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30064.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30064.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30065.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30065.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30066.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30066.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30067.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30067.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30068.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30068.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30069.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30069.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30070.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30070.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30071.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30071.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30072.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30072.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30073.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30073.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30074.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30074.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30075.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30075.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30076.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30076.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30077.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30077.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30078.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30078.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30079.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30079.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30080.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30080.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30081.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30081.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30082.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30082.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30083.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30083.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30084.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30084.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30085.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30085.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30086.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30086.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30087.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30087.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30088.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30088.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30089.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30089.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30090.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30090.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30091.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30091.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30092.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30092.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30093.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30093.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30094.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30094.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30095.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30095.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30096.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30096.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30097.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30097.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30098.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30098.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30099.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30099.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30100.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30100.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30101.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30101.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30102.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30102.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30103.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30103.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30104.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30104.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30105.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30105.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30106.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30106.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30107.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30107.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30108.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30108.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30109.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30109.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30110.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30110.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30111.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30111.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30112.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30112.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30113.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30113.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30114.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30114.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30115.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30115.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30116.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30116.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30117.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30117.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30118.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30118.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30119.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30119.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30120.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30120.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30121.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30121.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30122.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30122.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30123.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30123.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30124.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30124.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30125.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30125.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30126.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30126.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30127.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30127.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30128.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30128.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30129.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30129.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30130.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30130.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30131.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30131.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30132.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30132.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30133.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30133.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30134.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30134.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30135.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30135.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30136.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30136.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30137.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30137.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30138.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30138.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30139.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30139.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30140.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30140.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30141.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30141.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30142.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30142.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30143.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30143.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30144.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30144.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30145.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30145.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30146.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30146.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30147.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30147.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30148.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30148.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30149.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30149.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30150.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30150.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30151.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30151.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30152.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30152.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30153.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30153.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30154.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30154.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30155.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30155.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30156.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30156.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30157.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30157.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30158.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30158.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30159.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30159.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30160.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30160.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30161.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30161.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30162.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30162.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30163.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30163.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30164.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30164.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30165.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30165.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30166.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30166.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30167.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30167.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30168.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30168.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30169.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30169.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30170.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30170.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30171.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30171.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30172.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30172.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30173.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30173.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30174.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30174.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30175.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30175.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30176.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30176.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30177.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30177.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30178.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30178.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30179.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30179.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30180.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30180.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30181.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30181.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30182.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30182.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30183.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30183.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30184.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30184.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30185.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30185.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30186.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30186.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30187.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30187.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30188.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30188.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30189.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30189.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30190.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30190.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30191.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30191.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30192.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30192.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30193.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30193.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30194.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30194.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30195.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30195.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30196.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30196.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30197.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30197.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30198.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30198.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30199.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30199.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30200.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30200.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30201.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30201.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30202.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30202.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30203.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30203.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30204.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30204.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30205.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30205.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30206.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30206.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30207.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30207.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30208.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30208.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30209.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30209.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30210.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30210.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30211.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30211.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30212.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30212.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30213.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30213.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30214.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30214.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30215.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30215.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30216.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30216.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30217.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30217.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30218.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30218.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30219.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30219.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30220.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30220.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30221.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30221.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30222.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30222.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30223.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30223.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30224.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30224.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30225.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30225.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30226.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30226.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30227.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30227.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30228.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30228.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30229.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30229.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30230.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30230.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30231.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30231.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30232.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30232.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30233.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30233.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30234.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30234.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30235.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30235.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30236.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30236.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30237.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30237.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30238.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30238.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30239.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30239.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30240.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30240.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30241.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30241.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30242.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30242.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30243.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30243.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30244.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30244.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30245.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30245.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30246.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30246.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30247.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30247.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30248.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30248.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30249.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30249.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30250.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30250.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30251.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30251.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30252.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30252.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30253.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30253.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30254.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30254.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30255.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30255.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30256.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30256.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30257.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30257.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30258.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30258.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30259.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30259.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30260.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30260.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30261.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30261.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30262.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30262.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30263.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30263.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30264.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30264.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30265.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30265.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30266.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30266.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30267.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30267.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30268.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30268.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30269.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30269.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30270.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30270.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30271.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30271.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30272.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30272.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30273.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30273.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30274.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30274.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30275.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30275.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30276.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30276.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30277.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30277.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30278.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30278.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30279.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30279.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30280.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30280.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30281.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30281.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30282.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30282.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30283.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30283.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30284.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30284.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30285.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30285.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30286.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30286.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30287.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30287.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30288.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30288.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30289.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30289.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30290.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30290.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30291.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30291.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30292.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30292.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30293.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30293.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30294.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30294.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30295.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30295.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30296.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30296.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30297.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30297.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30298.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30298.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30299.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30299.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30300.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30300.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30301.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30301.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30302.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30302.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30303.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30303.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30304.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30304.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30305.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30305.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30306.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30306.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30307.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30307.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30308.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30308.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30309.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30309.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30310.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30310.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30311.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30311.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30312.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30312.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30313.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30313.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30314.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30314.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30315.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30315.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30316.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30316.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30317.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30317.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30318.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30318.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30319.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30319.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30320.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30320.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30321.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30321.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30322.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30322.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30323.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30323.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30324.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30324.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30325.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30325.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30326.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30326.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30327.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30327.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30328.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30328.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30329.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30329.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30330.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30330.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30331.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30331.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30332.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30332.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30333.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30333.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30334.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30334.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30335.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30335.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30336.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30336.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30337.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30337.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30338.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30338.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30339.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30339.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30340.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30340.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30341.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30341.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30342.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30342.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30343.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30343.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30344.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30344.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30345.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30345.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30346.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30346.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30347.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30347.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30348.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30348.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30349.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30349.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30350.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30350.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30351.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30351.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30352.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30352.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30353.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30353.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30354.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30354.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30355.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30355.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30356.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30356.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30357.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30357.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30358.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30358.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30359.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30359.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30360.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30360.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30361.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30361.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30362.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30362.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30363.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30363.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30364.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30364.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30365.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30365.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30366.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30366.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30367.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30367.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30368.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30368.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30369.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30369.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30370.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30370.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30371.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30371.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30372.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30372.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30373.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30373.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30374.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30374.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30375.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30375.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30376.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30376.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30377.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30377.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30378.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30378.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30379.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30379.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30380.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30380.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30381.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30381.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30382.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30382.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30383.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30383.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30384.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30384.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30385.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30385.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30386.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30386.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30387.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30387.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30388.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30388.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30389.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30389.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30390.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30390.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30391.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30391.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30392.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30392.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30393.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30393.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30394.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30394.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30395.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30395.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30396.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30396.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30397.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30397.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30398.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30398.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30399.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30399.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30400.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30400.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30401.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30401.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30402.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30402.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30403.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30403.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30404.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30404.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30405.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30405.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30406.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30406.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30407.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30407.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30408.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30408.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30409.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30409.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30410.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30410.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30411.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30411.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30412.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30412.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30413.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30413.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30414.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30414.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30415.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30415.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30416.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30416.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30417.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30417.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30418.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30418.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30419.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30419.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30420.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30420.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30421.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30421.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30422.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30422.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30423.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30423.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30424.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30424.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30425.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30425.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30426.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30426.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30427.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30427.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30428.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30428.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30429.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30429.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30430.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30430.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30431.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30431.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30432.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30432.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30433.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30433.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30434.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30434.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30435.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30435.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30436.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30436.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30437.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30437.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30438.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30438.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30439.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30439.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30440.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30440.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30441.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30441.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30442.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30442.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30443.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30443.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30444.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30444.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30445.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30445.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30446.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30446.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30447.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30447.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30448.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30448.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30449.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30449.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30450.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30450.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30451.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30451.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30452.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30452.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30453.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30453.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30454.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30454.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30455.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30455.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30456.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30456.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30457.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30457.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30458.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30458.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30459.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30459.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30460.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30460.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30461.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30461.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30462.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30462.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30463.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30463.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30464.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30464.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30465.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30465.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30466.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30466.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30467.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30467.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30468.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30468.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30469.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30469.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30470.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30470.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30471.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30471.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30472.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30472.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30473.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30473.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30474.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30474.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30475.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30475.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30476.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30476.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30477.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30477.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30478.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30478.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30479.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30479.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30480.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30480.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30481.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30481.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30482.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30482.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30483.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30483.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30484.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30484.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30485.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30485.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30486.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30486.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30487.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30487.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30488.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30488.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30489.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30489.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30490.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30490.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30491.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30491.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30492.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30492.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30493.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30493.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30494.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30494.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30495.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30495.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30496.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30496.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30497.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30497.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30498.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30498.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30499.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30499.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30500.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30500.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30501.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30501.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30502.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30502.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30503.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30503.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30504.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30504.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30505.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30505.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30506.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30506.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30507.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30507.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30508.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30508.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30509.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30509.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30510.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30510.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30511.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30511.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30512.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30512.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30513.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30513.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30514.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30514.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30515.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30515.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30516.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30516.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30517.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30517.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30518.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30518.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30519.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30519.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30520.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30520.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30521.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30521.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30522.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30522.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30523.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30523.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30524.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30524.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30525.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30525.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30526.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30526.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30527.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30527.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30528.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30528.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30529.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30529.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30530.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30530.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30531.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30531.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30532.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30532.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30533.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30533.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30534.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30534.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30535.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30535.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30536.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30536.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30537.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30537.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30538.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30538.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30539.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30539.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30540.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30540.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30541.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30541.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30542.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30542.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30543.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30543.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30544.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30544.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30545.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30545.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30546.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30546.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30547.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30547.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30548.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30548.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30549.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30549.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30550.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30550.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30551.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30551.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30552.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30552.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30553.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30553.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30554.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30554.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30555.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30555.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30556.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30556.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30557.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30557.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30558.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30558.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30559.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30559.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30560.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30560.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30561.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30561.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30562.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30562.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30563.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30563.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30564.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30564.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30565.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30565.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30566.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30566.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30567.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30567.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30568.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30568.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30569.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30569.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30570.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30570.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30571.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30571.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30572.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30572.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30573.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30573.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30574.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30574.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30575.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30575.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30576.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30576.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30577.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30577.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30578.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30578.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30579.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30579.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30580.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30580.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30581.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30581.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30582.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30582.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30583.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30583.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30584.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30584.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30585.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30585.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30586.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30586.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30587.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30587.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30588.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30588.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30589.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30589.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30590.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30590.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30591.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30591.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30592.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30592.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30593.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30593.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30594.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30594.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30595.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30595.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30596.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30596.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30597.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30597.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30598.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30598.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30599.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30599.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30600.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30600.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30601.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30601.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30602.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30602.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30603.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30603.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30604.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30604.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30605.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30605.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30606.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30606.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30607.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30607.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30608.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30608.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30609.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30609.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30610.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30610.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30611.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30611.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30612.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30612.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30613.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30613.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30614.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30614.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30615.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30615.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30616.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30616.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30617.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30617.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30618.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30618.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30619.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30619.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30620.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30620.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30621.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30621.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30622.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30622.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30623.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30623.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30624.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30624.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30625.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30625.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30626.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30626.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30627.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30627.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30628.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30628.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30629.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30629.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30630.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30630.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30631.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30631.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30632.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30632.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30633.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30633.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30634.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30634.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30635.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30635.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30636.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30636.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30637.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30637.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30638.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30638.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30639.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30639.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30640.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30640.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30641.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30641.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30642.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30642.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30643.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30643.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30644.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30644.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30645.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30645.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30646.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30646.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30647.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30647.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30648.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30648.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30649.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30649.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30650.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30650.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30651.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30651.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30652.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30652.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30653.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30653.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30654.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30654.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30655.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30655.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30656.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30656.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30657.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30657.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30658.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30658.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30659.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30659.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30660.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30660.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30661.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30661.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30662.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30662.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30663.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30663.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30664.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30664.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30665.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30665.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30666.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30666.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30667.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30667.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30668.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30668.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30669.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30669.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30670.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30670.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30671.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30671.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30672.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30672.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30673.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30673.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30674.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30674.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30675.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30675.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30676.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30676.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30677.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30677.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30678.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30678.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30679.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30679.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30680.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30680.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30681.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30681.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30682.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30682.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30683.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30683.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30684.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30684.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30685.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30685.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30686.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30686.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30687.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30687.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30688.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30688.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30689.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30689.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30690.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30690.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30691.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30691.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30692.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30692.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30693.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30693.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30694.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30694.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30695.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30695.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30696.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30696.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30697.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30697.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30698.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30698.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30699.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30699.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30700.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30700.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30701.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30701.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30702.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30702.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30703.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30703.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30704.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30704.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30705.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30705.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30706.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30706.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30707.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30707.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30708.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30708.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30709.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30709.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30710.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30710.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30711.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30711.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30712.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30712.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30713.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30713.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30714.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30714.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30715.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30715.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30716.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30716.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30717.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30717.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30718.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30718.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30719.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30719.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30720.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30720.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30721.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30721.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30722.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30722.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30723.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30723.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30724.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30724.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30725.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30725.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30726.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30726.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30727.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30727.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30728.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30728.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30729.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30729.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30730.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30730.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30731.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30731.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30732.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30732.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30733.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30733.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30734.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30734.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30735.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30735.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30736.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30736.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30737.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30737.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30738.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30738.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30739.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30739.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30740.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30740.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30741.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30741.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30742.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30742.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30743.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30743.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30744.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30744.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30745.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30745.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30746.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30746.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30747.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30747.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30748.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30748.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30749.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30749.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30750.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30750.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30751.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30751.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30752.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30752.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30753.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30753.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30754.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30754.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30755.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30755.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30756.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30756.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30757.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30757.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30758.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30758.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30759.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30759.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30760.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30760.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30761.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30761.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30762.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30762.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30763.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30763.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30764.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30764.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30765.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30765.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30766.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30766.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30767.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30767.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30768.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30768.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30769.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30769.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30770.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30770.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30771.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30771.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30772.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30772.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30773.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30773.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30774.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30774.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30775.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30775.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30776.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30776.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30777.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30777.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30778.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30778.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30779.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30779.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30780.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30780.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30781.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30781.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30782.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30782.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30783.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30783.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30784.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30784.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30785.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30785.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30786.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30786.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30787.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30787.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30788.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30788.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30789.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30789.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30790.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30790.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30791.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30791.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30792.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30792.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30793.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30793.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30794.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30794.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30795.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30795.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30796.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30796.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30797.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30797.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30798.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30798.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30799.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30799.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30800.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30800.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30801.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30801.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30802.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30802.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30803.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30803.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30804.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30804.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30805.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30805.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30806.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30806.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30807.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30807.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30808.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30808.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30809.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30809.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30810.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30810.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30811.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30811.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30812.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30812.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30813.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30813.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30814.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30814.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30815.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30815.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30816.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30816.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30817.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30817.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30818.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30818.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30819.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30819.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30820.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30820.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30821.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30821.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30822.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30822.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30823.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30823.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30824.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30824.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30825.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30825.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30826.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30826.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30827.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30827.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30828.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30828.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30829.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30829.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30830.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30830.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30831.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30831.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30832.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30832.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30833.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30833.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30834.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30834.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30835.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30835.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30836.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30836.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30837.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30837.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30838.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30838.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30839.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30839.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30840.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30840.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30841.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30841.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30842.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30842.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30843.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30843.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30844.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30844.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30845.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30845.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30846.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30846.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30847.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30847.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30848.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30848.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30849.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30849.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30850.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30850.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30851.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30851.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30852.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30852.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30853.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30853.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30854.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30854.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30855.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30855.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30856.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30856.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30857.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30857.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30858.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30858.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30859.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30859.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30860.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30860.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30861.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30861.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30862.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30862.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30863.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30863.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30864.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30864.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30865.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30865.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30866.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30866.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30867.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30867.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30868.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30868.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30869.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30869.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30870.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30870.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30871.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30871.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30872.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30872.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30873.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30873.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30874.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30874.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30875.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30875.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30876.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30876.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30877.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30877.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30878.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30878.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30879.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30879.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30880.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30880.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30881.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30881.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30882.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30882.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30883.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30883.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30884.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30884.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30885.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30885.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30886.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30886.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30887.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30887.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30888.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30888.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30889.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30889.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30890.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30890.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30891.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30891.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30892.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30892.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30893.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30893.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30894.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30894.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30895.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30895.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30896.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30896.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30897.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30897.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30898.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30898.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30899.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30899.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30900.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30900.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30901.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30901.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30902.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30902.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30903.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30903.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30904.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30904.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30905.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30905.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30906.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30906.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30907.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30907.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30908.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30908.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30909.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30909.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30910.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30910.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30911.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30911.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30912.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30912.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30913.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30913.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30914.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30914.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30915.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30915.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30916.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30916.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30917.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30917.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30918.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30918.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30919.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30919.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30920.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30920.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30921.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30921.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30922.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30922.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30923.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30923.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30924.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30924.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30925.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30925.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30926.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30926.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30927.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30927.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30928.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30928.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30929.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30929.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30930.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30930.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30931.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30931.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30932.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30932.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30933.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30933.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30934.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30934.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30935.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30935.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30936.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30936.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30937.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30937.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30938.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30938.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30939.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30939.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30940.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30940.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30941.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30941.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30942.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30942.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30943.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30943.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30944.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30944.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30945.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30945.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30946.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30946.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30947.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30947.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30948.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30948.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30949.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30949.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30950.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30950.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30951.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30951.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30952.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30952.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30953.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30953.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30954.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30954.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30955.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30955.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30956.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30956.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30957.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30957.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30958.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30958.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30959.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30959.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30960.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30960.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30961.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30961.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30962.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30962.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30963.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30963.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30964.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30964.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30965.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30965.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30966.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30966.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30967.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30967.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30968.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30968.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30969.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30969.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30970.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30970.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30971.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30971.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30972.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30972.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30973.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30973.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30974.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30974.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30975.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30975.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30976.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30976.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30977.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30977.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30978.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30978.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30979.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30979.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30980.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30980.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30981.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30981.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30982.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30982.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30983.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30983.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30984.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30984.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30985.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30985.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30986.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30986.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30987.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30987.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30988.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30988.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30989.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30989.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30990.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30990.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30991.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30991.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30992.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30992.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30993.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30993.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30994.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30994.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30995.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30995.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30996.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30996.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30997.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30997.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30998.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30998.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 30999.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 30999.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31000.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31000.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31001.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31001.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31002.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31002.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31003.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31003.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31004.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31004.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31005.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31005.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31006.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31006.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31007.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31007.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31008.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31008.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31009.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31009.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31010.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31010.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31011.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31011.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31012.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31012.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31013.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31013.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31014.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31014.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31015.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31015.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31016.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31016.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31017.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31017.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31018.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31018.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31019.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31019.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31020.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31020.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31021.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31021.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31022.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31022.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31023.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31023.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31024.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31024.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31025.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31025.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31026.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31026.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31027.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31027.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31028.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31028.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31029.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31029.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31030.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31030.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31031.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31031.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31032.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31032.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31033.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31033.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31034.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31034.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31035.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31035.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31036.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31036.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31037.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31037.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31038.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31038.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31039.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31039.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31040.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31040.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31041.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31041.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31042.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31042.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31043.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31043.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31044.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31044.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31045.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31045.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31046.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31046.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31047.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31047.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31048.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31048.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31049.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31049.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31050.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31050.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31051.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31051.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31052.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31052.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31053.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31053.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31054.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31054.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31055.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31055.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31056.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31056.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31057.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31057.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31058.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31058.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31059.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31059.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31060.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31060.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31061.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31061.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31062.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31062.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31063.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31063.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31064.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31064.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31065.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31065.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31066.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31066.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31067.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31067.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31068.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31068.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31069.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31069.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31070.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31070.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31071.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31071.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31072.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31072.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31073.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31073.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31074.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31074.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31075.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31075.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31076.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31076.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31077.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31077.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31078.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31078.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31079.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31079.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31080.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31080.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31081.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31081.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31082.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31082.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31083.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31083.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31084.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31084.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31085.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31085.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31086.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31086.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31087.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31087.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31088.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31088.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31089.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31089.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31090.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31090.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31091.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31091.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31092.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31092.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31093.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31093.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31094.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31094.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31095.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31095.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31096.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31096.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31097.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31097.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31098.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31098.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31099.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31099.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31100.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31100.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31101.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31101.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31102.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31102.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31103.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31103.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31104.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31104.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31105.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31105.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31106.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31106.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31107.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31107.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31108.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31108.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31109.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31109.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31110.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31110.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31111.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31111.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31112.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31112.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31113.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31113.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31114.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31114.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31115.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31115.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31116.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31116.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31117.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31117.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31118.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31118.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31119.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31119.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31120.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31120.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31121.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31121.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31122.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31122.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31123.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31123.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31124.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31124.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31125.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31125.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31126.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31126.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31127.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31127.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31128.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31128.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31129.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31129.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31130.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31130.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31131.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31131.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31132.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31132.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31133.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31133.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31134.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31134.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31135.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31135.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31136.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31136.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31137.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31137.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31138.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31138.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31139.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31139.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31140.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31140.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31141.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31141.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31142.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31142.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31143.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31143.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31144.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31144.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31145.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31145.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31146.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31146.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31147.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31147.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31148.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31148.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31149.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31149.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31150.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31150.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31151.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31151.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31152.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31152.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31153.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31153.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31154.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31154.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31155.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31155.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31156.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31156.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31157.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31157.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31158.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31158.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31159.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31159.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31160.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31160.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31161.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31161.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31162.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31162.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31163.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31163.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31164.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31164.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31165.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31165.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31166.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31166.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31167.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31167.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31168.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31168.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31169.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31169.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31170.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31170.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31171.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31171.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31172.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31172.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31173.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31173.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31174.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31174.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31175.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31175.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31176.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31176.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31177.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31177.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31178.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31178.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31179.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31179.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31180.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31180.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31181.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31181.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31182.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31182.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31183.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31183.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31184.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31184.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31185.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31185.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31186.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31186.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31187.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31187.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31188.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31188.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31189.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31189.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31190.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31190.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31191.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31191.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31192.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31192.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31193.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31193.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31194.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31194.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31195.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31195.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31196.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31196.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31197.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31197.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31198.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31198.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31199.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31199.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31200.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31200.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31201.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31201.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31202.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31202.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31203.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31203.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31204.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31204.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31205.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31205.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31206.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31206.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31207.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31207.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31208.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31208.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31209.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31209.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31210.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31210.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31211.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31211.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31212.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31212.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31213.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31213.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31214.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31214.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31215.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31215.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31216.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31216.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31217.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31217.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31218.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31218.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31219.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31219.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31220.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31220.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31221.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31221.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31222.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31222.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31223.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31223.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31224.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31224.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31225.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31225.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31226.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31226.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31227.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31227.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31228.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31228.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31229.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31229.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31230.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31230.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31231.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31231.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31232.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31232.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31233.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31233.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31234.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31234.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31235.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31235.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31236.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31236.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31237.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31237.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31238.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31238.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31239.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31239.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31240.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31240.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31241.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31241.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31242.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31242.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31243.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31243.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31244.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31244.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31245.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31245.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31246.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31246.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31247.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31247.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31248.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31248.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31249.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31249.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31250.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31250.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31251.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31251.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31252.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31252.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31253.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31253.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31254.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31254.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31255.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31255.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31256.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31256.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31257.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31257.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31258.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31258.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31259.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31259.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31260.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31260.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31261.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31261.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31262.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31262.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31263.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31263.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31264.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31264.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31265.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31265.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31266.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31266.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31267.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31267.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31268.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31268.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31269.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31269.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31270.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31270.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31271.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31271.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31272.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31272.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31273.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31273.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31274.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31274.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31275.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31275.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31276.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31276.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31277.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31277.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31278.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31278.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31279.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31279.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31280.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31280.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31281.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31281.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31282.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31282.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31283.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31283.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31284.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31284.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31285.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31285.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31286.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31286.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31287.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31287.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31288.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31288.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31289.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31289.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31290.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31290.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31291.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31291.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31292.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31292.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31293.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31293.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31294.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31294.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31295.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31295.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31296.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31296.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31297.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31297.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31298.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31298.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31299.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31299.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31300.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31300.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31301.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31301.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31302.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31302.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31303.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31303.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31304.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31304.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31305.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31305.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31306.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31306.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31307.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31307.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31308.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31308.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31309.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31309.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31310.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31310.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31311.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31311.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31312.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31312.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31313.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31313.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31314.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31314.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31315.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31315.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31316.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31316.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31317.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31317.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31318.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31318.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31319.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31319.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31320.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31320.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31321.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31321.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31322.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31322.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31323.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31323.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31324.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31324.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31325.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31325.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31326.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31326.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31327.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31327.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31328.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31328.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31329.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31329.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31330.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31330.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31331.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31331.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31332.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31332.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31333.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31333.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31334.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31334.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31335.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31335.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31336.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31336.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31337.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31337.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31338.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31338.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31339.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31339.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31340.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31340.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31341.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31341.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31342.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31342.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31343.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31343.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31344.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31344.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31345.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31345.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31346.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31346.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31347.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31347.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31348.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31348.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31349.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31349.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31350.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31350.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31351.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31351.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31352.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31352.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31353.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31353.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31354.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31354.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31355.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31355.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31356.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31356.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31357.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31357.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31358.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31358.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31359.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31359.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31360.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31360.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31361.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31361.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31362.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31362.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31363.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31363.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31364.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31364.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31365.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31365.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31366.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31366.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31367.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31367.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31368.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31368.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31369.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31369.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31370.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31370.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31371.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31371.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31372.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31372.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31373.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31373.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31374.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31374.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31375.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31375.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31376.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31376.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31377.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31377.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31378.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31378.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31379.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31379.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31380.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31380.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31381.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31381.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31382.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31382.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31383.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31383.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31384.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31384.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31385.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31385.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31386.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31386.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31387.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31387.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31388.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31388.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31389.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31389.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31390.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31390.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31391.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31391.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31392.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31392.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31393.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31393.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31394.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31394.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31395.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31395.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31396.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31396.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31397.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31397.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31398.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31398.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31399.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31399.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31400.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31400.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31401.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31401.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31402.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31402.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31403.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31403.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31404.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31404.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31405.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31405.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31406.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31406.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31407.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31407.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31408.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31408.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31409.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31409.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31410.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31410.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31411.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31411.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31412.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31412.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31413.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31413.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31414.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31414.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31415.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31415.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31416.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31416.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31417.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31417.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31418.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31418.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31419.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31419.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31420.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31420.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31421.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31421.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31422.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31422.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31423.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31423.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31424.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31424.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31425.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31425.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31426.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31426.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31427.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31427.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31428.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31428.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31429.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31429.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31430.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31430.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31431.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31431.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31432.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31432.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31433.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31433.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31434.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31434.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31435.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31435.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31436.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31436.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31437.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31437.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31438.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31438.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31439.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31439.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31440.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31440.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31441.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31441.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31442.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31442.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31443.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31443.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31444.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31444.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31445.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31445.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31446.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31446.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31447.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31447.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31448.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31448.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31449.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31449.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31450.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31450.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31451.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31451.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31452.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31452.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31453.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31453.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31454.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31454.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31455.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31455.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31456.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31456.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31457.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31457.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31458.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31458.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31459.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31459.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31460.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31460.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31461.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31461.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31462.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31462.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31463.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31463.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31464.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31464.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31465.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31465.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31466.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31466.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31467.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31467.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31468.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31468.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31469.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31469.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31470.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31470.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31471.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31471.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31472.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31472.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31473.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31473.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31474.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31474.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31475.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31475.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31476.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31476.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31477.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31477.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31478.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31478.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31479.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31479.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31480.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31480.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31481.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31481.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31482.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31482.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31483.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31483.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31484.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31484.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31485.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31485.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31486.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31486.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31487.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31487.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31488.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31488.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31489.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31489.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31490.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31490.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31491.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31491.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31492.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31492.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31493.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31493.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31494.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31494.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31495.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31495.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31496.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31496.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31497.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31497.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31498.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31498.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31499.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31499.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31500.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31500.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31501.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31501.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31502.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31502.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31503.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31503.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31504.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31504.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31505.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31505.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31506.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31506.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31507.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31507.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31508.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31508.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31509.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31509.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31510.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31510.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31511.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31511.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31512.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31512.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31513.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31513.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31514.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31514.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31515.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31515.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31516.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31516.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31517.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31517.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31518.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31518.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31519.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31519.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31520.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31520.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31521.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31521.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31522.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31522.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31523.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31523.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31524.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31524.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31525.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31525.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31526.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31526.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31527.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31527.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31528.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31528.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31529.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31529.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31530.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31530.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31531.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31531.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31532.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31532.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31533.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31533.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31534.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31534.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31535.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31535.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31536.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31536.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31537.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31537.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31538.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31538.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31539.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31539.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31540.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31540.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31541.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31541.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31542.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31542.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31543.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31543.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31544.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31544.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31545.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31545.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31546.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31546.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31547.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31547.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31548.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31548.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31549.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31549.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31550.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31550.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31551.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31551.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31552.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31552.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31553.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31553.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31554.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31554.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31555.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31555.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31556.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31556.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31557.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31557.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31558.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31558.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31559.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31559.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31560.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31560.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31561.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31561.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31562.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31562.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31563.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31563.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31564.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31564.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31565.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31565.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31566.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31566.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31567.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31567.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31568.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31568.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31569.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31569.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31570.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31570.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31571.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31571.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31572.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31572.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31573.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31573.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31574.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31574.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31575.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31575.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31576.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31576.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31577.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31577.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31578.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31578.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31579.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31579.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31580.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31580.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31581.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31581.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31582.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31582.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31583.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31583.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31584.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31584.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31585.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31585.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31586.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31586.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31587.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31587.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31588.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31588.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31589.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31589.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31590.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31590.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31591.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31591.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31592.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31592.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31593.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31593.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31594.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31594.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31595.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31595.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31596.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31596.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31597.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31597.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31598.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31598.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31599.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31599.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31600.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31600.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31601.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31601.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31602.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31602.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31603.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31603.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31604.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31604.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31605.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31605.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31606.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31606.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31607.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31607.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31608.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31608.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31609.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31609.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31610.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31610.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31611.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31611.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31612.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31612.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31613.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31613.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31614.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31614.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31615.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31615.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31616.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31616.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31617.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31617.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31618.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31618.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31619.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31619.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31620.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31620.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31621.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31621.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31622.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31622.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31623.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31623.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31624.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31624.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31625.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31625.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31626.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31626.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31627.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31627.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31628.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31628.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31629.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31629.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31630.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31630.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31631.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31631.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31632.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31632.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31633.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31633.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31634.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31634.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31635.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31635.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31636.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31636.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31637.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31637.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31638.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31638.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31639.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31639.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31640.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31640.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31641.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31641.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31642.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31642.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31643.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31643.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31644.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31644.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31645.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31645.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31646.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31646.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31647.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31647.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31648.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31648.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31649.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31649.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31650.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31650.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31651.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31651.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31652.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31652.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31653.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31653.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31654.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31654.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31655.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31655.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31656.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31656.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31657.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31657.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31658.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31658.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31659.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31659.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31660.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31660.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31661.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31661.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31662.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31662.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31663.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31663.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31664.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31664.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31665.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31665.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31666.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31666.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31667.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31667.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31668.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31668.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31669.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31669.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31670.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31670.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31671.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31671.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31672.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31672.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31673.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31673.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31674.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31674.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31675.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31675.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31676.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31676.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31677.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31677.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31678.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31678.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31679.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31679.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31680.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31680.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31681.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31681.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31682.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31682.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31683.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31683.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31684.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31684.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31685.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31685.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31686.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31686.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31687.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31687.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31688.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31688.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31689.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31689.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31690.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31690.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31691.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31691.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31692.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31692.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31693.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31693.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31694.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31694.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31695.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31695.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31696.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31696.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31697.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31697.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31698.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31698.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31699.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31699.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31700.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31700.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31701.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31701.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31702.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31702.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31703.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31703.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31704.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31704.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31705.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31705.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31706.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31706.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31707.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31707.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31708.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31708.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31709.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31709.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31710.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31710.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31711.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31711.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31712.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31712.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31713.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31713.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31714.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31714.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31715.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31715.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31716.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31716.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31717.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31717.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31718.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31718.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31719.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31719.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31720.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31720.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31721.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31721.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31722.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31722.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31723.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31723.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31724.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31724.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31725.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31725.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31726.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31726.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31727.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31727.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31728.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31728.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31729.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31729.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31730.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31730.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31731.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31731.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31732.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31732.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31733.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31733.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31734.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31734.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31735.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31735.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31736.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31736.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31737.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31737.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31738.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31738.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31739.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31739.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31740.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31740.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31741.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31741.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31742.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31742.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31743.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31743.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31744.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31744.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31745.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31745.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31746.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31746.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31747.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31747.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31748.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31748.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31749.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31749.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31750.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31750.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31751.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31751.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31752.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31752.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31753.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31753.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31754.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31754.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31755.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31755.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31756.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31756.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31757.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31757.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31758.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31758.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31759.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31759.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31760.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31760.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31761.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31761.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31762.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31762.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31763.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31763.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31764.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31764.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31765.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31765.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31766.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31766.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31767.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31767.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31768.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31768.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31769.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31769.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31770.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31770.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31771.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31771.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31772.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31772.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31773.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31773.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31774.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31774.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31775.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31775.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31776.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31776.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31777.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31777.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31778.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31778.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31779.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31779.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31780.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31780.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31781.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31781.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31782.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31782.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31783.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31783.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31784.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31784.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31785.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31785.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31786.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31786.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31787.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31787.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31788.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31788.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31789.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31789.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31790.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31790.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31791.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31791.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31792.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31792.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31793.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31793.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31794.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31794.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31795.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31795.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31796.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31796.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31797.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31797.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31798.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31798.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31799.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31799.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31800.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31800.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31801.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31801.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31802.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31802.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31803.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31803.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31804.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31804.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31805.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31805.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31806.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31806.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31807.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31807.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31808.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31808.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31809.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31809.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31810.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31810.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31811.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31811.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31812.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31812.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31813.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31813.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31814.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31814.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31815.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31815.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31816.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31816.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31817.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31817.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31818.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31818.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31819.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31819.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31820.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31820.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31821.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31821.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31822.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31822.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31823.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31823.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31824.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31824.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31825.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31825.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31826.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31826.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31827.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31827.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31828.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31828.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31829.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31829.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31830.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31830.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31831.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31831.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31832.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31832.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31833.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31833.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31834.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31834.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31835.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31835.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31836.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31836.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31837.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31837.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31838.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31838.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31839.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31839.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31840.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31840.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31841.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31841.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31842.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31842.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31843.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31843.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31844.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31844.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31845.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31845.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31846.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31846.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31847.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31847.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31848.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31848.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31849.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31849.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31850.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31850.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31851.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31851.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31852.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31852.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31853.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31853.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31854.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31854.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31855.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31855.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31856.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31856.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31857.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31857.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31858.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31858.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31859.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31859.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31860.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31860.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31861.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31861.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31862.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31862.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31863.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31863.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31864.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31864.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31865.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31865.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31866.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31866.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31867.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31867.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31868.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31868.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31869.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31869.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31870.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31870.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31871.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31871.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31872.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31872.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31873.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31873.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31874.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31874.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31875.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31875.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31876.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31876.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31877.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31877.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31878.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31878.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31879.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31879.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31880.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31880.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31881.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31881.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31882.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31882.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31883.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31883.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31884.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31884.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31885.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31885.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31886.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31886.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31887.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31887.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31888.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31888.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31889.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31889.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31890.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31890.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31891.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31891.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31892.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31892.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31893.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31893.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31894.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31894.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31895.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31895.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31896.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31896.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31897.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31897.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31898.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31898.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31899.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31899.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31900.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31900.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31901.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31901.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31902.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31902.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31903.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31903.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31904.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31904.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31905.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31905.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31906.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31906.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31907.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31907.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31908.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31908.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31909.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31909.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31910.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31910.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31911.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31911.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31912.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31912.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31913.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31913.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31914.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31914.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31915.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31915.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31916.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31916.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31917.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31917.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31918.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31918.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31919.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31919.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31920.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31920.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31921.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31921.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31922.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31922.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31923.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31923.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31924.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31924.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31925.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31925.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31926.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31926.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31927.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31927.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31928.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31928.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31929.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31929.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31930.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31930.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31931.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31931.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31932.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31932.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31933.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31933.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31934.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31934.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31935.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31935.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31936.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31936.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31937.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31937.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31938.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31938.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31939.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31939.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31940.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31940.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31941.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31941.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31942.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31942.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31943.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31943.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31944.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31944.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31945.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31945.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31946.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31946.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31947.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31947.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31948.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31948.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31949.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31949.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31950.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31950.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31951.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31951.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31952.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31952.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31953.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31953.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31954.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31954.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31955.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31955.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31956.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31956.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31957.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31957.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31958.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31958.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31959.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31959.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31960.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31960.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31961.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31961.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31962.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31962.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31963.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31963.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31964.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31964.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31965.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31965.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31966.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31966.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31967.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31967.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31968.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31968.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31969.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31969.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31970.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31970.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31971.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31971.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31972.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31972.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31973.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31973.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31974.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31974.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31975.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31975.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31976.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31976.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31977.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31977.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31978.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31978.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31979.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31979.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31980.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31980.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31981.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31981.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31982.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31982.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31983.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31983.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31984.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31984.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31985.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31985.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31986.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31986.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31987.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31987.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31988.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31988.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31989.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31989.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31990.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31990.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31991.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31991.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31992.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31992.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31993.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31993.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31994.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31994.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31995.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31995.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31996.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31996.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31997.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31997.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31998.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31998.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 31999.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 31999.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32000.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32000.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32001.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32001.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32002.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32002.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32003.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32003.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32004.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32004.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32005.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32005.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32006.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32006.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32007.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32007.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32008.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32008.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32009.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32009.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32010.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32010.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32011.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32011.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32012.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32012.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32013.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32013.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32014.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32014.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32015.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32015.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32016.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32016.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32017.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32017.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32018.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32018.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32019.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32019.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32020.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32020.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32021.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32021.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32022.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32022.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32023.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32023.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32024.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32024.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32025.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32025.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32026.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32026.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32027.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32027.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32028.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32028.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32029.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32029.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32030.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32030.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32031.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32031.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32032.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32032.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32033.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32033.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32034.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32034.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32035.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32035.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32036.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32036.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32037.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32037.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32038.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32038.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32039.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32039.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32040.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32040.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32041.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32041.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32042.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32042.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32043.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32043.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32044.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32044.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32045.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32045.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32046.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32046.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32047.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32047.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32048.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32048.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32049.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32049.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32050.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32050.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32051.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32051.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32052.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32052.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32053.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32053.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32054.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32054.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32055.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32055.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32056.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32056.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32057.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32057.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32058.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32058.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32059.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32059.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32060.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32060.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32061.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32061.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32062.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32062.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32063.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32063.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32064.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32064.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32065.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32065.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32066.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32066.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32067.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32067.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32068.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32068.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32069.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32069.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32070.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32070.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32071.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32071.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32072.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32072.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32073.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32073.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32074.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32074.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32075.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32075.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32076.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32076.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32077.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32077.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32078.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32078.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32079.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32079.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32080.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32080.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32081.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32081.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32082.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32082.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32083.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32083.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32084.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32084.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32085.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32085.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32086.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32086.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32087.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32087.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32088.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32088.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32089.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32089.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32090.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32090.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32091.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32091.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32092.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32092.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32093.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32093.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32094.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32094.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32095.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32095.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32096.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32096.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32097.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32097.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32098.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32098.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32099.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32099.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32100.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32100.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32101.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32101.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32102.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32102.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32103.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32103.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32104.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32104.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32105.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32105.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32106.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32106.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32107.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32107.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32108.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32108.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32109.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32109.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32110.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32110.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32111.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32111.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32112.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32112.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32113.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32113.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32114.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32114.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32115.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32115.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32116.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32116.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32117.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32117.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32118.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32118.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32119.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32119.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32120.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32120.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32121.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32121.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32122.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32122.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32123.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32123.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32124.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32124.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32125.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32125.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32126.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32126.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32127.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32127.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32128.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32128.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32129.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32129.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32130.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32130.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32131.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32131.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32132.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32132.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32133.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32133.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32134.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32134.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32135.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32135.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32136.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32136.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32137.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32137.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32138.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32138.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32139.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32139.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32140.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32140.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32141.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32141.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32142.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32142.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32143.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32143.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32144.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32144.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32145.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32145.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32146.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32146.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32147.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32147.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32148.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32148.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32149.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32149.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32150.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32150.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32151.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32151.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32152.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32152.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32153.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32153.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32154.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32154.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32155.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32155.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32156.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32156.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32157.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32157.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32158.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32158.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32159.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32159.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32160.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32160.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32161.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32161.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32162.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32162.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32163.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32163.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32164.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32164.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32165.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32165.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32166.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32166.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32167.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32167.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32168.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32168.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32169.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32169.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32170.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32170.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32171.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32171.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32172.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32172.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32173.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32173.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32174.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32174.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32175.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32175.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32176.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32176.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32177.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32177.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32178.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32178.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32179.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32179.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32180.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32180.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32181.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32181.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32182.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32182.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32183.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32183.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32184.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32184.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32185.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32185.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32186.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32186.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32187.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32187.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32188.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32188.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32189.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32189.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32190.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32190.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32191.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32191.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32192.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32192.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32193.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32193.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32194.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32194.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32195.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32195.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32196.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32196.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32197.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32197.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32198.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32198.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32199.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32199.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32200.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32200.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32201.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32201.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32202.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32202.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32203.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32203.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32204.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32204.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32205.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32205.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32206.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32206.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32207.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32207.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32208.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32208.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32209.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32209.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32210.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32210.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32211.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32211.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32212.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32212.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32213.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32213.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32214.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32214.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32215.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32215.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32216.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32216.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32217.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32217.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32218.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32218.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32219.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32219.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32220.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32220.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32221.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32221.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32222.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32222.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32223.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32223.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32224.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32224.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32225.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32225.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32226.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32226.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32227.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32227.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32228.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32228.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32229.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32229.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32230.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32230.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32231.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32231.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32232.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32232.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32233.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32233.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32234.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32234.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32235.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32235.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32236.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32236.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32237.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32237.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32238.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32238.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32239.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32239.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32240.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32240.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32241.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32241.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32242.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32242.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32243.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32243.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32244.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32244.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32245.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32245.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32246.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32246.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32247.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32247.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32248.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32248.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32249.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32249.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32250.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32250.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32251.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32251.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32252.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32252.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32253.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32253.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32254.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32254.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32255.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32255.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32256.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32256.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32257.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32257.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32258.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32258.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32259.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32259.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32260.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32260.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32261.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32261.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32262.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32262.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32263.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32263.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32264.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32264.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32265.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32265.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32266.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32266.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32267.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32267.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32268.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32268.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32269.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32269.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32270.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32270.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32271.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32271.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32272.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32272.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32273.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32273.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32274.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32274.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32275.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32275.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32276.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32276.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32277.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32277.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32278.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32278.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32279.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32279.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32280.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32280.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32281.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32281.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32282.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32282.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32283.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32283.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32284.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32284.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32285.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32285.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32286.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32286.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32287.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32287.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32288.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32288.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32289.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32289.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32290.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32290.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32291.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32291.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32292.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32292.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32293.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32293.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32294.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32294.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32295.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32295.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32296.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32296.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32297.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32297.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32298.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32298.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32299.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32299.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32300.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32300.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32301.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32301.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32302.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32302.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32303.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32303.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32304.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32304.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32305.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32305.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32306.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32306.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32307.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32307.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32308.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32308.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32309.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32309.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32310.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32310.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32311.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32311.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32312.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32312.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32313.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32313.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32314.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32314.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32315.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32315.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32316.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32316.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32317.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32317.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32318.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32318.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32319.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32319.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32320.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32320.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32321.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32321.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32322.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32322.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32323.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32323.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32324.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32324.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32325.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32325.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32326.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32326.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32327.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32327.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32328.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32328.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32329.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32329.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32330.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32330.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32331.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32331.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32332.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32332.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32333.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32333.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32334.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32334.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32335.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32335.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32336.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32336.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32337.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32337.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32338.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32338.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32339.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32339.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32340.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32340.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32341.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32341.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32342.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32342.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32343.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32343.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32344.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32344.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32345.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32345.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32346.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32346.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32347.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32347.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32348.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32348.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32349.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32349.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32350.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32350.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32351.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32351.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32352.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32352.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32353.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32353.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32354.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32354.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32355.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32355.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32356.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32356.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32357.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32357.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32358.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32358.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32359.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32359.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32360.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32360.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32361.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32361.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32362.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32362.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32363.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32363.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32364.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32364.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32365.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32365.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32366.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32366.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32367.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32367.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32368.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32368.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32369.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32369.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32370.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32370.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32371.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32371.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32372.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32372.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32373.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32373.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32374.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32374.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32375.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32375.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32376.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32376.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32377.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32377.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32378.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32378.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32379.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32379.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32380.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32380.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32381.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32381.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32382.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32382.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32383.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32383.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32384.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32384.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32385.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32385.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32386.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32386.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32387.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32387.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32388.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32388.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32389.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32389.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32390.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32390.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32391.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32391.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32392.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32392.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32393.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32393.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32394.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32394.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32395.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32395.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32396.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32396.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32397.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32397.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32398.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32398.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32399.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32399.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32400.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32400.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32401.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32401.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32402.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32402.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32403.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32403.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32404.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32404.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32405.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32405.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32406.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32406.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32407.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32407.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32408.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32408.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32409.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32409.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32410.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32410.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32411.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32411.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32412.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32412.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32413.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32413.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32414.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32414.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32415.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32415.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32416.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32416.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32417.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32417.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32418.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32418.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32419.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32419.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32420.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32420.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32421.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32421.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32422.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32422.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32423.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32423.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32424.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32424.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32425.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32425.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32426.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32426.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32427.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32427.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32428.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32428.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32429.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32429.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32430.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32430.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32431.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32431.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32432.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32432.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32433.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32433.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32434.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32434.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32435.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32435.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32436.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32436.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32437.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32437.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32438.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32438.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32439.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32439.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32440.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32440.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32441.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32441.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32442.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32442.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32443.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32443.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32444.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32444.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32445.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32445.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32446.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32446.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32447.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32447.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32448.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32448.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32449.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32449.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32450.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32450.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32451.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32451.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32452.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32452.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32453.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32453.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32454.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32454.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32455.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32455.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32456.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32456.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32457.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32457.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32458.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32458.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32459.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32459.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32460.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32460.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32461.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32461.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32462.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32462.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32463.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32463.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32464.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32464.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32465.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32465.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32466.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32466.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32467.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32467.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32468.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32468.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32469.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32469.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32470.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32470.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32471.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32471.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32472.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32472.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32473.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32473.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32474.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32474.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32475.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32475.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32476.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32476.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32477.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32477.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32478.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32478.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32479.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32479.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32480.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32480.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32481.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32481.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32482.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32482.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32483.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32483.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32484.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32484.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32485.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32485.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32486.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32486.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32487.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32487.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32488.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32488.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32489.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32489.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32490.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32490.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32491.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32491.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32492.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32492.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32493.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32493.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32494.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32494.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32495.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32495.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32496.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32496.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32497.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32497.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32498.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32498.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32499.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32499.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32500.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32500.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32501.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32501.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32502.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32502.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32503.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32503.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32504.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32504.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32505.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32505.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32506.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32506.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32507.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32507.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32508.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32508.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32509.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32509.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32510.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32510.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32511.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32511.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32512.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32512.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32513.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32513.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32514.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32514.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32515.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32515.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32516.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32516.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32517.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32517.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32518.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32518.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32519.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32519.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32520.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32520.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32521.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32521.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32522.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32522.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32523.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32523.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32524.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32524.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32525.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32525.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32526.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32526.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32527.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32527.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32528.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32528.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32529.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32529.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32530.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32530.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32531.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32531.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32532.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32532.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32533.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32533.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32534.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32534.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32535.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32535.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32536.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32536.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32537.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32537.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32538.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32538.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32539.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32539.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32540.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32540.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32541.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32541.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32542.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32542.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32543.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32543.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32544.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32544.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32545.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32545.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32546.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32546.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32547.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32547.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32548.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32548.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32549.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32549.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32550.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32550.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32551.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32551.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32552.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32552.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32553.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32553.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32554.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32554.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32555.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32555.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32556.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32556.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32557.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32557.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32558.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32558.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32559.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32559.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32560.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32560.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32561.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32561.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32562.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32562.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32563.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32563.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32564.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32564.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32565.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32565.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32566.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32566.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32567.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32567.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32568.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32568.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32569.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32569.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32570.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32570.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32571.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32571.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32572.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32572.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32573.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32573.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32574.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32574.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32575.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32575.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32576.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32576.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32577.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32577.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32578.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32578.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32579.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32579.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32580.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32580.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32581.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32581.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32582.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32582.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32583.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32583.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32584.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32584.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32585.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32585.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32586.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32586.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32587.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32587.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32588.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32588.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32589.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32589.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32590.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32590.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32591.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32591.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32592.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32592.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32593.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32593.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32594.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32594.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32595.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32595.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32596.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32596.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32597.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32597.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32598.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32598.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32599.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32599.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32600.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32600.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32601.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32601.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32602.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32602.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32603.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32603.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32604.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32604.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32605.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32605.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32606.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32606.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32607.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32607.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32608.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32608.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32609.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32609.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32610.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32610.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32611.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32611.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32612.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32612.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32613.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32613.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32614.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32614.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32615.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32615.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32616.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32616.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32617.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32617.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32618.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32618.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32619.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32619.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32620.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32620.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32621.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32621.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32622.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32622.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32623.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32623.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32624.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32624.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32625.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32625.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32626.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32626.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32627.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32627.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32628.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32628.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32629.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32629.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32630.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32630.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32631.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32631.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32632.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32632.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32633.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32633.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32634.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32634.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32635.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32635.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32636.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32636.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32637.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32637.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32638.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32638.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32639.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32639.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32640.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32640.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32641.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32641.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32642.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32642.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32643.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32643.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32644.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32644.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32645.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32645.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32646.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32646.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32647.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32647.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32648.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32648.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32649.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32649.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32650.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32650.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32651.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32651.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32652.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32652.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32653.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32653.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32654.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32654.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32655.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32655.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32656.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32656.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32657.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32657.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32658.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32658.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32659.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32659.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32660.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32660.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32661.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32661.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32662.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32662.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32663.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32663.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32664.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32664.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32665.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32665.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32666.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32666.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32667.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32667.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32668.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32668.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32669.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32669.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32670.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32670.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32671.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32671.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32672.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32672.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32673.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32673.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32674.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32674.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32675.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32675.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32676.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32676.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32677.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32677.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32678.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32678.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32679.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32679.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32680.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32680.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32681.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32681.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32682.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32682.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32683.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32683.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32684.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32684.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32685.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32685.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32686.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32686.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32687.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32687.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32688.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32688.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32689.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32689.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32690.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32690.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32691.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32691.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32692.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32692.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32693.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32693.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32694.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32694.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32695.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32695.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32696.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32696.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32697.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32697.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32698.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32698.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32699.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32699.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32700.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32700.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32701.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32701.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32702.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32702.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32703.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32703.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32704.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32704.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32705.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32705.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32706.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32706.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32707.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32707.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32708.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32708.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32709.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32709.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32710.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32710.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32711.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32711.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32712.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32712.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32713.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32713.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32714.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32714.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32715.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32715.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32716.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32716.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32717.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32717.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32718.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32718.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32719.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32719.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32720.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32720.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32721.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32721.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32722.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32722.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32723.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32723.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32724.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32724.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32725.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32725.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32726.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32726.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32727.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32727.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32728.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32728.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32729.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32729.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32730.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32730.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32731.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32731.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32732.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32732.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32733.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32733.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32734.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32734.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32735.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32735.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32736.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32736.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32737.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32737.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32738.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32738.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32739.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32739.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32740.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32740.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32741.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32741.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32742.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32742.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32743.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32743.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32744.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32744.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32745.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32745.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32746.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32746.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32747.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32747.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32748.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32748.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32749.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32749.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32750.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32750.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32751.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32751.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32752.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32752.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32753.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32753.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32754.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32754.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32755.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32755.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32756.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32756.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32757.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32757.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32758.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32758.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32759.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32759.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32760.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32760.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32761.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32761.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32762.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32762.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32763.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32763.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32764.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32764.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32765.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32765.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32766.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32766.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32767.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32767.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32768.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32768.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32769.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32769.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32770.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32770.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32771.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32771.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32772.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32772.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32773.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32773.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32774.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32774.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32775.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32775.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32776.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32776.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32777.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32777.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32778.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32778.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32779.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32779.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32780.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32780.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32781.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32781.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32782.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32782.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32783.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32783.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32784.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32784.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32785.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32785.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32786.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32786.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32787.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32787.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32788.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32788.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32789.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32789.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32790.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32790.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32791.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32791.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32792.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32792.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32793.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32793.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32794.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32794.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32795.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32795.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32796.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32796.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32797.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32797.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32798.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32798.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32799.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32799.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32800.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32800.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32801.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32801.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32802.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32802.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32803.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32803.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32804.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32804.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32805.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32805.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32806.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32806.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32807.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32807.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32808.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32808.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32809.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32809.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32810.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32810.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32811.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32811.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32812.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32812.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32813.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32813.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32814.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32814.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32815.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32815.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32816.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32816.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32817.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32817.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32818.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32818.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32819.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32819.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32820.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32820.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32821.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32821.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32822.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32822.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32823.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32823.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32824.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32824.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32825.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32825.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32826.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32826.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32827.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32827.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32828.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32828.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32829.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32829.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32830.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32830.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32831.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32831.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32832.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32832.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32833.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32833.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32834.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32834.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32835.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32835.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32836.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32836.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32837.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32837.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32838.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32838.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32839.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32839.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32840.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32840.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32841.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32841.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32842.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32842.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32843.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32843.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32844.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32844.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32845.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32845.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32846.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32846.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32847.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32847.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32848.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32848.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32849.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32849.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32850.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32850.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32851.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32851.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32852.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32852.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32853.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32853.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32854.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32854.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32855.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32855.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32856.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32856.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32857.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32857.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32858.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32858.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32859.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32859.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32860.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32860.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32861.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32861.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32862.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32862.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32863.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32863.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32864.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32864.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32865.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32865.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32866.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32866.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32867.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32867.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32868.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32868.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32869.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32869.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32870.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32870.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32871.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32871.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32872.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32872.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32873.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32873.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32874.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32874.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32875.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32875.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32876.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32876.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32877.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32877.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32878.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32878.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32879.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32879.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32880.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32880.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32881.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32881.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32882.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32882.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32883.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32883.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32884.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32884.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32885.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32885.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32886.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32886.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32887.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32887.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32888.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32888.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32889.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32889.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32890.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32890.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32891.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32891.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32892.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32892.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32893.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32893.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32894.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32894.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32895.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32895.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32896.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32896.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32897.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32897.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32898.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32898.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32899.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32899.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32900.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32900.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32901.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32901.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32902.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32902.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32903.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32903.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32904.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32904.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32905.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32905.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32906.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32906.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32907.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32907.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32908.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32908.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32909.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32909.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32910.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32910.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32911.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32911.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32912.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32912.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32913.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32913.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32914.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32914.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32915.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32915.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32916.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32916.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32917.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32917.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32918.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32918.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32919.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32919.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32920.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32920.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32921.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32921.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32922.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32922.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32923.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32923.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32924.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32924.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32925.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32925.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32926.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32926.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32927.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32927.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32928.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32928.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32929.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32929.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32930.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32930.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32931.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32931.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32932.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32932.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32933.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32933.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32934.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32934.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32935.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32935.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32936.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32936.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32937.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32937.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32938.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32938.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32939.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32939.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32940.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32940.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32941.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32941.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32942.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32942.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32943.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32943.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32944.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32944.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32945.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32945.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32946.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32946.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32947.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32947.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32948.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32948.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32949.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32949.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32950.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32950.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32951.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32951.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32952.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32952.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32953.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32953.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32954.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32954.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32955.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32955.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32956.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32956.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32957.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32957.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32958.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32958.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32959.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32959.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32960.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32960.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32961.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32961.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32962.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32962.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32963.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32963.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32964.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32964.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32965.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32965.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32966.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32966.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32967.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32967.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32968.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32968.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32969.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32969.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32970.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32970.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32971.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32971.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32972.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32972.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32973.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32973.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32974.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32974.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32975.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32975.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32976.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32976.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32977.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32977.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32978.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32978.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32979.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32979.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32980.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32980.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32981.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32981.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32982.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32982.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32983.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32983.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32984.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32984.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32985.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32985.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32986.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32986.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32987.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32987.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32988.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32988.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32989.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32989.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32990.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32990.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32991.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32991.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32992.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32992.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32993.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32993.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32994.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32994.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32995.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32995.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32996.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32996.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32997.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32997.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32998.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32998.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 32999.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 32999.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33000.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33000.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33001.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33001.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33002.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33002.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33003.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33003.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33004.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33004.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33005.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33005.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33006.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33006.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33007.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33007.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33008.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33008.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33009.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33009.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33010.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33010.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33011.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33011.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33012.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33012.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33013.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33013.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33014.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33014.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33015.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33015.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33016.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33016.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33017.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33017.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33018.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33018.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33019.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33019.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33020.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33020.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33021.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33021.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33022.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33022.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33023.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33023.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33024.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33024.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33025.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33025.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33026.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33026.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33027.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33027.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33028.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33028.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33029.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33029.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33030.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33030.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33031.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33031.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33032.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33032.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33033.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33033.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33034.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33034.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33035.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33035.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33036.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33036.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33037.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33037.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33038.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33038.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33039.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33039.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33040.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33040.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33041.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33041.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33042.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33042.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33043.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33043.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33044.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33044.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33045.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33045.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33046.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33046.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33047.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33047.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33048.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33048.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33049.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33049.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33050.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33050.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33051.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33051.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33052.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33052.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33053.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33053.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33054.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33054.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33055.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33055.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33056.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33056.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33057.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33057.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33058.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33058.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33059.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33059.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33060.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33060.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33061.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33061.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33062.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33062.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33063.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33063.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33064.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33064.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33065.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33065.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33066.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33066.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33067.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33067.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33068.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33068.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33069.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33069.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33070.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33070.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33071.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33071.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33072.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33072.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33073.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33073.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33074.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33074.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33075.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33075.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33076.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33076.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33077.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33077.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33078.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33078.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33079.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33079.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33080.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33080.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33081.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33081.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33082.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33082.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33083.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33083.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33084.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33084.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33085.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33085.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33086.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33086.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33087.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33087.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33088.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33088.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33089.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33089.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33090.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33090.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33091.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33091.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33092.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33092.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33093.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33093.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33094.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33094.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33095.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33095.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33096.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33096.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33097.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33097.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33098.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33098.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33099.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33099.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33100.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33100.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33101.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33101.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33102.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33102.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33103.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33103.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33104.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33104.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33105.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33105.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33106.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33106.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33107.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33107.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33108.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33108.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33109.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33109.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33110.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33110.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33111.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33111.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33112.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33112.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33113.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33113.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33114.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33114.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33115.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33115.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33116.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33116.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33117.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33117.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33118.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33118.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33119.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33119.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33120.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33120.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33121.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33121.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33122.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33122.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33123.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33123.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33124.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33124.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33125.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33125.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33126.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33126.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33127.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33127.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33128.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33128.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33129.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33129.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33130.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33130.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33131.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33131.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33132.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33132.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33133.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33133.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33134.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33134.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33135.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33135.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33136.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33136.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33137.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33137.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33138.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33138.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33139.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33139.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33140.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33140.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33141.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33141.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33142.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33142.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33143.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33143.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33144.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33144.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33145.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33145.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33146.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33146.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33147.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33147.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33148.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33148.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33149.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33149.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33150.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33150.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33151.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33151.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33152.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33152.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33153.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33153.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33154.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33154.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33155.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33155.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33156.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33156.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33157.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33157.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33158.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33158.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33159.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33159.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33160.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33160.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33161.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33161.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33162.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33162.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33163.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33163.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33164.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33164.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33165.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33165.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33166.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33166.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33167.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33167.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33168.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33168.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33169.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33169.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33170.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33170.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33171.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33171.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33172.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33172.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33173.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33173.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33174.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33174.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33175.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33175.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33176.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33176.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33177.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33177.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33178.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33178.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33179.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33179.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33180.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33180.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33181.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33181.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33182.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33182.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33183.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33183.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33184.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33184.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33185.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33185.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33186.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33186.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33187.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33187.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33188.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33188.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33189.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33189.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33190.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33190.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33191.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33191.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33192.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33192.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33193.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33193.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33194.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33194.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33195.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33195.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33196.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33196.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33197.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33197.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33198.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33198.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33199.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33199.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33200.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33200.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33201.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33201.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33202.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33202.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33203.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33203.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33204.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33204.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33205.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33205.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33206.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33206.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33207.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33207.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33208.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33208.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33209.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33209.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33210.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33210.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33211.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33211.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33212.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33212.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33213.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33213.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33214.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33214.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33215.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33215.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33216.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33216.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33217.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33217.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33218.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33218.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33219.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33219.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33220.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33220.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33221.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33221.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33222.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33222.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33223.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33223.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33224.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33224.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33225.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33225.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33226.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33226.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33227.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33227.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33228.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33228.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33229.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33229.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33230.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33230.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33231.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33231.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33232.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33232.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33233.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33233.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33234.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33234.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33235.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33235.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33236.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33236.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33237.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33237.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33238.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33238.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33239.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33239.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33240.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33240.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33241.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33241.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33242.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33242.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33243.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33243.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33244.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33244.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33245.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33245.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33246.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33246.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33247.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33247.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33248.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33248.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33249.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33249.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33250.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33250.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33251.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33251.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33252.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33252.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33253.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33253.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33254.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33254.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33255.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33255.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33256.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33256.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33257.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33257.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33258.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33258.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33259.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33259.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33260.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33260.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33261.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33261.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33262.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33262.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33263.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33263.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33264.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33264.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33265.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33265.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33266.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33266.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33267.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33267.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33268.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33268.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33269.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33269.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33270.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33270.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33271.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33271.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33272.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33272.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33273.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33273.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33274.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33274.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33275.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33275.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33276.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33276.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33277.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33277.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33278.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33278.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33279.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33279.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33280.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33280.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33281.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33281.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33282.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33282.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33283.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33283.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33284.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33284.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33285.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33285.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33286.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33286.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33287.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33287.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33288.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33288.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33289.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33289.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33290.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33290.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33291.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33291.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33292.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33292.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33293.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33293.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33294.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33294.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33295.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33295.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33296.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33296.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33297.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33297.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33298.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33298.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33299.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33299.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33300.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33300.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33301.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33301.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33302.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33302.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33303.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33303.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33304.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33304.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33305.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33305.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33306.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33306.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33307.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33307.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33308.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33308.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33309.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33309.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33310.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33310.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33311.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33311.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33312.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33312.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33313.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33313.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33314.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33314.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33315.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33315.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33316.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33316.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33317.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33317.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33318.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33318.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33319.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33319.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33320.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33320.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33321.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33321.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33322.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33322.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33323.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33323.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33324.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33324.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33325.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33325.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33326.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33326.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33327.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33327.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33328.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33328.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33329.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33329.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33330.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33330.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33331.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33331.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33332.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33332.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33333.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33333.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33334.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33334.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33335.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33335.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33336.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33336.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33337.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33337.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33338.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33338.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33339.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33339.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33340.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33340.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33341.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33341.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33342.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33342.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33343.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33343.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33344.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33344.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33345.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33345.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33346.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33346.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33347.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33347.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33348.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33348.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33349.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33349.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33350.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33350.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33351.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33351.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33352.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33352.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33353.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33353.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33354.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33354.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33355.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33355.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33356.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33356.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33357.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33357.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33358.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33358.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33359.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33359.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33360.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33360.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33361.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33361.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33362.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33362.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33363.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33363.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33364.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33364.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33365.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33365.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33366.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33366.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33367.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33367.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33368.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33368.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33369.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33369.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33370.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33370.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33371.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33371.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33372.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33372.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33373.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33373.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33374.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33374.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33375.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33375.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33376.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33376.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33377.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33377.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33378.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33378.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33379.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33379.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33380.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33380.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33381.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33381.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33382.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33382.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33383.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33383.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33384.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33384.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33385.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33385.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33386.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33386.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33387.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33387.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33388.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33388.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33389.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33389.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33390.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33390.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33391.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33391.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33392.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33392.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33393.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33393.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33394.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33394.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33395.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33395.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33396.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33396.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33397.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33397.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33398.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33398.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33399.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33399.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33400.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33400.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33401.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33401.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33402.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33402.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33403.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33403.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33404.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33404.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33405.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33405.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33406.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33406.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33407.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33407.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33408.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33408.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33409.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33409.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33410.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33410.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33411.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33411.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33412.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33412.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33413.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33413.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33414.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33414.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33415.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33415.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33416.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33416.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33417.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33417.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33418.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33418.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33419.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33419.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33420.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33420.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33421.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33421.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33422.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33422.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33423.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33423.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33424.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33424.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33425.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33425.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33426.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33426.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33427.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33427.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33428.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33428.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33429.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33429.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33430.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33430.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33431.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33431.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33432.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33432.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33433.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33433.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33434.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33434.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33435.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33435.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33436.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33436.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33437.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33437.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33438.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33438.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33439.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33439.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33440.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33440.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33441.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33441.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33442.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33442.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33443.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33443.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33444.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33444.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33445.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33445.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33446.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33446.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33447.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33447.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33448.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33448.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33449.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33449.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33450.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33450.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33451.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33451.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33452.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33452.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33453.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33453.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33454.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33454.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33455.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33455.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33456.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33456.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33457.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33457.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33458.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33458.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33459.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33459.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33460.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33460.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33461.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33461.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33462.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33462.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33463.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33463.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33464.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33464.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33465.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33465.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33466.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33466.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33467.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33467.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33468.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33468.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33469.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33469.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33470.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33470.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33471.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33471.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33472.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33472.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33473.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33473.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33474.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33474.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33475.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33475.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33476.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33476.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33477.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33477.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33478.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33478.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33479.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33479.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33480.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33480.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33481.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33481.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33482.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33482.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33483.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33483.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33484.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33484.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33485.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33485.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33486.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33486.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33487.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33487.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33488.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33488.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33489.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33489.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33490.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33490.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33491.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33491.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33492.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33492.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33493.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33493.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33494.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33494.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33495.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33495.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33496.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33496.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33497.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33497.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33498.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33498.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33499.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33499.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33500.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33500.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33501.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33501.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33502.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33502.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33503.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33503.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33504.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33504.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33505.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33505.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33506.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33506.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33507.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33507.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33508.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33508.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33509.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33509.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33510.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33510.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33511.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33511.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33512.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33512.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33513.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33513.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33514.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33514.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33515.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33515.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33516.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33516.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33517.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33517.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33518.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33518.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33519.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33519.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33520.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33520.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33521.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33521.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33522.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33522.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33523.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33523.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33524.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33524.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33525.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33525.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33526.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33526.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33527.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33527.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33528.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33528.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33529.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33529.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33530.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33530.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33531.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33531.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33532.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33532.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33533.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33533.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33534.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33534.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33535.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33535.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33536.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33536.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33537.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33537.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33538.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33538.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33539.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33539.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33540.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33540.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33541.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33541.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33542.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33542.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33543.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33543.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33544.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33544.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33545.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33545.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33546.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33546.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33547.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33547.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33548.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33548.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33549.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33549.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33550.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33550.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33551.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33551.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33552.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33552.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33553.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33553.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33554.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33554.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33555.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33555.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33556.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33556.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33557.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33557.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33558.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33558.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33559.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33559.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33560.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33560.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33561.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33561.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33562.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33562.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33563.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33563.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33564.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33564.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33565.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33565.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33566.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33566.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33567.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33567.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33568.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33568.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33569.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33569.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33570.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33570.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33571.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33571.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33572.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33572.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33573.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33573.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33574.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33574.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33575.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33575.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33576.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33576.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33577.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33577.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33578.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33578.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33579.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33579.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33580.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33580.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33581.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33581.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33582.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33582.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33583.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33583.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33584.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33584.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33585.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33585.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33586.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33586.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33587.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33587.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33588.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33588.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33589.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33589.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33590.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33590.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33591.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33591.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33592.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33592.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33593.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33593.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33594.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33594.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33595.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33595.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33596.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33596.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33597.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33597.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33598.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33598.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33599.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33599.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33600.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33600.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33601.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33601.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33602.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33602.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33603.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33603.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33604.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33604.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33605.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33605.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33606.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33606.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33607.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33607.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33608.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33608.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33609.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33609.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33610.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33610.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33611.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33611.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33612.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33612.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33613.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33613.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33614.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33614.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33615.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33615.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33616.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33616.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33617.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33617.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33618.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33618.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33619.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33619.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33620.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33620.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33621.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33621.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33622.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33622.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33623.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33623.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33624.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33624.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33625.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33625.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33626.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33626.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33627.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33627.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33628.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33628.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33629.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33629.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33630.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33630.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33631.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33631.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33632.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33632.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33633.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33633.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33634.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33634.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33635.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33635.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33636.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33636.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33637.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33637.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33638.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33638.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33639.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33639.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33640.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33640.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33641.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33641.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33642.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33642.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33643.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33643.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33644.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33644.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33645.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33645.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33646.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33646.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33647.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33647.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33648.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33648.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33649.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33649.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33650.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33650.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33651.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33651.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33652.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33652.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33653.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33653.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33654.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33654.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33655.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33655.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33656.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33656.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33657.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33657.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33658.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33658.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33659.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33659.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33660.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33660.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33661.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33661.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33662.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33662.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33663.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33663.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33664.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33664.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33665.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33665.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33666.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33666.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33667.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33667.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33668.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33668.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33669.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33669.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33670.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33670.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33671.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33671.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33672.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33672.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33673.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33673.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33674.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33674.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33675.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33675.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33676.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33676.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33677.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33677.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33678.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33678.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33679.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33679.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33680.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33680.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33681.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33681.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33682.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33682.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33683.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33683.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33684.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33684.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33685.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33685.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33686.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33686.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33687.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33687.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33688.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33688.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33689.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33689.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33690.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33690.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33691.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33691.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33692.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33692.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33693.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33693.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33694.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33694.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33695.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33695.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33696.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33696.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33697.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33697.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33698.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33698.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33699.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33699.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33700.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33700.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33701.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33701.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33702.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33702.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33703.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33703.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33704.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33704.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33705.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33705.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33706.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33706.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33707.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33707.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33708.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33708.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33709.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33709.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33710.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33710.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33711.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33711.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33712.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33712.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33713.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33713.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33714.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33714.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33715.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33715.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33716.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33716.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33717.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33717.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33718.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33718.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33719.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33719.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33720.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33720.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33721.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33721.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33722.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33722.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33723.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33723.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33724.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33724.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33725.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33725.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33726.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33726.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33727.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33727.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33728.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33728.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33729.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33729.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33730.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33730.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33731.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33731.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33732.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33732.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33733.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33733.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33734.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33734.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33735.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33735.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33736.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33736.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33737.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33737.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33738.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33738.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33739.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33739.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33740.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33740.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33741.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33741.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33742.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33742.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33743.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33743.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33744.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33744.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33745.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33745.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33746.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33746.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33747.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33747.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33748.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33748.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33749.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33749.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33750.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33750.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33751.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33751.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33752.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33752.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33753.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33753.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33754.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33754.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33755.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33755.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33756.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33756.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33757.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33757.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33758.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33758.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33759.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33759.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33760.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33760.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33761.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33761.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33762.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33762.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33763.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33763.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33764.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33764.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33765.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33765.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33766.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33766.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33767.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33767.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33768.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33768.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33769.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33769.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33770.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33770.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33771.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33771.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33772.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33772.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33773.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33773.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33774.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33774.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33775.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33775.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33776.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33776.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33777.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33777.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33778.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33778.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33779.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33779.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33780.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33780.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33781.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33781.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33782.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33782.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33783.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33783.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33784.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33784.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33785.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33785.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33786.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33786.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33787.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33787.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33788.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33788.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33789.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33789.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33790.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33790.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33791.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33791.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33792.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33792.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33793.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33793.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33794.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33794.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33795.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33795.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33796.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33796.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33797.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33797.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33798.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33798.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33799.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33799.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33800.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33800.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33801.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33801.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33802.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33802.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33803.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33803.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33804.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33804.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33805.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33805.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33806.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33806.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33807.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33807.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33808.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33808.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33809.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33809.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33810.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33810.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33811.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33811.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33812.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33812.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33813.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33813.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33814.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33814.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33815.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33815.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33816.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33816.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33817.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33817.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33818.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33818.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33819.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33819.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33820.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33820.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33821.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33821.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33822.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33822.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33823.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33823.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33824.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33824.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33825.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33825.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33826.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33826.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33827.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33827.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33828.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33828.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33829.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33829.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33830.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33830.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33831.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33831.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33832.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33832.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33833.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing B factor at line 33833.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
/Users/weilu/anaconda/lib/python3.6/site-packages/Bio/PDB/PDBParser.py:289: PDBConstructionWarning: PDBConstructionException: Invalid or missing occupancy at line 33834.
Exception ignored.
Some atoms or residues may be missing in the data structure.
% message, PDBConstructionWarning)
IOPub data rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--NotebookApp.iopub_data_rate_limit`.
In [89]:
class MyChainSelect(Select):
def __init__(self, start=71, end=261):
super(MyChainSelect, self).__init__()
self.start=start
self.end=end
def accept_chain(self, chain):
if chain.get_id()=="C":
return True
else:
return False
def accept_residue(self, residue):
if residue.get_id()[1] >= self.start and residue.get_id()[1] <= self.end:
return True
else:
return False
In [90]:
io = PDBIO()
io.set_structure(structure)
io.save("tmp.pdb", MyChainSelect(71, 261))
In [91]:
os.system("~/opt/small_script/pdb_reres.py -1 tmp.pdb > " + outFileName)
Out[91]:
0
In [ ]:
In [ ]:
Content source: luwei0917/awsemmd_script
Similar notebooks: