Skip to content

Instantly share code, notes, and snippets.

@chinchliff
chinchliff / sqlitewrapped_patch
Created March 28, 2014 23:02
A patch for sqlitewrapped compilation on mac os x
diff --git a/Makefile b/Makefile
index 8272c7f..d6b9118 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,9 @@ INSTALL_LIB = $(INSTALL_PREFIX)/lib
INSTALL_INCLUDE = $(INSTALL_PREFIX)/include
INSTALL = /usr/bin/install
-INCLUDE = -I/usr/devel/include -I.
-CFLAGS = -Wall -g -O2 $(INCLUDE) -MD
@chinchliff
chinchliff / tags
Created January 24, 2014 17:29
Current tag values for OT studies and trees 2012 01 24
10loci
4-loci
5.8S
67 loci
aa
ACT
AFLP
aflR
alfR
alt 1a
@chinchliff
chinchliff / example_namedump.json
Last active December 11, 2015 23:09
Example JSON defining the format for namedumps from treestores
{
"metadata":{
"version":"",
"treestoreMetadata":{
"treestoreShortName":"ottol",
"treestoreLongName":"Open Tree of Life",
"domain":"",
"urlPrefix":""
}
},