inprogress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 3 Apr 2013 01:02:08 +0000 (01:02 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 3 Apr 2013 01:02:08 +0000 (01:02 +0000)
forester/ruby/evoruby/lib/evo/tool/phylogeny_factory.rb

index 6899f97..4832d54 100644 (file)
@@ -258,7 +258,7 @@ module Evoruby
 
     def get_id( aln_name )
       if aln_name =~ /_{2}(.+)_{2}/
-        $1
+        return $1
       end
       nil
     end