Skip to content

Commit 17cdf49

Browse files
Jose Manuel Duarteandreasprlic
authored andcommitted
Updating to biojava 4
1 parent 36cb8b0 commit 17cdf49

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

wiki/BioJava:CookBook:PDBP:BerkeleySCOP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Berkeley](http://scop.berkeley.edu/).
1010

1111
<java>
1212

13-
import org.biojava.bio.structure.scop.BerkeleyScopInstallation; import
14-
org.biojava.bio.structure.scop.ScopDatabase; import
15-
org.biojava.bio.structure.scop.ScopFactory;
13+
import org.biojava.nbio.structure.scop.BerkeleyScopInstallation; import
14+
org.biojava.nbio.structure.scop.ScopDatabase; import
15+
org.biojava.nbio.structure.scop.ScopFactory;
1616

1717
/\*\* A demo for how to use the Berkeley version of SCOP instead of the
1818
default UK-SCOP

wiki/BioJava:CookBook:PDBP:BerkeleySCOP.mediawiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ BioJava supports by default the [http://scop.mrc-lmb.cam.ac.uk/scop/ original SC
22

33
<java>
44

5-
import org.biojava.bio.structure.scop.BerkeleyScopInstallation;
6-
import org.biojava.bio.structure.scop.ScopDatabase;
7-
import org.biojava.bio.structure.scop.ScopFactory;
5+
import org.biojava.nbio.structure.scop.BerkeleyScopInstallation;
6+
import org.biojava.nbio.structure.scop.ScopDatabase;
7+
import org.biojava.nbio.structure.scop.ScopFactory;
88

99
/** A demo for how to use the Berkeley version of SCOP instead of the default UK-SCOP
1010
*

0 commit comments

Comments
 (0)