diff --git a/lefse/lefse_format_input.py b/lefse/lefse_format_input.py index fc16c55..d6098c7 100755 --- a/lefse/lefse_format_input.py +++ b/lefse/lefse_format_input.py @@ -268,7 +268,7 @@ def modify_feature_names(fn): ret = [re.sub(v,"",f) for f in ret] for v in ["/",r'\(',r'\)',r'-',r'\+',r'=',r'{',r'}',r'\[',r'\]', - r',',r'\.',r';',r':',r'\?',r'\<',r'\>',r'\.',r'\,']: + r',',r';',r':',r'\?',r'\<',r'\>',r'\,']: ret = [re.sub(v,"_",f) for f in ret] for v in ["\|"]: