Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lskatz/lyve-SET
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Sep 2, 2014
2 parents a935dcc + 3d93afc commit aad3810
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,21 @@ Requirements
* PhyML
* FreeBayes
* Smalt
* CG-Pipeline
* Samtools
* wgsim (part of samtools) if you are simulating reads
* Schedule::SGELK (installed at the same time if you download with git)
* CallSam (installed at the same time if you download with git)
* wgsim (part of samtools) if you are simulating reads

Installation
Requirements installed with "make install"
------------
* CG-Pipeline
* Schedule::SGELK
* CallSam

To install, just run the make file with `make install`. Run `make help` for all options.
Installation
------------
* `make install`
* `make check` - check and see if you have all the prerequisites
* `make test` - run a test phage dataset provided by CFSAN
* `make help` - for other `make` options

Usage
-----
Expand Down

0 comments on commit aad3810

Please sign in to comment.