diff --git a/rnapolii/modeling/.template.deposition.ipynb b/rnapolii/modeling/.template.deposition.ipynb index 9d1fee2..4de916c 100644 --- a/rnapolii/modeling/.template.deposition.ipynb +++ b/rnapolii/modeling/.template.deposition.ipynb @@ -1056,7 +1056,7 @@ "except ImportError:\n", " import urllib2 # python2\n", "\n", - "fh = urllib2.urlopen('https://pdb-dev.wwpdb.org/cif/PDBDEV_00000014.cif')\n", + "fh = urllib2.urlopen('https://pdb-dev.wwpdb.org/cif/8zze.cif')\n", "s, = ihm.reader.read(fh)\n", "print(s.title, s.restraints, s.ensembles, s.state_groups)" ] diff --git a/rnapolii/modeling/deposition-colab.ipynb b/rnapolii/modeling/deposition-colab.ipynb index 8b30e9f..b7d074d 100644 --- a/rnapolii/modeling/deposition-colab.ipynb +++ b/rnapolii/modeling/deposition-colab.ipynb @@ -1048,7 +1048,7 @@ "except ImportError:\n", " import urllib2 # python2\n", "\n", - "fh = urllib2.urlopen('https://pdb-dev.wwpdb.org/cif/PDBDEV_00000014.cif')\n", + "fh = urllib2.urlopen('https://pdb-dev.wwpdb.org/cif/8zze.cif')\n", "s, = ihm.reader.read(fh)\n", "print(s.title, s.restraints, s.ensembles, s.state_groups)" ] diff --git a/rnapolii/modeling/deposition.ipynb b/rnapolii/modeling/deposition.ipynb index f70e60d..b93e45c 100644 --- a/rnapolii/modeling/deposition.ipynb +++ b/rnapolii/modeling/deposition.ipynb @@ -1020,7 +1020,7 @@ "except ImportError:\n", " import urllib2 # python2\n", "\n", - "fh = urllib2.urlopen('https://pdb-dev.wwpdb.org/cif/PDBDEV_00000014.cif')\n", + "fh = urllib2.urlopen('https://pdb-dev.wwpdb.org/cif/8zze.cif')\n", "s, = ihm.reader.read(fh)\n", "print(s.title, s.restraints, s.ensembles, s.state_groups)" ] diff --git a/rnapolii/modeling/deposition.py b/rnapolii/modeling/deposition.py index 41b9116..621673e 100755 --- a/rnapolii/modeling/deposition.py +++ b/rnapolii/modeling/deposition.py @@ -338,6 +338,6 @@ except ImportError: import urllib2 # python2 -fh = urllib2.urlopen('https://pdb-dev.wwpdb.org/cif/PDBDEV_00000014.cif') +fh = urllib2.urlopen('https://pdb-dev.wwpdb.org/cif/8zze.cif') s, = ihm.reader.read(fh) print(s.title, s.restraints, s.ensembles, s.state_groups)