Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtolio/golincs
stuff to assist with the LINCS project written in Go
https://github.com/jtolio/golincs
Last synced: 23 days ago
JSON representation
stuff to assist with the LINCS project written in Go
- Host: GitHub
- URL: https://github.com/jtolio/golincs
- Owner: jtolio
- License: apache-2.0
- Created: 2016-10-25T20:22:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-03T15:45:00.000Z (over 7 years ago)
- Last Synced: 2023-07-10T07:45:11.392Z (over 1 year ago)
- Language: Go
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golincs
This repository contains packages to assist with the LINCS project written in
Go.See the documentation at https://godoc.org/github.com/jtolds/golincs/
## Example
Currently, just the characteristic direction signature method is implemented.
You can try out the Go implementation by running:```
$ cd $(mktemp -d)
/tmp/tmp.rqR3ZNiIbn $ GOPATH=$(pwd) go get github.com/jtolds/golincs/cmd/cds
/tmp/tmp.rqR3ZNiIbn $ bin/cds --input ~/path/to/input.txt
```This package depends heavily on https://github.com/gonum/matrix, which itself
may require having BLAS and/or LAPACK installed. Installation instructions for
the gonum bindings for those dependencies can be found at:* https://github.com/gonum/blas
* https://github.com/gonum/lapack