Skip to content

Commit 234d0da

Browse files
andreasprlicjosemduarte
authored andcommitted
#542 changing default SCOP download location to Berkeley- SCOP.
1 parent 2785fdf commit 234d0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/scop/ScopInstallation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class ScopInstallation implements LocalScopDatabase {
7373
public static final String comFileName = "dir.com.scop.txt_";
7474

7575
// Download locations
76-
public static final String SCOP_DOWNLOAD = "http://scop.mrc-lmb.cam.ac.uk/scop/parse/";
76+
public static final String SCOP_DOWNLOAD = "http://scop.berkeley.edu/downloads/parse/";
7777
public static final String SCOP_DOWNLOAD_ALTERNATE = "http://scop.berkeley.edu/downloads/parse/";
7878

7979
public static final String NEWLINE;

0 commit comments

Comments
 (0)