backwardn / martian-1

Language and framework for high performance computational pipelines.

Home Page:http://martian-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Language and framework for high performance computational pipelines.

http://martian-lang.org

License:MIT License


Languages

Language:Go 85.2%Language:Starlark 4.4%Language:Python 4.0%Language:HTML 1.8%Language:Yacc 1.4%Language:JavaScript 1.0%Language:CSS 0.9%Language:Shell 0.6%Language:Makefile 0.4%Language:Vim Script 0.4%