A tool for manipulating the RecordStore format defined in libbiomeval.
After building the libbiomeval submodule, execute make in the topmost
directory.
- A C++ 2011 compiler (tested with
clang++andg++) - A supported operating system (tested with RHEL/CentOS 7.x and macOS 10.13)
A version compiled from source can be installed via the top-level makefile with
make install.
If you found a bug and can provide steps to reliably reproduce it, or if you have a feature request, please open an issue. Other questions may be addressed to the project maintainers.
Thanks for your interest in submitting code to rstool. In order to maintain
our project goals, pull requests must:
- adhere to the existing coding style;
- use Framework types consistently wherever possible;
- compile without warning under macOS and RHEL/CentOS 7.x;
- only make use of POSIX APIs;
- be in the public domain.
Pull requests may be subject to additional rules as imposed by the National Institute of Standards and Technology. Please contact the maintainers before starting work on or submitting a pull request.
rstool is released in the public domain. See the
LICENSE
for details.