# HG changeset patch # User Jim Johnson # Date 1378936591 18000 # Node ID d53b9eb16c2d8c5b6a8331354e678507fbea54aa # Parent ec8df51e841a5bdbb2300bca74f78de385f6092a mothur_wrapper.py - convert_value needs to return a String diff -r ec8df51e841a -r d53b9eb16c2d mothur/tools/mothur/mothur_wrapper.py --- 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