Skip to content

Commit

Permalink
Versioned up.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSafatli committed Apr 29, 2015
1 parent 4d45221 commit 4444836
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified docs/api.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion pylogeny/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.3.6.2'
VERSION = '0.4'
6 changes: 3 additions & 3 deletions pylogeny/alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@ def writeProperNexus(self,wri):
copyfile(self.paths['nexus'],wri)
return True

def reassignFromReinterpretedNewick(self,tr):
def convertOriginalNewick(self,tr):

''' Return a Newick string with taxa names replaced with shortened forms
as they are defined in this object.
''' Return a Newick string with (original) taxa names that are replaced
with the shortened forms as they are defined in this object.
:param tr: a Newick string
:type tr: a string
Expand Down

0 comments on commit 4444836

Please sign in to comment.