Skip to content

Instantly share code, notes, and snippets.

View timeu's full-sized avatar

Ümit Seren timeu

View GitHub Profile
@timeu
timeu / test.txt
Created August 30, 2016 08:33
test123
This is just a test
@timeu
timeu / test.txt
Created August 30, 2016 11:05
test123
This is just a test
@timeu
timeu / embed.html
Created October 24, 2016 20:22
embedding fusballosterreich
<iframe src="http://www.fussballoesterreich.at/foes/Datenservice/WFV-DioezesanSportGemeinschaft-DSGUnterligaB/Tabelle" frameborder="0" height="100%" width="100%"></iframge>
@timeu
timeu / gwasheatmap.json
Last active July 26, 2017 12:25
json data file for gwas heatmap
{
"type": "top",
"scoreRange": [0, 15],
"studies": [{
"id": 0,
"name": "Phen0"
}, {
"id": 1,
"name": "Phen1"
}, {
@timeu
timeu / config.cfg
Last active February 9, 2018 09:14
// This file is overwritten whenever you change your user settings in the game.
// Add custom configurations to the file "userconfig.cfg".
unbindall
bind "TAB" "+showscores"
bind "ENTER" "+attack"
bind "ESCAPE" "cancelselect"
bind "SPACE" "+jump"
bind "'" "+moveup"
bind "+" "sizeup"
import requests, csv
req = requests.get('https://arapheno.1001genomes.org/rest/phenotype/list.json')
for phen in req.json():
id = phen['phenotype_id']
filename = '/tmp/DATA/%s_%s.csv' % (id,phen['name'])
with open(filename, 'w') as fh:
data = requests.get('https://arapheno.1001genomes.org/rest/phenotype/%s/values.csv' % id)
for chunk in data.iter_content(chunk_size=128):
fh.write(chunk)
@timeu
timeu / test.txt
Created February 20, 2018 13:58
test123
This is just a test
@timeu
timeu / displayjobs.py
Created February 5, 2019 15:41
Checkcluster script
'''
Dazhe.Meng:
Nice little script to display job load on new gmi cluster (mendel)
'''
NUM_PER_ROW = 2
import subprocess
import string
import sys
@timeu
timeu / gbp_result.log
Created February 21, 2019 12:13
gbp tempest output
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
${PYTHON:-python} -m subunit.run discover -t /usr/lib/python2.7/site-packages/tempest /usr/lib/python2.7/site-packages/tempest/test_discover --list
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
${PYTHON:-python} -m subunit.run discover -t /usr/lib/python2.7/site-packages/tempest /usr/lib/python2.7/site-packages/tempest/test_discover --load-list /tmp/tmpBiBwqg
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
help([==[ [9/71190]
Description
===========
The ScaLAPACK (or Scalable LAPACK) library includes a subset of LAPACK routines
redesigned for distributed memory MIMD parallel computers.
More information
================