-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #164 from bmeg/graphql-fix
make graphql schema build more robust
- Loading branch information
Showing
9 changed files
with
430 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,237 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us"> | ||
<head> | ||
<link href="http://gmpg.org/xfn/11" rel="profile"> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> | ||
|
||
|
||
<title> · GRIP</title> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="https://docs.bmeg.io/grip/css/poole.css"> | ||
<link rel="stylesheet" href="https://docs.bmeg.io/grip/css/darcula.css"> | ||
<link rel="stylesheet" href="https://docs.bmeg.io/grip/css/syntax.css"> | ||
<link rel="stylesheet" href="https://docs.bmeg.io/grip/css/theme.css"> | ||
<link rel="stylesheet" href="https://docs.bmeg.io/grip/css/funnel.css"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700"> | ||
|
||
|
||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://docs.bmeg.io/grip/apple-touch-icon-144-precomposed.png"> | ||
<link rel="shortcut icon" href="https://docs.bmeg.io/grip/favicon.png"> | ||
|
||
<script src="https://docs.bmeg.io/grip/js/highlight.pack.js"></script> | ||
<script>hljs.initHighlightingOnLoad();</script> | ||
|
||
</head> | ||
<body> | ||
|
||
<div class="global-header"> | ||
<div class="global-header-container"> | ||
<div class="global-header-home"> | ||
<a href="https://docs.bmeg.io/grip"><h1>GRIP</h1></a> | ||
</div> | ||
<ul class="global-header-nav"> | ||
<li><a href="https://docs.bmeg.io/grip/download//">Download</a></li> | ||
<li><a href="https://docs.bmeg.io/grip/docs/">Docs</a></li> | ||
<li><a href="https://github.com/bmeg/grip">GitHub</a></li> | ||
<li><a href="https://gitter.im/bmeg/grip">Chat</a></li> | ||
</ul> | ||
<div class="global-header-ohsucb"> | ||
<a href="https://www.ohsu.edu/compbio/"><h2>OHSU Comp Bio</h2></a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="content section group"> | ||
|
||
<div class="sidebar col span_3_of_12"> | ||
<ul class="sidebar-nav"> | ||
|
||
|
||
|
||
<li> | ||
|
||
<a href="https://docs.bmeg.io/grip/download/" | ||
class="sidebar-nav-item " | ||
>Download</a></li> | ||
|
||
|
||
<li> | ||
|
||
<a href="https://docs.bmeg.io/grip/docs/" | ||
class="sidebar-nav-item " | ||
>Overview</a></li> | ||
|
||
|
||
<li> | ||
|
||
<span class="intermediate">Setup your Database</span></li> | ||
|
||
<li> | ||
<ul class="sidebar-nav sidebar-nav-nested"> | ||
<li> | ||
<a href="https://docs.bmeg.io/grip/docs/databases/elastic/" | ||
class="sidebar-nav-item " | ||
>Elasticsearch</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li> | ||
<ul class="sidebar-nav sidebar-nav-nested"> | ||
<li> | ||
<a href="https://docs.bmeg.io/grip/docs/databases/kvstore/" | ||
class="sidebar-nav-item " | ||
>Embedded KV Store</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li> | ||
<ul class="sidebar-nav sidebar-nav-nested"> | ||
<li> | ||
<a href="https://docs.bmeg.io/grip/docs/databases/mongo/" | ||
class="sidebar-nav-item " | ||
>MongoDB</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li> | ||
<ul class="sidebar-nav sidebar-nav-nested"> | ||
<li> | ||
<a href="https://docs.bmeg.io/grip/docs/databases/sql/" | ||
class="sidebar-nav-item " | ||
>SQL</a></li> | ||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li> | ||
|
||
<span class="intermediate">Query a Graph</span></li> | ||
|
||
<li> | ||
<ul class="sidebar-nav sidebar-nav-nested"> | ||
<li> | ||
<a href="https://docs.bmeg.io/grip/docs/queries/getting_started/" | ||
class="sidebar-nav-item " | ||
>Getting Started</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li> | ||
<ul class="sidebar-nav sidebar-nav-nested"> | ||
<li> | ||
<a href="https://docs.bmeg.io/grip/docs/queries/operations/" | ||
class="sidebar-nav-item " | ||
>Operations</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li> | ||
<ul class="sidebar-nav sidebar-nav-nested"> | ||
<li> | ||
<a href="https://docs.bmeg.io/grip/docs/queries/jsonpath/" | ||
class="sidebar-nav-item " | ||
>Referencing Fields</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li> | ||
<ul class="sidebar-nav sidebar-nav-nested"> | ||
<li> | ||
<a href="https://docs.bmeg.io/grip/docs/queries/graphql/" | ||
class="sidebar-nav-item " | ||
>GraphQL</a></li> | ||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li> | ||
|
||
<span class="intermediate">Tutorials</span></li> | ||
|
||
<li> | ||
<ul class="sidebar-nav sidebar-nav-nested"> | ||
<li> | ||
<a href="https://docs.bmeg.io/grip/docs/tutorials/amazon/" | ||
class="sidebar-nav-item " | ||
>Amazon Purchase Network</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li> | ||
<ul class="sidebar-nav sidebar-nav-nested"> | ||
<li> | ||
<a href="https://docs.bmeg.io/grip/docs/tutorials/tcga-rna/" | ||
class="sidebar-nav-item " | ||
>TCGA RNA Expression</a></li> | ||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li> | ||
|
||
<span class="intermediate">Security</span></li> | ||
|
||
<li> | ||
<ul class="sidebar-nav sidebar-nav-nested"> | ||
<li> | ||
<a href="https://docs.bmeg.io/grip/docs/security/basic/" | ||
class="sidebar-nav-item " | ||
>Basic Auth</a></li> | ||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li> | ||
|
||
<span class="intermediate">Developers</span></li> | ||
|
||
<li> | ||
<ul class="sidebar-nav sidebar-nav-nested"> | ||
<li> | ||
<a href="https://github.com/bmeg/grip/blob/master/gripql/gripql.proto" | ||
class="sidebar-nav-item " | ||
>API</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li> | ||
<ul class="sidebar-nav sidebar-nav-nested"> | ||
<li> | ||
<a href="https://godoc.org/github.com/bmeg/grip" | ||
class="sidebar-nav-item " | ||
>GoDoc</a></li> | ||
</ul> | ||
</li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
</div> | ||
|
||
<div class="main col span_8_of_12"> | ||
<p>Get Pathway Commons release</p> | ||
|
||
<pre><code>curl -O http://www.pathwaycommons.org/archives/PC2/v10/PathwayCommons10.All.BIOPAX.owl.gz | ||
</code></pre> | ||
|
||
<p>Convert to Property Graph</p> | ||
|
||
<pre><code>grip rdf --dump --gzip pc PathwayCommons10.All.BIOPAX.owl.gz -m http://pathwaycommons.org/pc2/#=pc: -m http://www.biopax.org/release/biopax-level3.owl#=biopax: | ||
</code></pre> | ||
|
||
</div> | ||
|
||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.