ih-abstract
Description
ih-abstract
streams input raw pathology results to the immune.health.report R package for report generation and quality assurance. The input is .csv data or direct streaming from a Microsoft SQL driver-compatible database. The output is filtered .csv/.txt files for incremental new report generation and quality assurance.
Optionally, Immune Health-specific filtering can be turned off to use ih-abstract as a general method to retrieve arbitrary or incremental pathology results.
Installation
See Releases.
go get -u -v github.com/andrewrech/ih-abstract
Cross compiling for Alpine requires disabling CGO:
echo env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o ih-abstract
Usage
See ih-abstract -h
or documentation.
Authors
License
GNU Lesser General Public License v3.0