Skip to content

Commit

Permalink
dont hardcode path to gubbins
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjpage committed May 8, 2012
1 parent aaa4ed9 commit 5b86da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.o
gubbins
tests/run_all_tests
src/run_all_tests
.DS_Store
Makefile
src/.deps
Expand Down
2 changes: 1 addition & 1 deletion run_gubbins.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
RAXML_EXEC = 'raxmlHPC -f d -m GTRGAMMA'
FASTTREE_EXEC = 'FastTree'
FASTTREE_PARAMS = '-gtr -gamma -nt'
GUBBINS_EXEC = './src/gubbins'
GUBBINS_EXEC = 'gubbins'

def robinson_foulds_distance(input_tree_name,output_tree_name):
input_tree = dendropy.Tree.get_from_path(input_tree_name, 'newick')
Expand Down

0 comments on commit 5b86da5

Please sign in to comment.