Mercurial > repos > jjohnson > mothur_toolsuite
changeset 33:d53b9eb16c2d
mothur_wrapper.py - convert_value needs to return a String
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Wed, 11 Sep 2013 16:56:31 -0500 |
parents | ec8df51e841a |
children | 1be61ceb20d7 |
files | mothur/tools/mothur/mothur_wrapper.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mothur/tools/mothur/mothur_wrapper.py Wed Sep 04 10:51:34 2013 -0500 +++ b/mothur/tools/mothur/mothur_wrapper.py Wed Sep 11 16:56:31 2013 -0500 @@ -154,6 +154,7 @@ except ValueError: # Neither integer nor float pass + x = str(x) # Return whatever we finished up with return x #Parse Command Line and get a list of params