File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ Example: identify phosphorylation sites in a structure
46
46
Demo code to run the above methods
47
47
----------------------------------
48
48
49
- <java > import org.biojava.bio .structure.ResidueNumber; import
50
- org.biojava.bio .structure.Structure; import
51
- org.biojava.bio .structure.io.PDBFileReader; import
52
- org.biojava3 .protmod.structure.ProteinModificationIdentifier;
49
+ <java > import org.biojava.nbio .structure.ResidueNumber; import
50
+ org.biojava.nbio .structure.Structure; import
51
+ org.biojava.nbio .structure.io.PDBFileReader; import
52
+ org.biojava.nbio .protmod.structure.ProteinModificationIdentifier;
53
53
54
54
public static void main(String[ ] args) {
55
55
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ List<ResidueNumber> identifyPhosphosites(Structure struc) {
31
31
32
32
==Demo code to run the above methods ==
33
33
<java>
34
- import org.biojava.bio .structure.ResidueNumber;
35
- import org.biojava.bio .structure.Structure;
36
- import org.biojava.bio .structure.io.PDBFileReader;
37
- import org.biojava3 .protmod.structure.ProteinModificationIdentifier;
34
+ import org.biojava.nbio .structure.ResidueNumber;
35
+ import org.biojava.nbio .structure.Structure;
36
+ import org.biojava.nbio .structure.io.PDBFileReader;
37
+ import org.biojava.nbio .protmod.structure.ProteinModificationIdentifier;
38
38
39
39
public static void main(String[] args) {
40
40
try {
You can’t perform that action at this time.
0 commit comments