Skip to content

Commit

Permalink
update PAML test result generator to support PAML 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoninvergo authored and peterjc committed Feb 12, 2013
1 parent f28e9dd commit 0616a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/PAML/gen_results.py
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2012 by Brandon Invergo (b.invergo@gmail.com) # Copyright (C) 2012, 2013 by Brandon Invergo (b.invergo@gmail.com)
# This code is part of the Biopython distribution and governed by its # This code is part of the Biopython distribution and governed by its
# license. Please see the LICENSE file that should have been included # license. Please see the LICENSE file that should have been included
# as part of this package. # as part of this package.
Expand All @@ -8,7 +8,7 @@
import sys import sys




VERSIONS = ["4_1", "4_3", "4_4", "4_4c", "4_5", "4_6"] VERSIONS = ["4_1", "4_3", "4_4", "4_4c", "4_5", "4_6", "4_7"]




def codeml(vers=None, verbose=False): def codeml(vers=None, verbose=False):
Expand Down

0 comments on commit 0616a77

Please sign in to comment.