An open API service indexing awesome lists of open source software.

https://github.com/vitroid/genice-voronoi

A GenIce plubin for Voronoi analysis.
https://github.com/vitroid/genice-voronoi

Last synced: over 1 year ago
JSON representation

A GenIce plubin for Voronoi analysis.

Awesome Lists containing this project

README

          

# genice-voronoi

A [GenIce](https://github.com/vitroid/GenIce) plugin for Voronoi analysis.

## Requirements

% make prepare
will install required packages via pip.

* [GenIce](https://github.com/vitroid/GenIce) >=0.16.
* [graphstat](https://github.com/vitroid/graphstat) >=0.1. (Not PIP-ready.)
* [yaplotlib](https://github.com/vitroid/yaplotlib) >=0.1.
* mysqlclient

You have to setup MySQL database if you want to give a unique ID for graphs.

## Installation

### System-wide installation

Not supported.

### Private installation

% make install
or copy the files in formats/ into your local formats folder of GenIce.

## Usage

% genice 1c -r 3 3 3 -f voronoi_analysis > 1c.voro
uses the temporary DB.

% genice 1c -r 3 3 3 -f voronoi_analysis[voronoi.db] > 1c.voro
uses the local voronoi.db file via sqlite3.

% genice 1c -r 3 3 3 -f voronoi_analysis[http://...] > 1c.voro
uses the global MySQL DB.

## Test in place

% make test