Skip to content

Commit 2038cae

Browse files
authored
Merge pull request #882 from josemduarte/remove-ava
Removing code that uses deprecated web service source.rcsb.org
2 parents c9474c7 + c76aca8 commit 2038cae

68 files changed

Lines changed: 124 additions & 6744 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
BioJava Changelog
22
-----------------
33

4+
BioJava 6.0.0 (future release)
5+
==============================
6+
### Removed
7+
* All code related to All-vs-All structural alignments db calculation and access
8+
* JFatCatClient and all code depending on it
9+
* PDP domain providers (depended on JFatCatClient)
10+
* Support for retrieving structure data with prefix "PDP:" (AtomCache, StructureIO)
11+
* RemoteScopInstallation consuming data provided by source.rcsb.org
12+
413
BioJava 5.4.0
514
=============
615
### Added

biojava-aa-prop/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>biojava</artifactId>
44
<groupId>org.biojava</groupId>
5-
<version>5.4.1-SNAPSHOT</version>
5+
<version>6.0.0-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>biojava-aa-prop</artifactId>
@@ -70,12 +70,12 @@
7070
<dependency>
7171
<groupId>org.biojava</groupId>
7272
<artifactId>biojava-core</artifactId>
73-
<version>5.4.1-SNAPSHOT</version>
73+
<version>6.0.0-SNAPSHOT</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.biojava</groupId>
7777
<artifactId>biojava-structure</artifactId>
78-
<version>5.4.1-SNAPSHOT</version>
78+
<version>6.0.0-SNAPSHOT</version>
7979
</dependency>
8080

8181
<!-- logging dependencies (managed by parent pom, don't set versions or scopes here) -->

biojava-alignment/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>biojava</artifactId>
66
<groupId>org.biojava</groupId>
7-
<version>5.4.1-SNAPSHOT</version>
7+
<version>6.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>biojava-alignment</artifactId>
1010
<name>biojava-alignment</name>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.biojava</groupId>
4949
<artifactId>biojava-core</artifactId>
50-
<version>5.4.1-SNAPSHOT</version>
50+
<version>6.0.0-SNAPSHOT</version>
5151
<scope>compile</scope>
5252
</dependency>
5353
<dependency>

biojava-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>biojava</artifactId>
55
<groupId>org.biojava</groupId>
6-
<version>5.4.1-SNAPSHOT</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>biojava-core</artifactId>

biojava-genome/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>biojava</artifactId>
55
<groupId>org.biojava</groupId>
6-
<version>5.4.1-SNAPSHOT</version>
6+
<version>6.0.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>biojava-genome</artifactId>
@@ -85,13 +85,13 @@
8585
<dependency>
8686
<groupId>org.biojava</groupId>
8787
<artifactId>biojava-core</artifactId>
88-
<version>5.4.1-SNAPSHOT</version>
88+
<version>6.0.0-SNAPSHOT</version>
8989
<scope>compile</scope>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.biojava</groupId>
9393
<artifactId>biojava-alignment</artifactId>
94-
<version>5.4.1-SNAPSHOT</version>
94+
<version>6.0.0-SNAPSHOT</version>
9595
<scope>compile</scope>
9696
</dependency>
9797
<dependency>

biojava-integrationtest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>biojava</artifactId>
66
<groupId>org.biojava</groupId>
7-
<version>5.4.1-SNAPSHOT</version>
7+
<version>6.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>biojava-integrationtest</artifactId>
1010
<packaging>jar</packaging>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>org.biojava</groupId>
3030
<artifactId>biojava-structure</artifactId>
31-
<version>5.4.1-SNAPSHOT</version>
31+
<version>6.0.0-SNAPSHOT</version>
3232
</dependency>
3333
<!-- logging dependencies (managed by parent pom, don't set versions or scopes here) -->
3434
<dependency>

biojava-integrationtest/src/test/java/org/biojava/nbio/structure/test/scop/RemoteScopInstallationTest.java

Lines changed: 0 additions & 64 deletions
This file was deleted.

biojava-integrationtest/src/test/java/org/biojava/nbio/structure/test/scop/ScopFactoryTest.java

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
package org.biojava.nbio.structure.test.scop;
2222

2323
import org.biojava.nbio.structure.scop.BerkeleyScopInstallation;
24-
import org.biojava.nbio.structure.scop.RemoteScopInstallation;
2524
import org.biojava.nbio.structure.scop.ScopDatabase;
2625
import org.biojava.nbio.structure.scop.ScopFactory;
2726
import org.junit.Before;
@@ -76,17 +75,12 @@ public void testVersions() {
7675
scop = ScopFactory.getSCOP(ScopFactory.VERSION_1_75);
7776
assertEquals(ScopFactory.VERSION_1_75, scop.getScopVersion());
7877

79-
ScopFactory.setScopDatabase(ScopFactory.VERSION_1_75, false);
80-
scop = ScopFactory.getSCOP();
81-
assertEquals(ScopFactory.VERSION_1_75, scop.getScopVersion());
82-
assertSame( RemoteScopInstallation.class,scop.getClass());
83-
84-
ScopFactory.setScopDatabase(ScopFactory.VERSION_1_75, true);
78+
ScopFactory.setScopDatabase(ScopFactory.VERSION_1_75);
8579
scop = ScopFactory.getSCOP();
8680
assertEquals(ScopFactory.VERSION_1_75, scop.getScopVersion());
8781
assertSame( BerkeleyScopInstallation.class,scop.getClass());
8882

89-
ScopFactory.setScopDatabase(ScopFactory.LATEST_VERSION, true);
83+
ScopFactory.setScopDatabase(ScopFactory.LATEST_VERSION);
9084
scop = ScopFactory.getSCOP();
9185
assertEquals(ScopFactory.LATEST_VERSION, scop.getScopVersion());
9286
assertSame( BerkeleyScopInstallation.class,scop.getClass());

biojava-modfinder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>biojava</artifactId>
66
<groupId>org.biojava</groupId>
7-
<version>5.4.1-SNAPSHOT</version>
7+
<version>6.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>biojava-modfinder</artifactId>
1010
<name>biojava-modfinder</name>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.biojava</groupId>
3333
<artifactId>biojava-structure</artifactId>
34-
<version>5.4.1-SNAPSHOT</version>
34+
<version>6.0.0-SNAPSHOT</version>
3535
<type>jar</type>
3636
<scope>compile</scope>
3737
</dependency>

biojava-ontology/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.biojava</groupId>
66
<artifactId>biojava</artifactId>
7-
<version>5.4.1-SNAPSHOT</version>
7+
<version>6.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>biojava-ontology</artifactId>

0 commit comments

Comments
 (0)