wtsi-hgi/treeserve

Name: treeserve

Owner: Wellcome Trust Sanger Institute - Human Genetics Informatics

Description: null

Created: 2015-02-05 10:22:38.0

Updated: 2017-11-22 12:03:09.0

Pushed: 2017-12-08 14:09:46.0

Homepage: null

Size: 8863

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Generate tree structure from the mpistat output and allow querying of it via a rest api.

Original C++ version

Dependencies (not complete):

Using proxygen brings in the google logging and command-line options libraries. These give a lot of extra command-line options. Use –help to list them.

A good commandline to use would be something like…

bin/treeserve -lstat bin/114_1.dat.gz -dump=bin/tree.bin -logtostderr -gzip_buf 64 -port 8000

Format of fields in the data file are :

Python version (using LMDB)

Requirements
python 3.4+
pip install -r requirements.txt

Format of fields in the data file are :

LMDB

LMDB data persists between runs, to recalculate data remove the cache directory.

Go version (also using LMDB)

There is also a go version.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.