We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2785fdf commit 234d0daCopy full SHA for 234d0da
biojava-structure/src/main/java/org/biojava/nbio/structure/scop/ScopInstallation.java
@@ -73,7 +73,7 @@ public class ScopInstallation implements LocalScopDatabase {
73
public static final String comFileName = "dir.com.scop.txt_";
74
75
// Download locations
76
- public static final String SCOP_DOWNLOAD = "http://scop.mrc-lmb.cam.ac.uk/scop/parse/";
+ public static final String SCOP_DOWNLOAD = "http://scop.berkeley.edu/downloads/parse/";
77
public static final String SCOP_DOWNLOAD_ALTERNATE = "http://scop.berkeley.edu/downloads/parse/";
78
79
public static final String NEWLINE;
0 commit comments