sequencefile-examples/README.md

17 lines
282 B
Markdown
Raw Normal View History

2015-03-04 21:21:13 +01:00
# sequencefile-examples
A collection of examples of working with sequence files
Setup:
------
* Clone the project
```
cd /tmp && git clone https://github.com/sakserv/sequencefile-examples.git
```
2015-03-04 22:06:20 +01:00
* Build the project
```
cd /tmp/sequencefile-examples && bash -x bin/build.sh
```