Hey all,
I've built out the API / user system for a web application which I'm basically making as a study for how to properly implement APIs.
stack: -django -postgresql
Specifically I'm after data which is versioned as this is one feature I'm displaying.
Ideas: - HG19 vrs HG18 ... its HUGE though... suggestions on useful subsets? - genes across species
Additionally this functionality will implement extremely simple POST and GET operations ... So I could definitely implement a quick submission... might be fun to have a 30 second exercise in which someone could push up data...
MANY data sources are versioned. RefSeq, dbSNP, Ensembl, COSMIC.... I'm not sure what you're after here.
Versioning different assembly and annotation versions (a la hg18 vs hg19) is quite different than versioning incremental updates within a single assembly and annotation release.