Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change ontojournal location #313

Merged
merged 1 commit into from
Apr 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public class BlazegraphOntologyManager {
private final BigdataSailRepository go_lego_repo;
//TODO replace with more stable real URL that gets updated when it exists..
//could be something like this "http://skyhook.berkeleybop.org/blazegraph-go-lego-with-reacto.jnl.gz";
//
private final static String public_blazegraph_url = "https://github.com/geneontology/pathways2GO/releases/download/v0.1.0/blazegraph-go-lego-with-reacto.jnl.gz";
//"https://github.com/geneontology/pathways2GO/releases/download/v0.1.0/blazegraph-go-lego-with-reacto.jnl.gz";
private final static String public_blazegraph_url = "http://skyhook.berkeleybop.org/blazegraph-go-lego-reacto-neo.jnl.gz";
//TODO this should probably go somewhere else - like an ontology file - this was missing..
public static String in_taxon_uri = "https://w3id.org/biolink/vocab/in_taxon";
public static OWLAnnotationProperty in_taxon;
Expand Down