In [1]:
import ionize
from ionize import Protein
from Bio import PDB
import numpy
from matplotlib.pyplot import *
%matplotlib inline

In [2]:
DB = PDB.PDBList().get_all_entries()


retrieving index file. Takes about 5 MB.

In [10]:
pH = numpy.linspace(0, 14)
x=[]
y=[]
for idx, entry in enumerate(DB): 
    try:
        my_prot = Protein(entry)
        mob = [my_prot.mobility(p) for p in pH]
        print(mob)
        x.extend(pH)
        y.extend(mob)
        plot(pH, mob)
    except Exception as e:
        print(e)
    if idx>=1000:
        break
ylim(-1e-8, 1e-8)
show()


Downloading PDB structure 'b'100D''...
Could not download b'100D' from the PDB.
Downloading PDB structure 'b'101D''...
Could not download b'101D' from the PDB.
Downloading PDB structure 'b'101M''...
Could not download b'101M' from the PDB.
Downloading PDB structure 'b'102D''...
Could not download b'102D' from the PDB.
Downloading PDB structure 'b'102L''...
Could not download b'102L' from the PDB.
Downloading PDB structure 'b'102M''...
Could not download b'102M' from the PDB.
Downloading PDB structure 'b'103D''...
Could not download b'103D' from the PDB.
Downloading PDB structure 'b'103L''...
Could not download b'103L' from the PDB.
Downloading PDB structure 'b'103M''...
Could not download b'103M' from the PDB.
Downloading PDB structure 'b'104D''...
Could not download b'104D' from the PDB.
Downloading PDB structure 'b'104L''...
Could not download b'104L' from the PDB.
Downloading PDB structure 'b'104M''...
Could not download b'104M' from the PDB.
Downloading PDB structure 'b'105D''...
Could not download b'105D' from the PDB.
Downloading PDB structure 'b'105M''...
Could not download b'105M' from the PDB.
Downloading PDB structure 'b'106D''...
Could not download b'106D' from the PDB.
Downloading PDB structure 'b'106M''...
Could not download b'106M' from the PDB.
Downloading PDB structure 'b'107D''...
Could not download b'107D' from the PDB.
Downloading PDB structure 'b'107L''...
Could not download b'107L' from the PDB.
Downloading PDB structure 'b'107M''...
Could not download b'107M' from the PDB.
Downloading PDB structure 'b'108D''...
Could not download b'108D' from the PDB.
Downloading PDB structure 'b'108L''...
Could not download b'108L' from the PDB.
Downloading PDB structure 'b'108M''...
Could not download b'108M' from the PDB.
Downloading PDB structure 'b'109D''...
Could not download b'109D' from the PDB.
Downloading PDB structure 'b'109L''...
Could not download b'109L' from the PDB.
Downloading PDB structure 'b'109M''...
Could not download b'109M' from the PDB.
Downloading PDB structure 'b'10GS''...
Could not download b'10GS' from the PDB.
Downloading PDB structure 'b'10MH''...
Could not download b'10MH' from the PDB.
Downloading PDB structure 'b'110D''...
Could not download b'110D' from the PDB.
Downloading PDB structure 'b'110L''...
Could not download b'110L' from the PDB.
Downloading PDB structure 'b'110M''...
Could not download b'110M' from the PDB.
Downloading PDB structure 'b'111D''...
Could not download b'111D' from the PDB.
Downloading PDB structure 'b'111L''...
Could not download b'111L' from the PDB.
Downloading PDB structure 'b'111M''...
Could not download b'111M' from the PDB.
Downloading PDB structure 'b'112D''...
Could not download b'112D' from the PDB.
Downloading PDB structure 'b'112L''...
Could not download b'112L' from the PDB.
Downloading PDB structure 'b'112M''...
Could not download b'112M' from the PDB.
Downloading PDB structure 'b'113D''...
Could not download b'113D' from the PDB.
Downloading PDB structure 'b'113L''...
Could not download b'113L' from the PDB.
Downloading PDB structure 'b'114D''...
Could not download b'114D' from the PDB.
Downloading PDB structure 'b'114L''...
Could not download b'114L' from the PDB.
Downloading PDB structure 'b'115D''...
Could not download b'115D' from the PDB.
Downloading PDB structure 'b'115L''...
Could not download b'115L' from the PDB.
Downloading PDB structure 'b'116D''...
Could not download b'116D' from the PDB.
Downloading PDB structure 'b'117D''...
Could not download b'117D' from the PDB.
Downloading PDB structure 'b'117E''...
Could not download b'117E' from the PDB.
Downloading PDB structure 'b'118D''...
Could not download b'118D' from the PDB.
Downloading PDB structure 'b'118L''...
Could not download b'118L' from the PDB.
Downloading PDB structure 'b'119D''...
Could not download b'119D' from the PDB.
Downloading PDB structure 'b'119L''...
Could not download b'119L' from the PDB.
Downloading PDB structure 'b'11AS''...
Could not download b'11AS' from the PDB.
Downloading PDB structure 'b'11BA''...
Could not download b'11BA' from the PDB.
Downloading PDB structure 'b'11BG''...
Could not download b'11BG' from the PDB.
Downloading PDB structure 'b'11GS''...
Could not download b'11GS' from the PDB.
Downloading PDB structure 'b'120L''...
Could not download b'120L' from the PDB.
Downloading PDB structure 'b'121D''...
Could not download b'121D' from the PDB.
Downloading PDB structure 'b'121P''...
Could not download b'121P' from the PDB.
Downloading PDB structure 'b'122D''...
Could not download b'122D' from the PDB.
Downloading PDB structure 'b'122L''...
Could not download b'122L' from the PDB.
Downloading PDB structure 'b'123D''...
Could not download b'123D' from the PDB.
Downloading PDB structure 'b'123L''...
Could not download b'123L' from the PDB.
Downloading PDB structure 'b'124D''...
Could not download b'124D' from the PDB.
Downloading PDB structure 'b'125L''...
Could not download b'125L' from the PDB.
Downloading PDB structure 'b'126D''...
Could not download b'126D' from the PDB.
Downloading PDB structure 'b'126L''...
Could not download b'126L' from the PDB.
Downloading PDB structure 'b'127D''...
Could not download b'127D' from the PDB.
Downloading PDB structure 'b'127L''...
Could not download b'127L' from the PDB.
Downloading PDB structure 'b'128D''...
Could not download b'128D' from the PDB.
Downloading PDB structure 'b'128L''...
Could not download b'128L' from the PDB.
Downloading PDB structure 'b'129D''...
Could not download b'129D' from the PDB.
Downloading PDB structure 'b'129L''...
Could not download b'129L' from the PDB.
Downloading PDB structure 'b'12AS''...
Could not download b'12AS' from the PDB.
Downloading PDB structure 'b'12CA''...
Could not download b'12CA' from the PDB.
Downloading PDB structure 'b'12E8''...
Could not download b'12E8' from the PDB.
Downloading PDB structure 'b'12GS''...
Could not download b'12GS' from the PDB.
Downloading PDB structure 'b'130D''...
Could not download b'130D' from the PDB.
Downloading PDB structure 'b'130L''...
Could not download b'130L' from the PDB.
Downloading PDB structure 'b'131D''...
Could not download b'131D' from the PDB.
Downloading PDB structure 'b'131L''...
Could not download b'131L' from the PDB.
Downloading PDB structure 'b'132D''...
Could not download b'132D' from the PDB.
Downloading PDB structure 'b'132L''...
Could not download b'132L' from the PDB.
Downloading PDB structure 'b'133D''...
Could not download b'133D' from the PDB.
Downloading PDB structure 'b'133L''...
Could not download b'133L' from the PDB.
Downloading PDB structure 'b'134D''...
Could not download b'134D' from the PDB.
Downloading PDB structure 'b'134L''...
Could not download b'134L' from the PDB.
Downloading PDB structure 'b'135D''...
Could not download b'135D' from the PDB.
Downloading PDB structure 'b'135L''...
Could not download b'135L' from the PDB.
Downloading PDB structure 'b'136D''...
Could not download b'136D' from the PDB.
Downloading PDB structure 'b'137D''...
Could not download b'137D' from the PDB.
Downloading PDB structure 'b'137L''...
Could not download b'137L' from the PDB.
Downloading PDB structure 'b'138D''...
Could not download b'138D' from the PDB.
Downloading PDB structure 'b'138L''...
Could not download b'138L' from the PDB.
Downloading PDB structure 'b'139D''...
Could not download b'139D' from the PDB.
Downloading PDB structure 'b'139L''...
Could not download b'139L' from the PDB.
Downloading PDB structure 'b'13GS''...
Could not download b'13GS' from the PDB.
Downloading PDB structure 'b'13PK''...
Could not download b'13PK' from the PDB.
Downloading PDB structure 'b'140D''...
Could not download b'140D' from the PDB.
Downloading PDB structure 'b'140L''...
Could not download b'140L' from the PDB.
Downloading PDB structure 'b'141D''...
Could not download b'141D' from the PDB.
Downloading PDB structure 'b'141L''...
Could not download b'141L' from the PDB.
Downloading PDB structure 'b'142D''...
Could not download b'142D' from the PDB.
Downloading PDB structure 'b'142L''...
Could not download b'142L' from the PDB.
Downloading PDB structure 'b'143D''...
Could not download b'143D' from the PDB.
Downloading PDB structure 'b'143L''...
Could not download b'143L' from the PDB.
Downloading PDB structure 'b'144D''...
Could not download b'144D' from the PDB.
Downloading PDB structure 'b'144L''...
Could not download b'144L' from the PDB.
Downloading PDB structure 'b'145D''...
Could not download b'145D' from the PDB.
Downloading PDB structure 'b'145L''...
Could not download b'145L' from the PDB.
Downloading PDB structure 'b'146D''...
Could not download b'146D' from the PDB.
Downloading PDB structure 'b'146L''...
Could not download b'146L' from the PDB.
Downloading PDB structure 'b'147L''...
Could not download b'147L' from the PDB.
Downloading PDB structure 'b'148D''...
Could not download b'148D' from the PDB.
Downloading PDB structure 'b'148L''...
Could not download b'148L' from the PDB.
Downloading PDB structure 'b'149D''...
Could not download b'149D' from the PDB.
Downloading PDB structure 'b'149L''...
Could not download b'149L' from the PDB.
Downloading PDB structure 'b'14GS''...
Could not download b'14GS' from the PDB.
Downloading PDB structure 'b'150D''...
Could not download b'150D' from the PDB.
Downloading PDB structure 'b'150L''...
Could not download b'150L' from the PDB.
Downloading PDB structure 'b'151D''...
Could not download b'151D' from the PDB.
Downloading PDB structure 'b'151L''...
Could not download b'151L' from the PDB.
Downloading PDB structure 'b'152D''...
Could not download b'152D' from the PDB.
Downloading PDB structure 'b'152L''...
Could not download b'152L' from the PDB.
Downloading PDB structure 'b'153D''...
Could not download b'153D' from the PDB.
Downloading PDB structure 'b'153L''...
Could not download b'153L' from the PDB.
Downloading PDB structure 'b'154D''...
Could not download b'154D' from the PDB.
Downloading PDB structure 'b'154L''...
Could not download b'154L' from the PDB.
Downloading PDB structure 'b'155C''...
Could not download b'155C' from the PDB.
Downloading PDB structure 'b'155L''...
Could not download b'155L' from the PDB.
Downloading PDB structure 'b'156D''...
Could not download b'156D' from the PDB.
Downloading PDB structure 'b'156L''...
Could not download b'156L' from the PDB.
Downloading PDB structure 'b'157D''...
Could not download b'157D' from the PDB.
Downloading PDB structure 'b'157L''...
Could not download b'157L' from the PDB.
Downloading PDB structure 'b'158D''...
Could not download b'158D' from the PDB.
Downloading PDB structure 'b'158L''...
Could not download b'158L' from the PDB.
Downloading PDB structure 'b'159D''...
Could not download b'159D' from the PDB.
Downloading PDB structure 'b'159L''...
Could not download b'159L' from the PDB.
Downloading PDB structure 'b'15C8''...
Could not download b'15C8' from the PDB.
Downloading PDB structure 'b'160D''...
Could not download b'160D' from the PDB.
Downloading PDB structure 'b'160L''...
Could not download b'160L' from the PDB.
Downloading PDB structure 'b'161D''...
Could not download b'161D' from the PDB.
Downloading PDB structure 'b'161L''...
Could not download b'161L' from the PDB.
Downloading PDB structure 'b'162L''...
Could not download b'162L' from the PDB.
Downloading PDB structure 'b'163L''...
Could not download b'163L' from the PDB.
Downloading PDB structure 'b'164L''...
Could not download b'164L' from the PDB.
Downloading PDB structure 'b'165D''...
Could not download b'165D' from the PDB.
Downloading PDB structure 'b'165L''...
Could not download b'165L' from the PDB.
Downloading PDB structure 'b'166D''...
Could not download b'166D' from the PDB.
Downloading PDB structure 'b'166L''...
Could not download b'166L' from the PDB.
Downloading PDB structure 'b'167D''...
Could not download b'167D' from the PDB.
Downloading PDB structure 'b'167L''...
Could not download b'167L' from the PDB.
Downloading PDB structure 'b'168D''...
Could not download b'168D' from the PDB.
Downloading PDB structure 'b'168L''...
Could not download b'168L' from the PDB.
Downloading PDB structure 'b'169D''...
Could not download b'169D' from the PDB.
Downloading PDB structure 'b'169L''...
Could not download b'169L' from the PDB.
Downloading PDB structure 'b'16GS''...
Could not download b'16GS' from the PDB.
Downloading PDB structure 'b'16PK''...
Could not download b'16PK' from the PDB.
Downloading PDB structure 'b'16VP''...
Could not download b'16VP' from the PDB.
Downloading PDB structure 'b'170D''...
Could not download b'170D' from the PDB.
Downloading PDB structure 'b'170L''...
Could not download b'170L' from the PDB.
Downloading PDB structure 'b'171D''...
Could not download b'171D' from the PDB.
Downloading PDB structure 'b'171L''...
Could not download b'171L' from the PDB.
Downloading PDB structure 'b'172D''...
Could not download b'172D' from the PDB.
Downloading PDB structure 'b'172L''...
Could not download b'172L' from the PDB.
Downloading PDB structure 'b'173D''...
Could not download b'173D' from the PDB.
Downloading PDB structure 'b'173L''...
Could not download b'173L' from the PDB.
Downloading PDB structure 'b'174L''...
Could not download b'174L' from the PDB.
Downloading PDB structure 'b'175D''...
Could not download b'175D' from the PDB.
Downloading PDB structure 'b'175L''...
Could not download b'175L' from the PDB.
Downloading PDB structure 'b'176D''...
Could not download b'176D' from the PDB.
Downloading PDB structure 'b'176L''...
Could not download b'176L' from the PDB.
Downloading PDB structure 'b'177D''...
Could not download b'177D' from the PDB.
Downloading PDB structure 'b'177L''...
Could not download b'177L' from the PDB.
Downloading PDB structure 'b'178D''...
Could not download b'178D' from the PDB.
Downloading PDB structure 'b'178L''...
Could not download b'178L' from the PDB.
Downloading PDB structure 'b'179D''...
Could not download b'179D' from the PDB.
Downloading PDB structure 'b'17GS''...
Could not download b'17GS' from the PDB.
Downloading PDB structure 'b'17RA''...
Could not download b'17RA' from the PDB.
Downloading PDB structure 'b'180D''...
Could not download b'180D' from the PDB.
Downloading PDB structure 'b'180L''...
Could not download b'180L' from the PDB.
Downloading PDB structure 'b'181D''...
Could not download b'181D' from the PDB.
Downloading PDB structure 'b'181L''...
Could not download b'181L' from the PDB.
Downloading PDB structure 'b'182D''...
Could not download b'182D' from the PDB.
Downloading PDB structure 'b'182L''...
Could not download b'182L' from the PDB.
Downloading PDB structure 'b'183D''...
Could not download b'183D' from the PDB.
Downloading PDB structure 'b'183L''...
Could not download b'183L' from the PDB.
Downloading PDB structure 'b'184D''...
Could not download b'184D' from the PDB.
Downloading PDB structure 'b'184L''...
Could not download b'184L' from the PDB.
Downloading PDB structure 'b'185D''...
Could not download b'185D' from the PDB.
Downloading PDB structure 'b'185L''...
Could not download b'185L' from the PDB.
Downloading PDB structure 'b'186D''...
Could not download b'186D' from the PDB.
Downloading PDB structure 'b'186L''...
Could not download b'186L' from the PDB.
Downloading PDB structure 'b'187D''...
Could not download b'187D' from the PDB.
Downloading PDB structure 'b'187L''...
Could not download b'187L' from the PDB.
Downloading PDB structure 'b'188D''...
Could not download b'188D' from the PDB.
Downloading PDB structure 'b'188L''...
Could not download b'188L' from the PDB.
Downloading PDB structure 'b'189D''...
Could not download b'189D' from the PDB.
Downloading PDB structure 'b'189L''...
Could not download b'189L' from the PDB.
Downloading PDB structure 'b'18GS''...
Could not download b'18GS' from the PDB.
Downloading PDB structure 'b'190D''...
Could not download b'190D' from the PDB.
Downloading PDB structure 'b'190L''...
Could not download b'190L' from the PDB.
Downloading PDB structure 'b'1914''...
Could not download b'1914' from the PDB.
Downloading PDB structure 'b'191D''...
Could not download b'191D' from the PDB.
Downloading PDB structure 'b'191L''...
Could not download b'191L' from the PDB.
Downloading PDB structure 'b'192D''...
Could not download b'192D' from the PDB.
Downloading PDB structure 'b'192L''...
Could not download b'192L' from the PDB.
Downloading PDB structure 'b'193D''...
Could not download b'193D' from the PDB.
Downloading PDB structure 'b'193L''...
Could not download b'193L' from the PDB.
Downloading PDB structure 'b'194D''...
Could not download b'194D' from the PDB.
Downloading PDB structure 'b'194L''...
Could not download b'194L' from the PDB.
Downloading PDB structure 'b'195D''...
Could not download b'195D' from the PDB.
Downloading PDB structure 'b'195L''...
Could not download b'195L' from the PDB.
Downloading PDB structure 'b'196D''...
Could not download b'196D' from the PDB.
Downloading PDB structure 'b'196L''...
Could not download b'196L' from the PDB.
Downloading PDB structure 'b'197D''...
Could not download b'197D' from the PDB.
Downloading PDB structure 'b'197L''...
Could not download b'197L' from the PDB.
Downloading PDB structure 'b'198D''...
Could not download b'198D' from the PDB.
Downloading PDB structure 'b'198L''...
Could not download b'198L' from the PDB.
Downloading PDB structure 'b'199D''...
Could not download b'199D' from the PDB.
Downloading PDB structure 'b'199L''...
Could not download b'199L' from the PDB.
Downloading PDB structure 'b'19GS''...
Could not download b'19GS' from the PDB.
Downloading PDB structure 'b'19HC''...
Could not download b'19HC' from the PDB.
Downloading PDB structure 'b'1A00''...
Could not download b'1A00' from the PDB.
Downloading PDB structure 'b'1A01''...
Could not download b'1A01' from the PDB.
Downloading PDB structure 'b'1A02''...
Could not download b'1A02' from the PDB.
Downloading PDB structure 'b'1A03''...
Could not download b'1A03' from the PDB.
Downloading PDB structure 'b'1A04''...
Could not download b'1A04' from the PDB.
Downloading PDB structure 'b'1A05''...
Could not download b'1A05' from the PDB.
Downloading PDB structure 'b'1A06''...
Could not download b'1A06' from the PDB.
Downloading PDB structure 'b'1A07''...
Could not download b'1A07' from the PDB.
Downloading PDB structure 'b'1A08''...
Could not download b'1A08' from the PDB.
Downloading PDB structure 'b'1A09''...
Could not download b'1A09' from the PDB.
Downloading PDB structure 'b'1A0A''...
Could not download b'1A0A' from the PDB.
Downloading PDB structure 'b'1A0B''...
Could not download b'1A0B' from the PDB.
Downloading PDB structure 'b'1A0C''...
Could not download b'1A0C' from the PDB.
Downloading PDB structure 'b'1A0D''...
Could not download b'1A0D' from the PDB.
Downloading PDB structure 'b'1A0E''...
Could not download b'1A0E' from the PDB.
Downloading PDB structure 'b'1A0F''...
Could not download b'1A0F' from the PDB.
Downloading PDB structure 'b'1A0G''...
Could not download b'1A0G' from the PDB.
Downloading PDB structure 'b'1A0H''...
Could not download b'1A0H' from the PDB.
Downloading PDB structure 'b'1A0I''...
Could not download b'1A0I' from the PDB.
Downloading PDB structure 'b'1A0J''...
Could not download b'1A0J' from the PDB.
Downloading PDB structure 'b'1A0K''...
Could not download b'1A0K' from the PDB.
Downloading PDB structure 'b'1A0L''...
Could not download b'1A0L' from the PDB.
Downloading PDB structure 'b'1A0M''...
Could not download b'1A0M' from the PDB.
Downloading PDB structure 'b'1A0N''...
Could not download b'1A0N' from the PDB.
Downloading PDB structure 'b'1A0O''...
Could not download b'1A0O' from the PDB.
Downloading PDB structure 'b'1A0P''...
Could not download b'1A0P' from the PDB.
Downloading PDB structure 'b'1A0Q''...
Could not download b'1A0Q' from the PDB.
Downloading PDB structure 'b'1A0R''...
Could not download b'1A0R' from the PDB.
Downloading PDB structure 'b'1A0S''...
Could not download b'1A0S' from the PDB.
Downloading PDB structure 'b'1A0T''...
Could not download b'1A0T' from the PDB.
Downloading PDB structure 'b'1A0U''...
Could not download b'1A0U' from the PDB.
Downloading PDB structure 'b'1A0Z''...
Could not download b'1A0Z' from the PDB.
Downloading PDB structure 'b'1A11''...
Could not download b'1A11' from the PDB.
Downloading PDB structure 'b'1A12''...
Could not download b'1A12' from the PDB.
Downloading PDB structure 'b'1A13''...
Could not download b'1A13' from the PDB.
Downloading PDB structure 'b'1A14''...
Could not download b'1A14' from the PDB.
Downloading PDB structure 'b'1A15''...
Could not download b'1A15' from the PDB.
Downloading PDB structure 'b'1A16''...
Could not download b'1A16' from the PDB.
Downloading PDB structure 'b'1A17''...
Could not download b'1A17' from the PDB.
Downloading PDB structure 'b'1A18''...
Could not download b'1A18' from the PDB.
Downloading PDB structure 'b'1A19''...
Could not download b'1A19' from the PDB.
Downloading PDB structure 'b'1A1A''...
Could not download b'1A1A' from the PDB.
Downloading PDB structure 'b'1A1B''...
Could not download b'1A1B' from the PDB.
Downloading PDB structure 'b'1A1C''...
Could not download b'1A1C' from the PDB.
Downloading PDB structure 'b'1A1D''...
Could not download b'1A1D' from the PDB.
Downloading PDB structure 'b'1A1E''...
Could not download b'1A1E' from the PDB.
Downloading PDB structure 'b'1A1F''...
Could not download b'1A1F' from the PDB.
Downloading PDB structure 'b'1A1G''...
Could not download b'1A1G' from the PDB.
Downloading PDB structure 'b'1A1H''...
Could not download b'1A1H' from the PDB.
Downloading PDB structure 'b'1A1I''...
Could not download b'1A1I' from the PDB.
Downloading PDB structure 'b'1A1J''...
Could not download b'1A1J' from the PDB.
Downloading PDB structure 'b'1A1K''...
Could not download b'1A1K' from the PDB.
Downloading PDB structure 'b'1A1L''...
Could not download b'1A1L' from the PDB.
Downloading PDB structure 'b'1A1M''...
Could not download b'1A1M' from the PDB.
Downloading PDB structure 'b'1A1N''...
Could not download b'1A1N' from the PDB.
Downloading PDB structure 'b'1A1O''...
Could not download b'1A1O' from the PDB.
Downloading PDB structure 'b'1A1P''...
Could not download b'1A1P' from the PDB.
Downloading PDB structure 'b'1A1Q''...
Could not download b'1A1Q' from the PDB.
Downloading PDB structure 'b'1A1R''...
Could not download b'1A1R' from the PDB.
Downloading PDB structure 'b'1A1S''...
Could not download b'1A1S' from the PDB.
Downloading PDB structure 'b'1A1T''...
Could not download b'1A1T' from the PDB.
Downloading PDB structure 'b'1A1U''...
Could not download b'1A1U' from the PDB.
Downloading PDB structure 'b'1A1V''...
Could not download b'1A1V' from the PDB.
Downloading PDB structure 'b'1A1W''...
Could not download b'1A1W' from the PDB.
Downloading PDB structure 'b'1A1X''...
Could not download b'1A1X' from the PDB.
Downloading PDB structure 'b'1A1Z''...
Could not download b'1A1Z' from the PDB.
Downloading PDB structure 'b'1A21''...
Could not download b'1A21' from the PDB.
Downloading PDB structure 'b'1A22''...
Could not download b'1A22' from the PDB.
Downloading PDB structure 'b'1A23''...
Could not download b'1A23' from the PDB.
Downloading PDB structure 'b'1A24''...
Could not download b'1A24' from the PDB.
Downloading PDB structure 'b'1A25''...
Could not download b'1A25' from the PDB.
Downloading PDB structure 'b'1A26''...
Could not download b'1A26' from the PDB.
Downloading PDB structure 'b'1A27''...
Could not download b'1A27' from the PDB.
Downloading PDB structure 'b'1A28''...
Could not download b'1A28' from the PDB.
Downloading PDB structure 'b'1A29''...
Could not download b'1A29' from the PDB.
Downloading PDB structure 'b'1A2A''...
Could not download b'1A2A' from the PDB.
Downloading PDB structure 'b'1A2B''...
Could not download b'1A2B' from the PDB.
Downloading PDB structure 'b'1A2C''...
Could not download b'1A2C' from the PDB.
Downloading PDB structure 'b'1A2D''...
Could not download b'1A2D' from the PDB.
Downloading PDB structure 'b'1A2E''...
Could not download b'1A2E' from the PDB.
Downloading PDB structure 'b'1A2F''...
Could not download b'1A2F' from the PDB.
Downloading PDB structure 'b'1A2G''...
Could not download b'1A2G' from the PDB.
Downloading PDB structure 'b'1A2I''...
Could not download b'1A2I' from the PDB.
Downloading PDB structure 'b'1A2J''...
Could not download b'1A2J' from the PDB.
Downloading PDB structure 'b'1A2K''...
Could not download b'1A2K' from the PDB.
Downloading PDB structure 'b'1A2L''...
Could not download b'1A2L' from the PDB.
Downloading PDB structure 'b'1A2M''...
Could not download b'1A2M' from the PDB.
Downloading PDB structure 'b'1A2N''...
Could not download b'1A2N' from the PDB.
Downloading PDB structure 'b'1A2O''...
Could not download b'1A2O' from the PDB.
Downloading PDB structure 'b'1A2P''...
Could not download b'1A2P' from the PDB.
Downloading PDB structure 'b'1A2Q''...
Could not download b'1A2Q' from the PDB.
Downloading PDB structure 'b'1A2S''...
Could not download b'1A2S' from the PDB.
Downloading PDB structure 'b'1A2T''...
Could not download b'1A2T' from the PDB.
Downloading PDB structure 'b'1A2U''...
Could not download b'1A2U' from the PDB.
Downloading PDB structure 'b'1A2V''...
Could not download b'1A2V' from the PDB.
Downloading PDB structure 'b'1A2W''...
Could not download b'1A2W' from the PDB.
Downloading PDB structure 'b'1A2X''...
Could not download b'1A2X' from the PDB.
Downloading PDB structure 'b'1A2Y''...
Could not download b'1A2Y' from the PDB.
Downloading PDB structure 'b'1A2Z''...
Could not download b'1A2Z' from the PDB.
Downloading PDB structure 'b'1A30''...
Could not download b'1A30' from the PDB.
Downloading PDB structure 'b'1A31''...
Could not download b'1A31' from the PDB.
Downloading PDB structure 'b'1A32''...
Could not download b'1A32' from the PDB.
Downloading PDB structure 'b'1A33''...
Could not download b'1A33' from the PDB.
Downloading PDB structure 'b'1A34''...
Could not download b'1A34' from the PDB.
Downloading PDB structure 'b'1A35''...
Could not download b'1A35' from the PDB.
Downloading PDB structure 'b'1A36''...
Could not download b'1A36' from the PDB.
Downloading PDB structure 'b'1A37''...
Could not download b'1A37' from the PDB.
Downloading PDB structure 'b'1A38''...
Could not download b'1A38' from the PDB.
Downloading PDB structure 'b'1A39''...
Could not download b'1A39' from the PDB.
Downloading PDB structure 'b'1A3A''...
Could not download b'1A3A' from the PDB.
Downloading PDB structure 'b'1A3B''...
Could not download b'1A3B' from the PDB.
Downloading PDB structure 'b'1A3C''...
Could not download b'1A3C' from the PDB.
Downloading PDB structure 'b'1A3D''...
Could not download b'1A3D' from the PDB.
Downloading PDB structure 'b'1A3E''...
Could not download b'1A3E' from the PDB.
Downloading PDB structure 'b'1A3F''...
Could not download b'1A3F' from the PDB.
Downloading PDB structure 'b'1A3G''...
Could not download b'1A3G' from the PDB.
Downloading PDB structure 'b'1A3H''...
Could not download b'1A3H' from the PDB.
Downloading PDB structure 'b'1A3I''...
Could not download b'1A3I' from the PDB.
Downloading PDB structure 'b'1A3J''...
Could not download b'1A3J' from the PDB.
Downloading PDB structure 'b'1A3K''...
Could not download b'1A3K' from the PDB.
Downloading PDB structure 'b'1A3L''...
Could not download b'1A3L' from the PDB.
Downloading PDB structure 'b'1A3M''...
Could not download b'1A3M' from the PDB.
Downloading PDB structure 'b'1A3N''...
Could not download b'1A3N' from the PDB.
Downloading PDB structure 'b'1A3O''...
Could not download b'1A3O' from the PDB.
Downloading PDB structure 'b'1A3P''...
Could not download b'1A3P' from the PDB.
Downloading PDB structure 'b'1A3Q''...
Could not download b'1A3Q' from the PDB.
Downloading PDB structure 'b'1A3R''...
Could not download b'1A3R' from the PDB.
Downloading PDB structure 'b'1A3S''...
Could not download b'1A3S' from the PDB.
Downloading PDB structure 'b'1A3T''...
Could not download b'1A3T' from the PDB.
Downloading PDB structure 'b'1A3U''...
Could not download b'1A3U' from the PDB.
Downloading PDB structure 'b'1A3V''...
Could not download b'1A3V' from the PDB.
Downloading PDB structure 'b'1A3W''...
Could not download b'1A3W' from the PDB.
Downloading PDB structure 'b'1A3X''...
Could not download b'1A3X' from the PDB.
Downloading PDB structure 'b'1A3Y''...
Could not download b'1A3Y' from the PDB.
Downloading PDB structure 'b'1A3Z''...
Could not download b'1A3Z' from the PDB.
Downloading PDB structure 'b'1A40''...
Could not download b'1A40' from the PDB.
Downloading PDB structure 'b'1A41''...
Could not download b'1A41' from the PDB.
Downloading PDB structure 'b'1A42''...
Could not download b'1A42' from the PDB.
Downloading PDB structure 'b'1A43''...
Could not download b'1A43' from the PDB.
Downloading PDB structure 'b'1A44''...
Could not download b'1A44' from the PDB.
Downloading PDB structure 'b'1A45''...
Could not download b'1A45' from the PDB.
Downloading PDB structure 'b'1A46''...
Could not download b'1A46' from the PDB.
Downloading PDB structure 'b'1A47''...
Could not download b'1A47' from the PDB.
Downloading PDB structure 'b'1A48''...
Could not download b'1A48' from the PDB.
Downloading PDB structure 'b'1A49''...
Could not download b'1A49' from the PDB.
Downloading PDB structure 'b'1A4A''...
Could not download b'1A4A' from the PDB.
Downloading PDB structure 'b'1A4B''...
Could not download b'1A4B' from the PDB.
Downloading PDB structure 'b'1A4C''...
Could not download b'1A4C' from the PDB.
Downloading PDB structure 'b'1A4D''...
Could not download b'1A4D' from the PDB.
Downloading PDB structure 'b'1A4E''...
Could not download b'1A4E' from the PDB.
Downloading PDB structure 'b'1A4F''...
Could not download b'1A4F' from the PDB.
Downloading PDB structure 'b'1A4G''...
Could not download b'1A4G' from the PDB.
Downloading PDB structure 'b'1A4H''...
Could not download b'1A4H' from the PDB.
Downloading PDB structure 'b'1A4I''...
Could not download b'1A4I' from the PDB.
Downloading PDB structure 'b'1A4J''...
Could not download b'1A4J' from the PDB.
Downloading PDB structure 'b'1A4K''...
Could not download b'1A4K' from the PDB.
Downloading PDB structure 'b'1A4L''...
Could not download b'1A4L' from the PDB.
Downloading PDB structure 'b'1A4M''...
Could not download b'1A4M' from the PDB.
Downloading PDB structure 'b'1A4O''...
Could not download b'1A4O' from the PDB.
Downloading PDB structure 'b'1A4P''...
Could not download b'1A4P' from the PDB.
Downloading PDB structure 'b'1A4Q''...
Could not download b'1A4Q' from the PDB.
Downloading PDB structure 'b'1A4R''...
Could not download b'1A4R' from the PDB.
Downloading PDB structure 'b'1A4S''...
Could not download b'1A4S' from the PDB.
Downloading PDB structure 'b'1A4T''...
Could not download b'1A4T' from the PDB.
Downloading PDB structure 'b'1A4U''...
Could not download b'1A4U' from the PDB.
Downloading PDB structure 'b'1A4V''...
Could not download b'1A4V' from the PDB.
Downloading PDB structure 'b'1A4W''...
Could not download b'1A4W' from the PDB.
Downloading PDB structure 'b'1A4X''...
Could not download b'1A4X' from the PDB.
Downloading PDB structure 'b'1A4Y''...
Could not download b'1A4Y' from the PDB.
Downloading PDB structure 'b'1A4Z''...
Could not download b'1A4Z' from the PDB.
Downloading PDB structure 'b'1A50''...
Could not download b'1A50' from the PDB.
Downloading PDB structure 'b'1A51''...
Could not download b'1A51' from the PDB.
Downloading PDB structure 'b'1A52''...
Could not download b'1A52' from the PDB.
Downloading PDB structure 'b'1A53''...
Could not download b'1A53' from the PDB.
Downloading PDB structure 'b'1A54''...
Could not download b'1A54' from the PDB.
Downloading PDB structure 'b'1A55''...
Could not download b'1A55' from the PDB.
Downloading PDB structure 'b'1A56''...
Could not download b'1A56' from the PDB.
Downloading PDB structure 'b'1A57''...
Could not download b'1A57' from the PDB.
Downloading PDB structure 'b'1A58''...
Could not download b'1A58' from the PDB.
Downloading PDB structure 'b'1A59''...
Could not download b'1A59' from the PDB.
Downloading PDB structure 'b'1A5A''...
Could not download b'1A5A' from the PDB.
Downloading PDB structure 'b'1A5B''...
Could not download b'1A5B' from the PDB.
Downloading PDB structure 'b'1A5C''...
Could not download b'1A5C' from the PDB.
Downloading PDB structure 'b'1A5D''...
Could not download b'1A5D' from the PDB.
Downloading PDB structure 'b'1A5E''...
Could not download b'1A5E' from the PDB.
Downloading PDB structure 'b'1A5F''...
Could not download b'1A5F' from the PDB.
Downloading PDB structure 'b'1A5G''...
Could not download b'1A5G' from the PDB.
Downloading PDB structure 'b'1A5H''...
Could not download b'1A5H' from the PDB.
Downloading PDB structure 'b'1A5I''...
Could not download b'1A5I' from the PDB.
Downloading PDB structure 'b'1A5J''...
Could not download b'1A5J' from the PDB.
Downloading PDB structure 'b'1A5K''...
Could not download b'1A5K' from the PDB.
Downloading PDB structure 'b'1A5L''...
Could not download b'1A5L' from the PDB.
Downloading PDB structure 'b'1A5M''...
Could not download b'1A5M' from the PDB.
Downloading PDB structure 'b'1A5N''...
Could not download b'1A5N' from the PDB.
Downloading PDB structure 'b'1A5O''...
Could not download b'1A5O' from the PDB.
Downloading PDB structure 'b'1A5P''...
Could not download b'1A5P' from the PDB.
Downloading PDB structure 'b'1A5Q''...
Could not download b'1A5Q' from the PDB.
Downloading PDB structure 'b'1A5R''...
Could not download b'1A5R' from the PDB.
Downloading PDB structure 'b'1A5S''...
Could not download b'1A5S' from the PDB.
Downloading PDB structure 'b'1A5T''...
Could not download b'1A5T' from the PDB.
Downloading PDB structure 'b'1A5U''...
Could not download b'1A5U' from the PDB.
Downloading PDB structure 'b'1A5V''...
Could not download b'1A5V' from the PDB.
Downloading PDB structure 'b'1A5W''...
Could not download b'1A5W' from the PDB.
Downloading PDB structure 'b'1A5X''...
Could not download b'1A5X' from the PDB.
Downloading PDB structure 'b'1A5Y''...
Could not download b'1A5Y' from the PDB.
Downloading PDB structure 'b'1A5Z''...
Could not download b'1A5Z' from the PDB.
Downloading PDB structure 'b'1A60''...
Could not download b'1A60' from the PDB.
Downloading PDB structure 'b'1A61''...
Could not download b'1A61' from the PDB.
Downloading PDB structure 'b'1A62''...
Could not download b'1A62' from the PDB.
Downloading PDB structure 'b'1A63''...
Could not download b'1A63' from the PDB.
Downloading PDB structure 'b'1A64''...
Could not download b'1A64' from the PDB.
Downloading PDB structure 'b'1A65''...
Could not download b'1A65' from the PDB.
Downloading PDB structure 'b'1A66''...
Could not download b'1A66' from the PDB.
Downloading PDB structure 'b'1A67''...
Could not download b'1A67' from the PDB.
Downloading PDB structure 'b'1A68''...
Could not download b'1A68' from the PDB.
Downloading PDB structure 'b'1A69''...
Could not download b'1A69' from the PDB.
Downloading PDB structure 'b'1A6A''...
Could not download b'1A6A' from the PDB.
Downloading PDB structure 'b'1A6B''...
Could not download b'1A6B' from the PDB.
Downloading PDB structure 'b'1A6C''...
Could not download b'1A6C' from the PDB.
Downloading PDB structure 'b'1A6D''...
Could not download b'1A6D' from the PDB.
Downloading PDB structure 'b'1A6E''...
Could not download b'1A6E' from the PDB.
Downloading PDB structure 'b'1A6F''...
Could not download b'1A6F' from the PDB.
Downloading PDB structure 'b'1A6G''...
Could not download b'1A6G' from the PDB.
Downloading PDB structure 'b'1A6H''...
Could not download b'1A6H' from the PDB.
Downloading PDB structure 'b'1A6I''...
Could not download b'1A6I' from the PDB.
Downloading PDB structure 'b'1A6J''...
Could not download b'1A6J' from the PDB.
Downloading PDB structure 'b'1A6K''...
Could not download b'1A6K' from the PDB.
Downloading PDB structure 'b'1A6L''...
Could not download b'1A6L' from the PDB.
Downloading PDB structure 'b'1A6M''...
Could not download b'1A6M' from the PDB.
Downloading PDB structure 'b'1A6N''...
Could not download b'1A6N' from the PDB.
Downloading PDB structure 'b'1A6P''...
Could not download b'1A6P' from the PDB.
Downloading PDB structure 'b'1A6Q''...
Could not download b'1A6Q' from the PDB.
Downloading PDB structure 'b'1A6R''...
Could not download b'1A6R' from the PDB.
Downloading PDB structure 'b'1A6S''...
Could not download b'1A6S' from the PDB.
Downloading PDB structure 'b'1A6T''...
Could not download b'1A6T' from the PDB.
Downloading PDB structure 'b'1A6U''...
Could not download b'1A6U' from the PDB.
Downloading PDB structure 'b'1A6V''...
Could not download b'1A6V' from the PDB.
Downloading PDB structure 'b'1A6W''...
Could not download b'1A6W' from the PDB.
Downloading PDB structure 'b'1A6X''...
Could not download b'1A6X' from the PDB.
Downloading PDB structure 'b'1A6Y''...
Could not download b'1A6Y' from the PDB.
Downloading PDB structure 'b'1A6Z''...
Could not download b'1A6Z' from the PDB.
Downloading PDB structure 'b'1A70''...
Could not download b'1A70' from the PDB.
Downloading PDB structure 'b'1A71''...
Could not download b'1A71' from the PDB.
Downloading PDB structure 'b'1A72''...
Could not download b'1A72' from the PDB.
Downloading PDB structure 'b'1A73''...
Could not download b'1A73' from the PDB.
Downloading PDB structure 'b'1A74''...
Could not download b'1A74' from the PDB.
Downloading PDB structure 'b'1A75''...
Could not download b'1A75' from the PDB.
Downloading PDB structure 'b'1A76''...
Could not download b'1A76' from the PDB.
Downloading PDB structure 'b'1A77''...
Could not download b'1A77' from the PDB.
Downloading PDB structure 'b'1A78''...
Could not download b'1A78' from the PDB.
Downloading PDB structure 'b'1A79''...
Could not download b'1A79' from the PDB.
Downloading PDB structure 'b'1A7A''...
Could not download b'1A7A' from the PDB.
Downloading PDB structure 'b'1A7B''...
Could not download b'1A7B' from the PDB.
Downloading PDB structure 'b'1A7C''...
Could not download b'1A7C' from the PDB.
Downloading PDB structure 'b'1A7D''...
Could not download b'1A7D' from the PDB.
Downloading PDB structure 'b'1A7E''...
Could not download b'1A7E' from the PDB.
Downloading PDB structure 'b'1A7F''...
Could not download b'1A7F' from the PDB.
Downloading PDB structure 'b'1A7G''...
Could not download b'1A7G' from the PDB.
Downloading PDB structure 'b'1A7H''...
Could not download b'1A7H' from the PDB.
Downloading PDB structure 'b'1A7I''...
Could not download b'1A7I' from the PDB.
Downloading PDB structure 'b'1A7J''...
Could not download b'1A7J' from the PDB.
Downloading PDB structure 'b'1A7K''...
Could not download b'1A7K' from the PDB.
Downloading PDB structure 'b'1A7L''...
Could not download b'1A7L' from the PDB.
Downloading PDB structure 'b'1A7M''...
Could not download b'1A7M' from the PDB.
Downloading PDB structure 'b'1A7N''...
Could not download b'1A7N' from the PDB.
Downloading PDB structure 'b'1A7O''...
Could not download b'1A7O' from the PDB.
Downloading PDB structure 'b'1A7P''...
Could not download b'1A7P' from the PDB.
Downloading PDB structure 'b'1A7Q''...
Could not download b'1A7Q' from the PDB.
Downloading PDB structure 'b'1A7R''...
Could not download b'1A7R' from the PDB.
Downloading PDB structure 'b'1A7S''...
Could not download b'1A7S' from the PDB.
Downloading PDB structure 'b'1A7T''...
Could not download b'1A7T' from the PDB.
Downloading PDB structure 'b'1A7U''...
Could not download b'1A7U' from the PDB.
Downloading PDB structure 'b'1A7V''...
Could not download b'1A7V' from the PDB.
Downloading PDB structure 'b'1A7W''...
Could not download b'1A7W' from the PDB.
Downloading PDB structure 'b'1A7X''...
Could not download b'1A7X' from the PDB.
Downloading PDB structure 'b'1A7Y''...
Could not download b'1A7Y' from the PDB.
Downloading PDB structure 'b'1A7Z''...
Could not download b'1A7Z' from the PDB.
Downloading PDB structure 'b'1A80''...
Could not download b'1A80' from the PDB.
Downloading PDB structure 'b'1A81''...
Could not download b'1A81' from the PDB.
Downloading PDB structure 'b'1A82''...
Could not download b'1A82' from the PDB.
Downloading PDB structure 'b'1A83''...
Could not download b'1A83' from the PDB.
Downloading PDB structure 'b'1A84''...
Could not download b'1A84' from the PDB.
Downloading PDB structure 'b'1A85''...
Could not download b'1A85' from the PDB.
Downloading PDB structure 'b'1A86''...
Could not download b'1A86' from the PDB.
Downloading PDB structure 'b'1A87''...
Could not download b'1A87' from the PDB.
Downloading PDB structure 'b'1A88''...
Could not download b'1A88' from the PDB.
Downloading PDB structure 'b'1A8A''...
Could not download b'1A8A' from the PDB.
Downloading PDB structure 'b'1A8B''...
Could not download b'1A8B' from the PDB.
Downloading PDB structure 'b'1A8C''...
Could not download b'1A8C' from the PDB.
Downloading PDB structure 'b'1A8D''...
Could not download b'1A8D' from the PDB.
Downloading PDB structure 'b'1A8E''...
Could not download b'1A8E' from the PDB.
Downloading PDB structure 'b'1A8F''...
Could not download b'1A8F' from the PDB.
Downloading PDB structure 'b'1A8G''...
Could not download b'1A8G' from the PDB.
Downloading PDB structure 'b'1A8H''...
Could not download b'1A8H' from the PDB.
Downloading PDB structure 'b'1A8I''...
Could not download b'1A8I' from the PDB.
Downloading PDB structure 'b'1A8J''...
Could not download b'1A8J' from the PDB.
Downloading PDB structure 'b'1A8K''...
Could not download b'1A8K' from the PDB.
Downloading PDB structure 'b'1A8L''...
Could not download b'1A8L' from the PDB.
Downloading PDB structure 'b'1A8M''...
Could not download b'1A8M' from the PDB.
Downloading PDB structure 'b'1A8N''...
Could not download b'1A8N' from the PDB.
Downloading PDB structure 'b'1A8O''...
Could not download b'1A8O' from the PDB.
Downloading PDB structure 'b'1A8P''...
Could not download b'1A8P' from the PDB.
Downloading PDB structure 'b'1A8Q''...
Could not download b'1A8Q' from the PDB.
Downloading PDB structure 'b'1A8R''...
Could not download b'1A8R' from the PDB.
Downloading PDB structure 'b'1A8S''...
Could not download b'1A8S' from the PDB.
Downloading PDB structure 'b'1A8T''...
Could not download b'1A8T' from the PDB.
Downloading PDB structure 'b'1A8U''...
Could not download b'1A8U' from the PDB.
Downloading PDB structure 'b'1A8V''...
Could not download b'1A8V' from the PDB.
Downloading PDB structure 'b'1A8W''...
Could not download b'1A8W' from the PDB.
Downloading PDB structure 'b'1A8Y''...
Could not download b'1A8Y' from the PDB.
Downloading PDB structure 'b'1A8Z''...
Could not download b'1A8Z' from the PDB.
Downloading PDB structure 'b'1A90''...
Could not download b'1A90' from the PDB.
Downloading PDB structure 'b'1A91''...
Could not download b'1A91' from the PDB.
Downloading PDB structure 'b'1A92''...
Could not download b'1A92' from the PDB.
Downloading PDB structure 'b'1A93''...
Could not download b'1A93' from the PDB.
Downloading PDB structure 'b'1A94''...
Could not download b'1A94' from the PDB.
Downloading PDB structure 'b'1A95''...
Could not download b'1A95' from the PDB.
Downloading PDB structure 'b'1A96''...
Could not download b'1A96' from the PDB.
Downloading PDB structure 'b'1A97''...
Could not download b'1A97' from the PDB.
Downloading PDB structure 'b'1A98''...
Could not download b'1A98' from the PDB.
Downloading PDB structure 'b'1A99''...
Could not download b'1A99' from the PDB.
Downloading PDB structure 'b'1A9B''...
Could not download b'1A9B' from the PDB.
Downloading PDB structure 'b'1A9C''...
Could not download b'1A9C' from the PDB.
Downloading PDB structure 'b'1A9E''...
Could not download b'1A9E' from the PDB.
Downloading PDB structure 'b'1A9G''...
Could not download b'1A9G' from the PDB.
Downloading PDB structure 'b'1A9H''...
Could not download b'1A9H' from the PDB.
Downloading PDB structure 'b'1A9I''...
Could not download b'1A9I' from the PDB.
Downloading PDB structure 'b'1A9J''...
Could not download b'1A9J' from the PDB.
Downloading PDB structure 'b'1A9L''...
Could not download b'1A9L' from the PDB.
Downloading PDB structure 'b'1A9M''...
Could not download b'1A9M' from the PDB.
Downloading PDB structure 'b'1A9N''...
Could not download b'1A9N' from the PDB.
Downloading PDB structure 'b'1A9O''...
Could not download b'1A9O' from the PDB.
Downloading PDB structure 'b'1A9P''...
Could not download b'1A9P' from the PDB.
Downloading PDB structure 'b'1A9Q''...
Could not download b'1A9Q' from the PDB.
Downloading PDB structure 'b'1A9R''...
Could not download b'1A9R' from the PDB.
Downloading PDB structure 'b'1A9S''...
Could not download b'1A9S' from the PDB.
Downloading PDB structure 'b'1A9T''...
Could not download b'1A9T' from the PDB.
Downloading PDB structure 'b'1A9U''...
Could not download b'1A9U' from the PDB.
Downloading PDB structure 'b'1A9V''...
Could not download b'1A9V' from the PDB.
Downloading PDB structure 'b'1A9W''...
Could not download b'1A9W' from the PDB.
Downloading PDB structure 'b'1A9X''...
Could not download b'1A9X' from the PDB.
Downloading PDB structure 'b'1A9Y''...
Could not download b'1A9Y' from the PDB.
Downloading PDB structure 'b'1A9Z''...
Could not download b'1A9Z' from the PDB.
Downloading PDB structure 'b'1AA0''...
Could not download b'1AA0' from the PDB.
Downloading PDB structure 'b'1AA1''...
Could not download b'1AA1' from the PDB.
Downloading PDB structure 'b'1AA2''...
Could not download b'1AA2' from the PDB.
Downloading PDB structure 'b'1AA3''...
Could not download b'1AA3' from the PDB.
Downloading PDB structure 'b'1AA4''...
Could not download b'1AA4' from the PDB.
Downloading PDB structure 'b'1AA5''...
Could not download b'1AA5' from the PDB.
Downloading PDB structure 'b'1AA6''...
Could not download b'1AA6' from the PDB.
Downloading PDB structure 'b'1AA7''...
Could not download b'1AA7' from the PDB.
Downloading PDB structure 'b'1AA9''...
Could not download b'1AA9' from the PDB.
Downloading PDB structure 'b'1AAB''...
Could not download b'1AAB' from the PDB.
Downloading PDB structure 'b'1AAC''...
Could not download b'1AAC' from the PDB.
Downloading PDB structure 'b'1AAF''...
Could not download b'1AAF' from the PDB.
Downloading PDB structure 'b'1AAJ''...
Could not download b'1AAJ' from the PDB.
Downloading PDB structure 'b'1AAL''...
Could not download b'1AAL' from the PDB.
Downloading PDB structure 'b'1AAM''...
Could not download b'1AAM' from the PDB.
Downloading PDB structure 'b'1AAN''...
Could not download b'1AAN' from the PDB.
Downloading PDB structure 'b'1AAP''...
Could not download b'1AAP' from the PDB.
Downloading PDB structure 'b'1AAQ''...
Could not download b'1AAQ' from the PDB.
Downloading PDB structure 'b'1AAR''...
Could not download b'1AAR' from the PDB.
Downloading PDB structure 'b'1AAT''...
Could not download b'1AAT' from the PDB.
Downloading PDB structure 'b'1AAW''...
Could not download b'1AAW' from the PDB.
Downloading PDB structure 'b'1AAX''...
Could not download b'1AAX' from the PDB.
Downloading PDB structure 'b'1AAY''...
Could not download b'1AAY' from the PDB.
Downloading PDB structure 'b'1AAZ''...
Could not download b'1AAZ' from the PDB.
Downloading PDB structure 'b'1AB0''...
Could not download b'1AB0' from the PDB.
Downloading PDB structure 'b'1AB1''...
Could not download b'1AB1' from the PDB.
Downloading PDB structure 'b'1AB2''...
Could not download b'1AB2' from the PDB.
Downloading PDB structure 'b'1AB3''...
Could not download b'1AB3' from the PDB.
Downloading PDB structure 'b'1AB4''...
Could not download b'1AB4' from the PDB.
Downloading PDB structure 'b'1AB5''...
Could not download b'1AB5' from the PDB.
Downloading PDB structure 'b'1AB6''...
Could not download b'1AB6' from the PDB.
Downloading PDB structure 'b'1AB7''...
Could not download b'1AB7' from the PDB.
Downloading PDB structure 'b'1AB8''...
Could not download b'1AB8' from the PDB.
Downloading PDB structure 'b'1AB9''...
Could not download b'1AB9' from the PDB.
Downloading PDB structure 'b'1ABA''...
Could not download b'1ABA' from the PDB.
Downloading PDB structure 'b'1ABB''...
Could not download b'1ABB' from the PDB.
Downloading PDB structure 'b'1ABE''...
Could not download b'1ABE' from the PDB.
Downloading PDB structure 'b'1ABF''...
Could not download b'1ABF' from the PDB.
Downloading PDB structure 'b'1ABI''...
Could not download b'1ABI' from the PDB.
Downloading PDB structure 'b'1ABJ''...
Could not download b'1ABJ' from the PDB.
Downloading PDB structure 'b'1ABN''...
Could not download b'1ABN' from the PDB.
Downloading PDB structure 'b'1ABO''...
Could not download b'1ABO' from the PDB.
Downloading PDB structure 'b'1ABQ''...
Could not download b'1ABQ' from the PDB.
Downloading PDB structure 'b'1ABR''...
Could not download b'1ABR' from the PDB.
Downloading PDB structure 'b'1ABS''...
Could not download b'1ABS' from the PDB.
Downloading PDB structure 'b'1ABT''...
Could not download b'1ABT' from the PDB.
Downloading PDB structure 'b'1ABV''...
Could not download b'1ABV' from the PDB.
Downloading PDB structure 'b'1ABW''...
Could not download b'1ABW' from the PDB.
Downloading PDB structure 'b'1ABY''...
Could not download b'1ABY' from the PDB.
Downloading PDB structure 'b'1ABZ''...
Could not download b'1ABZ' from the PDB.
Downloading PDB structure 'b'1AC0''...
Could not download b'1AC0' from the PDB.
Downloading PDB structure 'b'1AC1''...
Could not download b'1AC1' from the PDB.
Downloading PDB structure 'b'1AC3''...
Could not download b'1AC3' from the PDB.
Downloading PDB structure 'b'1AC4''...
Could not download b'1AC4' from the PDB.
Downloading PDB structure 'b'1AC5''...
Could not download b'1AC5' from the PDB.
Downloading PDB structure 'b'1AC6''...
Could not download b'1AC6' from the PDB.
Downloading PDB structure 'b'1AC7''...
Could not download b'1AC7' from the PDB.
Downloading PDB structure 'b'1AC8''...
Could not download b'1AC8' from the PDB.
Downloading PDB structure 'b'1AC9''...
Could not download b'1AC9' from the PDB.
Downloading PDB structure 'b'1ACA''...
Could not download b'1ACA' from the PDB.
Downloading PDB structure 'b'1ACB''...
Could not download b'1ACB' from the PDB.
Downloading PDB structure 'b'1ACC''...
Could not download b'1ACC' from the PDB.
Downloading PDB structure 'b'1ACD''...
Could not download b'1ACD' from the PDB.
Downloading PDB structure 'b'1ACF''...
Could not download b'1ACF' from the PDB.
Downloading PDB structure 'b'1ACI''...
Could not download b'1ACI' from the PDB.
Downloading PDB structure 'b'1ACJ''...
Could not download b'1ACJ' from the PDB.
Downloading PDB structure 'b'1ACL''...
Could not download b'1ACL' from the PDB.
Downloading PDB structure 'b'1ACM''...
Could not download b'1ACM' from the PDB.
Downloading PDB structure 'b'1ACO''...
Could not download b'1ACO' from the PDB.
Downloading PDB structure 'b'1ACP''...
Could not download b'1ACP' from the PDB.
Downloading PDB structure 'b'1ACV''...
Could not download b'1ACV' from the PDB.
Downloading PDB structure 'b'1ACW''...
Could not download b'1ACW' from the PDB.
Downloading PDB structure 'b'1ACX''...
Could not download b'1ACX' from the PDB.
Downloading PDB structure 'b'1ACY''...
Could not download b'1ACY' from the PDB.
Downloading PDB structure 'b'1ACZ''...
Could not download b'1ACZ' from the PDB.
Downloading PDB structure 'b'1AD0''...
Could not download b'1AD0' from the PDB.
Downloading PDB structure 'b'1AD1''...
Could not download b'1AD1' from the PDB.
Downloading PDB structure 'b'1AD2''...
Could not download b'1AD2' from the PDB.
Downloading PDB structure 'b'1AD3''...
Could not download b'1AD3' from the PDB.
Downloading PDB structure 'b'1AD4''...
Could not download b'1AD4' from the PDB.
Downloading PDB structure 'b'1AD5''...
Could not download b'1AD5' from the PDB.
Downloading PDB structure 'b'1AD6''...
Could not download b'1AD6' from the PDB.
Downloading PDB structure 'b'1AD7''...
Could not download b'1AD7' from the PDB.
Downloading PDB structure 'b'1AD8''...
Could not download b'1AD8' from the PDB.
Downloading PDB structure 'b'1AD9''...
Could not download b'1AD9' from the PDB.
Downloading PDB structure 'b'1ADB''...
Could not download b'1ADB' from the PDB.
Downloading PDB structure 'b'1ADC''...
Could not download b'1ADC' from the PDB.
Downloading PDB structure 'b'1ADD''...
Could not download b'1ADD' from the PDB.
Downloading PDB structure 'b'1ADE''...
Could not download b'1ADE' from the PDB.
Downloading PDB structure 'b'1ADF''...
Could not download b'1ADF' from the PDB.
Downloading PDB structure 'b'1ADG''...
Could not download b'1ADG' from the PDB.
Downloading PDB structure 'b'1ADI''...
Could not download b'1ADI' from the PDB.
Downloading PDB structure 'b'1ADJ''...
Could not download b'1ADJ' from the PDB.
Downloading PDB structure 'b'1ADL''...
Could not download b'1ADL' from the PDB.
Downloading PDB structure 'b'1ADN''...
Could not download b'1ADN' from the PDB.
Downloading PDB structure 'b'1ADO''...
Could not download b'1ADO' from the PDB.
Downloading PDB structure 'b'1ADQ''...
Could not download b'1ADQ' from the PDB.
Downloading PDB structure 'b'1ADR''...
Could not download b'1ADR' from the PDB.
Downloading PDB structure 'b'1ADS''...
Could not download b'1ADS' from the PDB.
Downloading PDB structure 'b'1ADU''...
Could not download b'1ADU' from the PDB.
Downloading PDB structure 'b'1ADV''...
Could not download b'1ADV' from the PDB.
Downloading PDB structure 'b'1ADW''...
Could not download b'1ADW' from the PDB.
Downloading PDB structure 'b'1ADX''...
Could not download b'1ADX' from the PDB.
Downloading PDB structure 'b'1ADY''...
Could not download b'1ADY' from the PDB.
Downloading PDB structure 'b'1ADZ''...
Could not download b'1ADZ' from the PDB.
Downloading PDB structure 'b'1AE1''...
Could not download b'1AE1' from the PDB.
Downloading PDB structure 'b'1AE2''...
Could not download b'1AE2' from the PDB.
Downloading PDB structure 'b'1AE3''...
Could not download b'1AE3' from the PDB.
Downloading PDB structure 'b'1AE4''...
Could not download b'1AE4' from the PDB.
Downloading PDB structure 'b'1AE5''...
Could not download b'1AE5' from the PDB.
Downloading PDB structure 'b'1AE6''...
Could not download b'1AE6' from the PDB.
Downloading PDB structure 'b'1AE7''...
Could not download b'1AE7' from the PDB.
Downloading PDB structure 'b'1AE8''...
Could not download b'1AE8' from the PDB.
Downloading PDB structure 'b'1AE9''...
Could not download b'1AE9' from the PDB.
Downloading PDB structure 'b'1AEB''...
Could not download b'1AEB' from the PDB.
Downloading PDB structure 'b'1AEC''...
Could not download b'1AEC' from the PDB.
Downloading PDB structure 'b'1AED''...
Could not download b'1AED' from the PDB.
Downloading PDB structure 'b'1AEE''...
Could not download b'1AEE' from the PDB.
Downloading PDB structure 'b'1AEF''...
Could not download b'1AEF' from the PDB.
Downloading PDB structure 'b'1AEG''...
Could not download b'1AEG' from the PDB.
Downloading PDB structure 'b'1AEH''...
Could not download b'1AEH' from the PDB.
Downloading PDB structure 'b'1AEI''...
Could not download b'1AEI' from the PDB.
Downloading PDB structure 'b'1AEJ''...
Could not download b'1AEJ' from the PDB.
Downloading PDB structure 'b'1AEK''...
Could not download b'1AEK' from the PDB.
Downloading PDB structure 'b'1AEL''...
Could not download b'1AEL' from the PDB.
Downloading PDB structure 'b'1AEM''...
Could not download b'1AEM' from the PDB.
Downloading PDB structure 'b'1AEN''...
Could not download b'1AEN' from the PDB.
Downloading PDB structure 'b'1AEO''...
Could not download b'1AEO' from the PDB.
Downloading PDB structure 'b'1AEP''...
Could not download b'1AEP' from the PDB.
Downloading PDB structure 'b'1AEQ''...
Could not download b'1AEQ' from the PDB.
Downloading PDB structure 'b'1AER''...
Could not download b'1AER' from the PDB.
Downloading PDB structure 'b'1AES''...
Could not download b'1AES' from the PDB.
Downloading PDB structure 'b'1AET''...
Could not download b'1AET' from the PDB.
Downloading PDB structure 'b'1AEU''...
Could not download b'1AEU' from the PDB.
Downloading PDB structure 'b'1AEV''...
Could not download b'1AEV' from the PDB.
Downloading PDB structure 'b'1AEW''...
Could not download b'1AEW' from the PDB.
Downloading PDB structure 'b'1AEX''...
Could not download b'1AEX' from the PDB.
Downloading PDB structure 'b'1AEY''...
Could not download b'1AEY' from the PDB.
Downloading PDB structure 'b'1AF0''...
Could not download b'1AF0' from the PDB.
Downloading PDB structure 'b'1AF1''...
Could not download b'1AF1' from the PDB.
Downloading PDB structure 'b'1AF2''...
Could not download b'1AF2' from the PDB.
Downloading PDB structure 'b'1AF3''...
Could not download b'1AF3' from the PDB.
Downloading PDB structure 'b'1AF4''...
Could not download b'1AF4' from the PDB.
Downloading PDB structure 'b'1AF5''...
Could not download b'1AF5' from the PDB.
Downloading PDB structure 'b'1AF6''...
Could not download b'1AF6' from the PDB.
Downloading PDB structure 'b'1AF7''...
Could not download b'1AF7' from the PDB.
Downloading PDB structure 'b'1AF8''...
Could not download b'1AF8' from the PDB.
Downloading PDB structure 'b'1AF9''...
Could not download b'1AF9' from the PDB.
Downloading PDB structure 'b'1AFA''...
Could not download b'1AFA' from the PDB.
Downloading PDB structure 'b'1AFB''...
Could not download b'1AFB' from the PDB.
Downloading PDB structure 'b'1AFC''...
Could not download b'1AFC' from the PDB.
Downloading PDB structure 'b'1AFD''...
Could not download b'1AFD' from the PDB.
Downloading PDB structure 'b'1AFE''...
Could not download b'1AFE' from the PDB.
Downloading PDB structure 'b'1AFF''...
Could not download b'1AFF' from the PDB.
Downloading PDB structure 'b'1AFH''...
Could not download b'1AFH' from the PDB.
Downloading PDB structure 'b'1AFI''...
Could not download b'1AFI' from the PDB.
Downloading PDB structure 'b'1AFJ''...
Could not download b'1AFJ' from the PDB.
Downloading PDB structure 'b'1AFK''...
Could not download b'1AFK' from the PDB.
Downloading PDB structure 'b'1AFL''...
Could not download b'1AFL' from the PDB.
Downloading PDB structure 'b'1AFO''...
Could not download b'1AFO' from the PDB.
Downloading PDB structure 'b'1AFP''...
Could not download b'1AFP' from the PDB.
Downloading PDB structure 'b'1AFQ''...
Could not download b'1AFQ' from the PDB.
Downloading PDB structure 'b'1AFR''...
Could not download b'1AFR' from the PDB.
Downloading PDB structure 'b'1AFS''...
Could not download b'1AFS' from the PDB.
Downloading PDB structure 'b'1AFT''...
Could not download b'1AFT' from the PDB.
Downloading PDB structure 'b'1AFU''...
Could not download b'1AFU' from the PDB.
Downloading PDB structure 'b'1AFV''...
Could not download b'1AFV' from the PDB.
Downloading PDB structure 'b'1AFW''...
Could not download b'1AFW' from the PDB.
Downloading PDB structure 'b'1AFX''...
Could not download b'1AFX' from the PDB.
Downloading PDB structure 'b'1AFZ''...
Could not download b'1AFZ' from the PDB.
Downloading PDB structure 'b'1AG0''...
Could not download b'1AG0' from the PDB.
Downloading PDB structure 'b'1AG1''...
Could not download b'1AG1' from the PDB.
Downloading PDB structure 'b'1AG2''...
Could not download b'1AG2' from the PDB.
Downloading PDB structure 'b'1AG3''...
Could not download b'1AG3' from the PDB.
Downloading PDB structure 'b'1AG4''...
Could not download b'1AG4' from the PDB.
Downloading PDB structure 'b'1AG5''...
Could not download b'1AG5' from the PDB.
Downloading PDB structure 'b'1AG6''...
Could not download b'1AG6' from the PDB.
Downloading PDB structure 'b'1AG7''...
Could not download b'1AG7' from the PDB.
Downloading PDB structure 'b'1AG8''...
Could not download b'1AG8' from the PDB.
Downloading PDB structure 'b'1AG9''...
Could not download b'1AG9' from the PDB.
Downloading PDB structure 'b'1AGA''...
Could not download b'1AGA' from the PDB.
Downloading PDB structure 'b'1AGB''...
Could not download b'1AGB' from the PDB.
Downloading PDB structure 'b'1AGC''...
Could not download b'1AGC' from the PDB.
Downloading PDB structure 'b'1AGD''...
Could not download b'1AGD' from the PDB.
Downloading PDB structure 'b'1AGE''...
Could not download b'1AGE' from the PDB.
Downloading PDB structure 'b'1AGF''...
Could not download b'1AGF' from the PDB.
Downloading PDB structure 'b'1AGG''...
Could not download b'1AGG' from the PDB.
Downloading PDB structure 'b'1AGH''...
Could not download b'1AGH' from the PDB.
Downloading PDB structure 'b'1AGI''...
Could not download b'1AGI' from the PDB.
Downloading PDB structure 'b'1AGJ''...
Could not download b'1AGJ' from the PDB.
Downloading PDB structure 'b'1AGK''...
Could not download b'1AGK' from the PDB.
Downloading PDB structure 'b'1AGL''...
Could not download b'1AGL' from the PDB.
Downloading PDB structure 'b'1AGM''...
Could not download b'1AGM' from the PDB.
Downloading PDB structure 'b'1AGN''...
Could not download b'1AGN' from the PDB.
Downloading PDB structure 'b'1AGO''...
Could not download b'1AGO' from the PDB.
Downloading PDB structure 'b'1AGP''...
Could not download b'1AGP' from the PDB.
Downloading PDB structure 'b'1AGQ''...
Could not download b'1AGQ' from the PDB.
Downloading PDB structure 'b'1AGR''...
Could not download b'1AGR' from the PDB.
Downloading PDB structure 'b'1AGS''...
Could not download b'1AGS' from the PDB.
Downloading PDB structure 'b'1AGT''...
Could not download b'1AGT' from the PDB.
Downloading PDB structure 'b'1AGU''...
Could not download b'1AGU' from the PDB.
Downloading PDB structure 'b'1AGW''...
Could not download b'1AGW' from the PDB.
Downloading PDB structure 'b'1AGX''...
Could not download b'1AGX' from the PDB.
Downloading PDB structure 'b'1AGY''...
Could not download b'1AGY' from the PDB.
Downloading PDB structure 'b'1AGZ''...
Could not download b'1AGZ' from the PDB.
Downloading PDB structure 'b'1AH0''...
Could not download b'1AH0' from the PDB.
Downloading PDB structure 'b'1AH1''...
Could not download b'1AH1' from the PDB.
Downloading PDB structure 'b'1AH2''...
Could not download b'1AH2' from the PDB.
Downloading PDB structure 'b'1AH3''...
Could not download b'1AH3' from the PDB.
Downloading PDB structure 'b'1AH4''...
Could not download b'1AH4' from the PDB.
Downloading PDB structure 'b'1AH5''...
Could not download b'1AH5' from the PDB.
Downloading PDB structure 'b'1AH6''...
Could not download b'1AH6' from the PDB.
Downloading PDB structure 'b'1AH7''...
Could not download b'1AH7' from the PDB.
Downloading PDB structure 'b'1AH8''...
Could not download b'1AH8' from the PDB.
Downloading PDB structure 'b'1AH9''...
Could not download b'1AH9' from the PDB.
Downloading PDB structure 'b'1AHA''...
Could not download b'1AHA' from the PDB.
Downloading PDB structure 'b'1AHB''...
Could not download b'1AHB' from the PDB.
Downloading PDB structure 'b'1AHC''...
Could not download b'1AHC' from the PDB.
Downloading PDB structure 'b'1AHD''...
Could not download b'1AHD' from the PDB.
Downloading PDB structure 'b'1AHE''...
Could not download b'1AHE' from the PDB.
Downloading PDB structure 'b'1AHF''...
Could not download b'1AHF' from the PDB.
Downloading PDB structure 'b'1AHG''...
Could not download b'1AHG' from the PDB.
Downloading PDB structure 'b'1AHH''...
Could not download b'1AHH' from the PDB.
Downloading PDB structure 'b'1AHI''...
Could not download b'1AHI' from the PDB.
Downloading PDB structure 'b'1AHJ''...
Could not download b'1AHJ' from the PDB.
Downloading PDB structure 'b'1AHK''...
Could not download b'1AHK' from the PDB.
Downloading PDB structure 'b'1AHL''...
Could not download b'1AHL' from the PDB.
Downloading PDB structure 'b'1AHM''...
Could not download b'1AHM' from the PDB.
Downloading PDB structure 'b'1AHN''...
Could not download b'1AHN' from the PDB.
Downloading PDB structure 'b'1AHO''...
Could not download b'1AHO' from the PDB.
Downloading PDB structure 'b'1AHP''...
Could not download b'1AHP' from the PDB.
Downloading PDB structure 'b'1AHQ''...
Could not download b'1AHQ' from the PDB.
Downloading PDB structure 'b'1AHR''...
Could not download b'1AHR' from the PDB.
Downloading PDB structure 'b'1AHS''...
Could not download b'1AHS' from the PDB.
Downloading PDB structure 'b'1AHT''...
Could not download b'1AHT' from the PDB.
Downloading PDB structure 'b'1AHU''...
Could not download b'1AHU' from the PDB.
Downloading PDB structure 'b'1AHV''...
Could not download b'1AHV' from the PDB.
Downloading PDB structure 'b'1AHW''...
Could not download b'1AHW' from the PDB.
Downloading PDB structure 'b'1AHX''...
Could not download b'1AHX' from the PDB.
Downloading PDB structure 'b'1AHY''...
Could not download b'1AHY' from the PDB.
Downloading PDB structure 'b'1AHZ''...
Could not download b'1AHZ' from the PDB.
Downloading PDB structure 'b'1AI0''...
Could not download b'1AI0' from the PDB.
Downloading PDB structure 'b'1AI1''...
Could not download b'1AI1' from the PDB.
Downloading PDB structure 'b'1AI2''...
Could not download b'1AI2' from the PDB.
Downloading PDB structure 'b'1AI3''...
Could not download b'1AI3' from the PDB.
Downloading PDB structure 'b'1AI4''...
Could not download b'1AI4' from the PDB.
Downloading PDB structure 'b'1AI5''...
Could not download b'1AI5' from the PDB.
Downloading PDB structure 'b'1AI6''...
Could not download b'1AI6' from the PDB.
Downloading PDB structure 'b'1AI7''...
Could not download b'1AI7' from the PDB.
Downloading PDB structure 'b'1AI8''...
Could not download b'1AI8' from the PDB.
Downloading PDB structure 'b'1AI9''...
Could not download b'1AI9' from the PDB.
Downloading PDB structure 'b'1AIA''...
Could not download b'1AIA' from the PDB.
Downloading PDB structure 'b'1AIB''...
Could not download b'1AIB' from the PDB.
Downloading PDB structure 'b'1AIC''...
Could not download b'1AIC' from the PDB.
Downloading PDB structure 'b'1AID''...
Could not download b'1AID' from the PDB.
Downloading PDB structure 'b'1AIE''...
Could not download b'1AIE' from the PDB.
Downloading PDB structure 'b'1AIF''...
Could not download b'1AIF' from the PDB.
Downloading PDB structure 'b'1AIG''...
Could not download b'1AIG' from the PDB.
Downloading PDB structure 'b'1AIH''...
Could not download b'1AIH' from the PDB.
Downloading PDB structure 'b'1AII''...
Could not download b'1AII' from the PDB.
Downloading PDB structure 'b'1AIJ''...
Could not download b'1AIJ' from the PDB.
Downloading PDB structure 'b'1AIK''...
Could not download b'1AIK' from the PDB.
Downloading PDB structure 'b'1AIL''...
Could not download b'1AIL' from the PDB.
Downloading PDB structure 'b'1AIM''...
Could not download b'1AIM' from the PDB.
Downloading PDB structure 'b'1AIN''...
Could not download b'1AIN' from the PDB.
Downloading PDB structure 'b'1AIO''...
Could not download b'1AIO' from the PDB.
Downloading PDB structure 'b'1AIP''...
Could not download b'1AIP' from the PDB.
Downloading PDB structure 'b'1AIQ''...
Could not download b'1AIQ' from the PDB.
Downloading PDB structure 'b'1AIR''...
Could not download b'1AIR' from the PDB.
Downloading PDB structure 'b'1AIS''...
Could not download b'1AIS' from the PDB.
Downloading PDB structure 'b'1AIU''...
Could not download b'1AIU' from the PDB.
Downloading PDB structure 'b'1AIV''...
Could not download b'1AIV' from the PDB.
Downloading PDB structure 'b'1AIW''...
Could not download b'1AIW' from the PDB.
Downloading PDB structure 'b'1AIX''...
Could not download b'1AIX' from the PDB.
Downloading PDB structure 'b'1AIY''...
Could not download b'1AIY' from the PDB.
Downloading PDB structure 'b'1AIZ''...
Could not download b'1AIZ' from the PDB.
Downloading PDB structure 'b'1AJ0''...
Could not download b'1AJ0' from the PDB.
Downloading PDB structure 'b'1AJ1''...
Could not download b'1AJ1' from the PDB.
Downloading PDB structure 'b'1AJ2''...
Could not download b'1AJ2' from the PDB.
Downloading PDB structure 'b'1AJ3''...
Could not download b'1AJ3' from the PDB.
Downloading PDB structure 'b'1AJ4''...
Could not download b'1AJ4' from the PDB.
Downloading PDB structure 'b'1AJ5''...
Could not download b'1AJ5' from the PDB.
Downloading PDB structure 'b'1AJ6''...
Could not download b'1AJ6' from the PDB.
Downloading PDB structure 'b'1AJ7''...
Could not download b'1AJ7' from the PDB.
Downloading PDB structure 'b'1AJ8''...
Could not download b'1AJ8' from the PDB.
Downloading PDB structure 'b'1AJ9''...
Could not download b'1AJ9' from the PDB.
Downloading PDB structure 'b'1AJA''...
Could not download b'1AJA' from the PDB.
Downloading PDB structure 'b'1AJB''...
Could not download b'1AJB' from the PDB.
Downloading PDB structure 'b'1AJC''...
Could not download b'1AJC' from the PDB.
Downloading PDB structure 'b'1AJD''...
Could not download b'1AJD' from the PDB.
Downloading PDB structure 'b'1AJE''...
Could not download b'1AJE' from the PDB.
Downloading PDB structure 'b'1AJF''...
Could not download b'1AJF' from the PDB.
Downloading PDB structure 'b'1AJG''...
Could not download b'1AJG' from the PDB.
Downloading PDB structure 'b'1AJH''...
Could not download b'1AJH' from the PDB.
Downloading PDB structure 'b'1AJJ''...
Could not download b'1AJJ' from the PDB.
Downloading PDB structure 'b'1AJK''...
Could not download b'1AJK' from the PDB.
Downloading PDB structure 'b'1AJL''...
Could not download b'1AJL' from the PDB.
Downloading PDB structure 'b'1AJM''...
Could not download b'1AJM' from the PDB.
Downloading PDB structure 'b'1AJN''...
Could not download b'1AJN' from the PDB.
Downloading PDB structure 'b'1AJO''...
Could not download b'1AJO' from the PDB.
Downloading PDB structure 'b'1AJP''...
Could not download b'1AJP' from the PDB.
Downloading PDB structure 'b'1AJQ''...
Could not download b'1AJQ' from the PDB.
Downloading PDB structure 'b'1AJR''...
Could not download b'1AJR' from the PDB.
Downloading PDB structure 'b'1AJS''...
Could not download b'1AJS' from the PDB.
Downloading PDB structure 'b'1AJT''...
Could not download b'1AJT' from the PDB.
Downloading PDB structure 'b'1AJU''...
Could not download b'1AJU' from the PDB.
Downloading PDB structure 'b'1AJV''...
Could not download b'1AJV' from the PDB.
Downloading PDB structure 'b'1AJW''...
Could not download b'1AJW' from the PDB.
Downloading PDB structure 'b'1AJX''...
Could not download b'1AJX' from the PDB.
Downloading PDB structure 'b'1AJY''...
Could not download b'1AJY' from the PDB.
Downloading PDB structure 'b'1AJZ''...
Could not download b'1AJZ' from the PDB.
Downloading PDB structure 'b'1AK0''...
Could not download b'1AK0' from the PDB.
Downloading PDB structure 'b'1AK1''...
Could not download b'1AK1' from the PDB.
Downloading PDB structure 'b'1AK2''...
Could not download b'1AK2' from the PDB.
Downloading PDB structure 'b'1AK4''...
Could not download b'1AK4' from the PDB.
Downloading PDB structure 'b'1AK5''...
Could not download b'1AK5' from the PDB.
Downloading PDB structure 'b'1AK6''...
Could not download b'1AK6' from the PDB.
Downloading PDB structure 'b'1AK7''...
Could not download b'1AK7' from the PDB.
Downloading PDB structure 'b'1AK8''...
Could not download b'1AK8' from the PDB.
Downloading PDB structure 'b'1AK9''...
Could not download b'1AK9' from the PDB.
Downloading PDB structure 'b'1AKA''...
Could not download b'1AKA' from the PDB.
Downloading PDB structure 'b'1AKB''...
Could not download b'1AKB' from the PDB.
Downloading PDB structure 'b'1AKC''...
Could not download b'1AKC' from the PDB.
Downloading PDB structure 'b'1AKD''...
Could not download b'1AKD' from the PDB.
Downloading PDB structure 'b'1AKE''...
Could not download b'1AKE' from the PDB.
Downloading PDB structure 'b'1AKG''...
Could not download b'1AKG' from the PDB.
Downloading PDB structure 'b'1AKH''...
Could not download b'1AKH' from the PDB.
Downloading PDB structure 'b'1AKI''...
Could not download b'1AKI' from the PDB.
Downloading PDB structure 'b'1AKJ''...
Could not download b'1AKJ' from the PDB.
Downloading PDB structure 'b'1AKK''...
Could not download b'1AKK' from the PDB.
Downloading PDB structure 'b'1AKL''...
Could not download b'1AKL' from the PDB.
Downloading PDB structure 'b'1AKM''...
Could not download b'1AKM' from the PDB.
Downloading PDB structure 'b'1AKN''...
Could not download b'1AKN' from the PDB.
Downloading PDB structure 'b'1AKO''...
Could not download b'1AKO' from the PDB.
Downloading PDB structure 'b'1AKP''...
Could not download b'1AKP' from the PDB.
Downloading PDB structure 'b'1AKQ''...
Could not download b'1AKQ' from the PDB.
Downloading PDB structure 'b'1AKR''...
Could not download b'1AKR' from the PDB.
Downloading PDB structure 'b'1AKS''...
Could not download b'1AKS' from the PDB.
Downloading PDB structure 'b'1AKT''...
Could not download b'1AKT' from the PDB.
Downloading PDB structure 'b'1AKU''...
Could not download b'1AKU' from the PDB.
Downloading PDB structure 'b'1AKV''...
Could not download b'1AKV' from the PDB.
Downloading PDB structure 'b'1AKW''...
Could not download b'1AKW' from the PDB.
Downloading PDB structure 'b'1AKX''...
Could not download b'1AKX' from the PDB.
Downloading PDB structure 'b'1AKY''...
Could not download b'1AKY' from the PDB.
Downloading PDB structure 'b'1AKZ''...
Could not download b'1AKZ' from the PDB.
Downloading PDB structure 'b'1AL0''...
Could not download b'1AL0' from the PDB.
Downloading PDB structure 'b'1AL1''...
Could not download b'1AL1' from the PDB.
Downloading PDB structure 'b'1AL2''...
Could not download b'1AL2' from the PDB.
Downloading PDB structure 'b'1AL3''...
Could not download b'1AL3' from the PDB.
Downloading PDB structure 'b'1AL4''...
Could not download b'1AL4' from the PDB.
Downloading PDB structure 'b'1AL5''...
Could not download b'1AL5' from the PDB.
Downloading PDB structure 'b'1AL6''...
Could not download b'1AL6' from the PDB.
Downloading PDB structure 'b'1AL7''...
Could not download b'1AL7' from the PDB.
Downloading PDB structure 'b'1AL8''...
Could not download b'1AL8' from the PDB.
Downloading PDB structure 'b'1AL9''...
Could not download b'1AL9' from the PDB.
Downloading PDB structure 'b'1ALA''...
Could not download b'1ALA' from the PDB.
Downloading PDB structure 'b'1ALB''...
Could not download b'1ALB' from the PDB.
Downloading PDB structure 'b'1ALC''...
Could not download b'1ALC' from the PDB.
Downloading PDB structure 'b'1ALD''...
Could not download b'1ALD' from the PDB.
Downloading PDB structure 'b'1ALE''...
Could not download b'1ALE' from the PDB.
Downloading PDB structure 'b'1ALF''...
Could not download b'1ALF' from the PDB.
Downloading PDB structure 'b'1ALG''...
Could not download b'1ALG' from the PDB.
Downloading PDB structure 'b'1ALH''...
Could not download b'1ALH' from the PDB.
Downloading PDB structure 'b'1ALI''...
Could not download b'1ALI' from the PDB.
Downloading PDB structure 'b'1ALJ''...
Could not download b'1ALJ' from the PDB.
Downloading PDB structure 'b'1ALK''...
Could not download b'1ALK' from the PDB.
Downloading PDB structure 'b'1ALL''...
Could not download b'1ALL' from the PDB.
Downloading PDB structure 'b'1ALN''...
Could not download b'1ALN' from the PDB.
Downloading PDB structure 'b'1ALQ''...
Could not download b'1ALQ' from the PDB.
Downloading PDB structure 'b'1ALU''...
Could not download b'1ALU' from the PDB.
Downloading PDB structure 'b'1ALV''...
Could not download b'1ALV' from the PDB.
Downloading PDB structure 'b'1ALW''...
Could not download b'1ALW' from the PDB.
Downloading PDB structure 'b'1ALX''...
Could not download b'1ALX' from the PDB.
Downloading PDB structure 'b'1ALY''...
Could not download b'1ALY' from the PDB.
Downloading PDB structure 'b'1ALZ''...
Could not download b'1ALZ' from the PDB.
Downloading PDB structure 'b'1AM0''...
Could not download b'1AM0' from the PDB.
Downloading PDB structure 'b'1AM1''...
Could not download b'1AM1' from the PDB.
Downloading PDB structure 'b'1AM2''...
Could not download b'1AM2' from the PDB.
Downloading PDB structure 'b'1AM4''...
Could not download b'1AM4' from the PDB.
Downloading PDB structure 'b'1AM5''...
Could not download b'1AM5' from the PDB.
Downloading PDB structure 'b'1AM6''...
Could not download b'1AM6' from the PDB.
Downloading PDB structure 'b'1AM7''...
Could not download b'1AM7' from the PDB.
Downloading PDB structure 'b'1AM9''...
Could not download b'1AM9' from the PDB.
Downloading PDB structure 'b'1AMA''...
Could not download b'1AMA' from the PDB.
Downloading PDB structure 'b'1AMB''...
Could not download b'1AMB' from the PDB.
Downloading PDB structure 'b'1AMC''...
Could not download b'1AMC' from the PDB.
Downloading PDB structure 'b'1AMD''...
Could not download b'1AMD' from the PDB.
Downloading PDB structure 'b'1AME''...
Could not download b'1AME' from the PDB.
Downloading PDB structure 'b'1AMF''...
Could not download b'1AMF' from the PDB.
Downloading PDB structure 'b'1AMH''...
Could not download b'1AMH' from the PDB.
Downloading PDB structure 'b'1AMI''...
Could not download b'1AMI' from the PDB.
Downloading PDB structure 'b'1AMJ''...
Could not download b'1AMJ' from the PDB.
Downloading PDB structure 'b'1AMK''...
Could not download b'1AMK' from the PDB.
Downloading PDB structure 'b'1AML''...
Could not download b'1AML' from the PDB.
Downloading PDB structure 'b'1AMM''...
Could not download b'1AMM' from the PDB.
Downloading PDB structure 'b'1AMN''...
Could not download b'1AMN' from the PDB.
Downloading PDB structure 'b'1AMO''...
Could not download b'1AMO' from the PDB.
Downloading PDB structure 'b'1AMP''...
Could not download b'1AMP' from the PDB.
Downloading PDB structure 'b'1AMQ''...
Could not download b'1AMQ' from the PDB.
Downloading PDB structure 'b'1AMR''...
Could not download b'1AMR' from the PDB.
Downloading PDB structure 'b'1AMS''...
Could not download b'1AMS' from the PDB.
Downloading PDB structure 'b'1AMT''...
Could not download b'1AMT' from the PDB.
Downloading PDB structure 'b'1AMU''...
Could not download b'1AMU' from the PDB.
Downloading PDB structure 'b'1AMW''...
Could not download b'1AMW' from the PDB.
Downloading PDB structure 'b'1AMX''...
Could not download b'1AMX' from the PDB.
Downloading PDB structure 'b'1AMY''...
Could not download b'1AMY' from the PDB.
Downloading PDB structure 'b'1AMZ''...
Could not download b'1AMZ' from the PDB.
Downloading PDB structure 'b'1AN0''...
Could not download b'1AN0' from the PDB.
Downloading PDB structure 'b'1AN1''...
Could not download b'1AN1' from the PDB.
Downloading PDB structure 'b'1AN2''...
Could not download b'1AN2' from the PDB.
Downloading PDB structure 'b'1AN4''...
Could not download b'1AN4' from the PDB.
Downloading PDB structure 'b'1AN5''...
Could not download b'1AN5' from the PDB.
Downloading PDB structure 'b'1AN7''...
Could not download b'1AN7' from the PDB.
Downloading PDB structure 'b'1AN8''...
Could not download b'1AN8' from the PDB.
Downloading PDB structure 'b'1AN9''...
Could not download b'1AN9' from the PDB.
Downloading PDB structure 'b'1ANA''...
Could not download b'1ANA' from the PDB.
Downloading PDB structure 'b'1ANB''...
Could not download b'1ANB' from the PDB.
Downloading PDB structure 'b'1ANC''...
Could not download b'1ANC' from the PDB.
Downloading PDB structure 'b'1AND''...
Could not download b'1AND' from the PDB.
Downloading PDB structure 'b'1ANE''...
Could not download b'1ANE' from the PDB.
Downloading PDB structure 'b'1ANF''...
Could not download b'1ANF' from the PDB.
Downloading PDB structure 'b'1ANG''...
Could not download b'1ANG' from the PDB.
Downloading PDB structure 'b'1ANI''...
Could not download b'1ANI' from the PDB.
Downloading PDB structure 'b'1ANJ''...
Could not download b'1ANJ' from the PDB.
Downloading PDB structure 'b'1ANK''...
Could not download b'1ANK' from the PDB.
Downloading PDB structure 'b'1ANN''...
Could not download b'1ANN' from the PDB.
Downloading PDB structure 'b'1ANP''...
Could not download b'1ANP' from the PDB.
Downloading PDB structure 'b'1ANR''...
Could not download b'1ANR' from the PDB.
Downloading PDB structure 'b'1ANS''...
Could not download b'1ANS' from the PDB.
Downloading PDB structure 'b'1ANT''...
Could not download b'1ANT' from the PDB.
Downloading PDB structure 'b'1ANU''...
Could not download b'1ANU' from the PDB.
Downloading PDB structure 'b'1ANV''...
Could not download b'1ANV' from the PDB.
Downloading PDB structure 'b'1ANW''...
Could not download b'1ANW' from the PDB.
Downloading PDB structure 'b'1ANX''...
Could not download b'1ANX' from the PDB.
Downloading PDB structure 'b'1AO0''...
Could not download b'1AO0' from the PDB.
Downloading PDB structure 'b'1AO1''...
Could not download b'1AO1' from the PDB.
Downloading PDB structure 'b'1AO2''...
Could not download b'1AO2' from the PDB.
Downloading PDB structure 'b'1AO3''...
Could not download b'1AO3' from the PDB.

Make 2d hist


In [7]:
nbins = 500
H, xedges, yedges = numpy.histogram2d(x,y,bins=nbins)
 
# H needs to be rotated and flipped
H = numpy.rot90(H)
H = numpy.flipud(H)
 
# Mask zeros
Hmasked = numpy.ma.masked_where(H==0,H) # Mask pixels with a value of zero
 
# Plot 2D histogram using pcolor
fig2 = figure()
pcolormesh(xedges,yedges,Hmasked)
xlabel('pH')
ylabel('mobility (m^2/V/s)')
cbar = colorbar()
cbar.ax.set_ylabel('Counts')
ylim(-1e-8, 1e-8)
show()



In [ ]: