Skip to content

Instantly share code, notes, and snippets.

View timeu's full-sized avatar

Ümit Seren timeu

View GitHub Profile
@timeu
timeu / celery.py
Created July 26, 2013 11:11
Saga python
celery = Celery('workflows',
include=['workflows.hpc_tasks'])
if __name__ == '__main__':
celery.start()
@timeu
timeu / Term.java
Created May 13, 2013 09:48
Spring Data Neo4j configuration
@NodeEntity
public class Term extends BaseGraphOntologyEntity{
@Indexed(unique=true)
private String id;
private String name;
private String definition;
private String synonyms;
@timeu
timeu / fiddle.response.json
Created May 29, 2012 11:06
LD Browser sample data (691 pairwise)
This file has been truncated, but you can view the full file.
{"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
@timeu
timeu / fiddle.response.json
Created May 29, 2012 10:57
LD Browser sample data (500 pairwise)
{"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
@timeu
timeu / fiddle.response.json
Created May 23, 2012 23:08
LD Browser sample data (200 pairwise)
{"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
@timeu
timeu / CustomProcessing.pde
Created October 13, 2011 17:23
Access Processing Code from GWT processing wrapper
DataStore data = null;
void setup()
{
data = new DataStore();
}
void draw()