From 03d0e76c98d4b02f63bb9c03430cc8ad2a6cd354 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Wed, 24 Oct 2012 18:07:12 +0000 Subject: [PATCH] updated classify_taxonomy to GG12-10 git-svn-id: http://biopieces.googlecode.com/svn/trunk@1971 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/classify_taxonomy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bp_bin/classify_taxonomy b/bp_bin/classify_taxonomy index 0bfb69c..a402e93 100755 --- a/bp_bin/classify_taxonomy +++ b/bp_bin/classify_taxonomy @@ -49,7 +49,7 @@ class TaxNode def add_gg(s_id, score, size) node = self - s_id.scan(/ ([\w])__([^;]+)/) do + s_id.scan(/([\w])__([^;]+)/) do level = expand_level($1) name = $2 -- 2.39.5