/martian-1

Language and framework for high performance computational pipelines.

Primary LanguageGoMIT LicenseMIT

Language and framework for developing high performance computational pipelines.

GoDoc Build Status

Getting Started

Please see the Martian Documentation.

The easiest way to get started is

$ git clone https://github.com/martian-lang/martian.git --recursive
$ cd martian
$ make

Alternatively,

$ go get github.com/martian-lang/martian/cmd/mrp
$ GOBIN=github.com/martian-lang/martian/bin go install github.com/martian-lang/martian/cmd/...
$ cd ${GOPATH}/src/github.com/martian-lang/martian/web && npm install && gulp

Copyright and License

Code and documentation copyright 2014-2017 the Martian Authors and 10x Genomics, Inc. Code released under the MIT License. Documentation released under Creative Commons.