This file contains hidden or 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
DataStore data = null; | |
void setup() | |
{ | |
data = new DataStore(); | |
} | |
void draw() |
This file contains hidden or 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
{"snps": [20451208, 20451504, 20452660, 20453483, 20453770, 20453790, 20456797, 20456798, 20456886, 20457133, 20457244, 20458040, 20458755, 20458958, 20459717, 20459919, 20460320, 20460501, 20460846, 20462476, 20462546, 20462603, 20462688, 20462726, 20462754, 20463504, 20464674, 20464692, 20464782, 20465181, 20465715, 20466027, 20466271, 20466280, 20466439, 20466478, 20466516, 20466540, 20466588, 20466655, 20466843, 20466904, 20466911, 20466968, 20466991, 20467036, 20467159, 20467309, 20467442, 20467482, 20467637, 20467694, 20468174, 20468195, 20468219, 20468235, 20468329, 20468428, 20468573, 20468704, 20468714, 20468759, 20468970, 20469092, 20469155, 20469199, 20469251, 20469365, 20469394, 20469459, 20469476, 20469496, 20469511, 20469529, 20469609, 20469617, 20469666, 20469737, 20469779, 20469845, 20469900, 20470005, 20470032, 20470079, 20470089, 20470108, 20470112, 20470144, 20470151, 20470161, 20470216, 20470227, 20470264, 20470268, 20470286, 20470329, 20470346, 20470362, 20470394, 20470409, 20470419, 2047 |
This file contains hidden or 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
{"snps": [20451208, 20451504, 20452660, 20453483, 20453770, 20453790, 20456797, 20456798, 20456886, 20457133, 20457244, 20458040, 20458755, 20458958, 20459717, 20459919, 20460320, 20460501, 20460846, 20462476, 20462546, 20462603, 20462688, 20462726, 20462754, 20463504, 20464674, 20464692, 20464782, 20465181, 20465715, 20466027, 20466271, 20466280, 20466439, 20466478, 20466516, 20466540, 20466588, 20466655, 20466843, 20466904, 20466911, 20466968, 20466991, 20467036, 20467159, 20467309, 20467442, 20467482, 20467637, 20467694, 20468174, 20468195, 20468219, 20468235, 20468329, 20468428, 20468573, 20468704, 20468714, 20468759, 20468970, 20469092, 20469155, 20469199, 20469251, 20469365, 20469394, 20469459, 20469476, 20469496, 20469511, 20469529, 20469609, 20469617, 20469666, 20469737, 20469779, 20469845, 20469900, 20470005, 20470032, 20470079, 20470089, 20470108, 20470112, 20470144, 20470151, 20470161, 20470216, 20470227, 20470264, 20470268, 20470286, 20470329, 20470346, 20470362, 20470394, 20470409, 20470419, 2047 |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
{"snps": [20451208, 20451504, 20452660, 20453483, 20453770, 20453790, 20456797, 20456798, 20456886, 20457133, 20457244, 20458040, 20458755, 20458958, 20459717, 20459919, 20460320, 20460501, 20460846, 20462476, 20462546, 20462603, 20462688, 20462726, 20462754, 20463504, 20464674, 20464692, 20464782, 20465181, 20465715, 20466027, 20466271, 20466280, 20466439, 20466478, 20466516, 20466540, 20466588, 20466655, 20466843, 20466904, 20466911, 20466968, 20466991, 20467036, 20467159, 20467309, 20467442, 20467482, 20467637, 20467694, 20468174, 20468195, 20468219, 20468235, 20468329, 20468428, 20468573, 20468704, 20468714, 20468759, 20468970, 20469092, 20469155, 20469199, 20469251, 20469365, 20469394, 20469459, 20469476, 20469496, 20469511, 20469529, 20469609, 20469617, 20469666, 20469737, 20469779, 20469845, 20469900, 20470005, 20470032, 20470079, 20470089, 20470108, 20470112, 20470144, 20470151, 20470161, 20470216, 20470227, 20470264, 20470268, 20470286, 20470329, 20470346, 20470362, 20470394, 20470409, 20470419, 2047 |
This file contains hidden or 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
@NodeEntity | |
public class Term extends BaseGraphOntologyEntity{ | |
@Indexed(unique=true) | |
private String id; | |
private String name; | |
private String definition; | |
private String synonyms; | |
This file contains hidden or 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
celery = Celery('workflows', | |
include=['workflows.hpc_tasks']) | |
if __name__ == '__main__': | |
celery.start() |
This file contains hidden or 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
(((((((((((((((((((((((((((2285:0.00000,(2240:0.00000,(2239:0.00000,(2212:0.00000,(2191:0.00000,(2166:0.00000,(2159:0.00000,(2141:0.00000,(2108:0.00000,(2106:0.00000,(2091:0.00000,(2081:0.00000,(2053:0.00000,(2031:0.00000,(2017:0.00000,(1943:0.00000,(1942:0.00000,((7515:0.00000,7475:0.00017)Inner1161:0.00000,(1820:0.00000,(1819:0.00000,(1797:0.00000,(1793:0.00000,(1757:0.00000,(1756:0.00000,(1741:0.00000,(1739:0.00000,(1684:0.00000,(((((((((((((((((((((((7566:0.00034,2057:0.00034)Inner1125:0.00011,(8077:0.00072,((1852:0.00011,531:0.00000)Inner1127:0.00002,(7356:0.00105,((7416:0.00171,(2276:0.00146,(2278:0.00006,1853:0.00074)Inner883:0.00001)Inner902:0.00004)Inner1123:0.00004,((1954:0.00045,((2202:0.00136,2016:0.00124)Inner224:0.00093,1925:0.00076)Inner402:0.00068)Inner718:0.00037,(1829:0.00191,((9920:0.00072,((8171:0.00051,(2317:0.00180,2171:0.00131)Inner359:0.00056)Inner498:0.00043,((7530:0.00000,7529:0.00000)Inner388:0.00051,(((8132:0.00039,7947:0.00068)Inner360:0.00034,(7525:0.00000,7524:0.00000)Inner344:0 |
This file contains hidden or 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
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>Force-Directed Graph</title> | |
<style> | |
.node { | |
cursor: pointer; | |
stroke: #3182bd; | |
stroke-width: 1.5px; | |
} |
This file contains hidden or 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
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-field/core-field.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../core-input/core-input.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> |
This file contains hidden or 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
<link rel="import" href="../components/polymer/polymer.html"> | |
<polymer-element name="timeu-wizard"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; |
OlderNewer