Skip to content

Instantly share code, notes, and snippets.

View cory-ko-g's full-sized avatar

cory cory-ko-g

View GitHub Profile
PREFIX core: <http://purl.uniprot.org/core/>
SELECT *
WHERE {
?protein rdf:type core:Protein .
?protein core:annotation ?functionAnn .
?functionAnn a core:Function_Annotation .
}
createTreePanel: function() {
var store = Ext.create('Ext.data.TreeStore', {
root: {
expanded: true
},
proxy: {
type: 'ajax',
url: 'tree.json'
}
});
Test Presentation
=================
cory
//
## mdslide使ってみた
### 参照
Test Presentation
=================
cory
//
## mdslide使ってみた
### 参照
@cory-ko-g
cory-ko-g / embossrc
Created February 25, 2012 09:21
SRSサーバにmethod: url経由でアクセスするDB定義
DB refseq [ # USAで使うデータベースの名前
type: N # 取得できる配列の種類 ('N' => nucleotide, 'P' => protein)
format: genbank # フォーマット
method: url # 固定
fields: "sv des org key" #
url: "http://srs.ebi.ac.uk/srsbin/cgi-bin/wgetz?-e+[REFSEQGENREL:'%s']+-ascii+1"
comment: "showdbのComment欄はこちらにどうぞ"
]
--- Makefile.org 2011-07-07 11:59:22.000000000 +0900
+++ Makefile 2012-02-04 22:11:13.255505335 +0900
@@ -1,5 +1,5 @@
CC= gcc
-CFLAGS= -g -Wall -O2 #-m64 #-arch ppc
+CFLAGS= -g -Wall -O2 -fPIC #-m64 #-arch ppc
DFLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_USE_KNETFILE -D_CURSES_LIB=1
KNETFILE_O= knetfile.o
LOBJS= bgzf.o kstring.o bam_aux.o bam.o bam_import.o sam.o bam_index.o \
@@ -10,9 +10,9 @@
set -g status-right '#[fg=black,bg=cyan,bold] [%Y-%m-%d(%a) %H:%M] #($HOME/rc/script/battery.sh)#[default]'
Batteries:99% Status:charged 0:00 remaining
#!/bin/sh
/usr/bin/pmset -g ps | awk '{ if (NR == 2) print "Batteries:" $2 " Status:" $3 " " $4 " " $5; }' | sed "s/;//g"
>> pmset -g ps
Currently drawing from 'AC Power'
-InternalBattery-0 99%; charged; 0:00 remaining