Go to file
Shane Kumpf ae8a7ff587 added sample 2015-03-05 06:19:07 -07:00
.idea initial project layout and tests 2015-03-04 13:51:19 -07:00
bin added build script 2015-03-04 14:06:20 -07:00
src added sample 2015-03-05 06:19:07 -07:00
test/main/java/com/github/sakserv/sequencefile added sample 2015-03-05 06:19:07 -07:00
.gitignore added readme, gitignore and pom 2015-03-04 13:21:13 -07:00
LICENSE Initial commit 2015-03-04 11:13:02 -07:00
README.md added build script 2015-03-04 14:06:20 -07:00
pom.xml added sample 2015-03-05 06:19:07 -07:00
sequencefile-examples.iml added sample 2015-03-05 06:19:07 -07:00

README.md

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
  • Build the project
cd /tmp/sequencefile-examples && bash -x bin/build.sh