Skip to content

Commit

Permalink
Merge pull request bridgedb#44 from bridgedb/ops-2.2
Browse files Browse the repository at this point in the history
Merge ops-2.2 into master.
  • Loading branch information
egonw authored May 18, 2017
2 parents 7478095 + e065787 commit 6ba45d9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions org.bridgedb.rdf/resources/DataSource.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@ bridgeDB:DataSource_Ensembl a bridgeDB:DataSource ;
bridgeDB:hasUriPattern <http://www.ensembl.org/id/$id> ;
bridgeDB:hasIdentifiersOrgPattern <http://identifiers.org/ensembl/$id> ;
bridgeDB:hasUriPattern <http://purl.uniprot.org/ensembl/$id> ;
## '.../ensembl.transcript/$id' pattern added to fix: https://github.com/bridgedb/BridgeDb/issues/43
## '<http://www.ensembl.org/id/$id>' pattern likely obsolete, not in uniprot in May, 2017.
bridgeDB:hasUriPattern <http://rdf.ebi.ac.uk/resource/ensembl.transcript/$id> ;
bridgeDB:hasUriPattern <http://rdf.ebi.ac.uk/resource/ensembl/$id> ;
bridgeDB:hasUriPattern <http://bio2rdf.org/ensembl:$id> .

Expand Down
12 changes: 6 additions & 6 deletions org.bridgedb.tools.batchmapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.tools.batchmapper</artifactId>
<name>BridgeDb Batch Mapper</name>

<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
Expand All @@ -29,26 +29,26 @@
</testResource>
</testResources>
</build>

<dependencies>
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb</artifactId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.bio</artifactId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.rdb</artifactId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>

</project>
2 changes: 1 addition & 1 deletion org.bridgedb.utils/resources/BridgeDb.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#It is HIGHLY RECOMMENDED to overwrite all relative directory paths!

###########Main SQL Database and user settings #######################
SqlPort jdbc:mysql://localhost:3006
SqlPort jdbc:mysql://localhost:3306
SqlDatabase ims
SqlUser ims
SqlPassword ims
Expand Down
6 changes: 3 additions & 3 deletions org.bridgedb.webservice.uniprot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.bridgedb.webservice</groupId>
<artifactId>org.bridgedb.webservice.uniprot</artifactId>
<name>BridgeDb Webservice UniProt</name>

<parent>
<artifactId>bridgedb-bundle</artifactId>
<groupId>org.bridgedb</groupId>
Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.bridgedb</groupId>
<artifactId>org.bridgedb.bio</artifactId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -61,4 +61,4 @@
<scope>compile</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 6ba45d9

Please sign in to comment.