-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from andrewjpage/use_get_opt_long
Use get opt long
- Loading branch information
Showing
65 changed files
with
28,563 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Andrew J. Page |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SUBDIRS=src |
Oops, something went wrong.