fluct_plot for multimodel pdb reads the first model
[django_unres.git] / files / fluct_plot.py
index d228324..7719b2f 100755 (executable)
@@ -61,6 +61,8 @@ if os.path.exists('plik.pdb'):
          newchain=False
       if line[0:3]=='TER':
         newchain=True
+      if line[0:3]=='END':
+        break