Skip to content

Commit

Permalink
Merge pull request #11 from andrewjpage/use_get_opt_long
Browse files Browse the repository at this point in the history
Use get opt long
  • Loading branch information
andrewjpage committed Apr 25, 2012
2 parents dce8bfa + a95b71a commit 8f80df2
Show file tree
Hide file tree
Showing 65 changed files with 28,563 additions and 288 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
*.o
gubbins
tests/run_all_tests
.DS_Store
Makefile
src/.deps
autom4te.cache/*
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Andrew J. Page
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
2012-4-24 Andrew J. Page <ap13@sanger.ac.uk>
* Initial beta testing version
14 changes: 14 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
./configure
make
make install

The main executable should be in ./src/gubbins


These applications must be in your PATH:
FastTree http://www.microbesonline.org/fasttree/
RAxML (the full version) http://sco.h-its.org/exelixis/software.html

These Python packages must be in your PYTHONPATH:
Biopython (>=1.59)
DendroPy (>=3.11.1)
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SUBDIRS=src
Loading

0 comments on commit 8f80df2

Please sign in to comment.