From 6604686d59234a1afa81917699fdb3bf79ce185e Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Tue, 8 Oct 2013 20:08:49 +0000 Subject: [PATCH] inprogress --- forester/ruby/evoruby/lib/evo/tool/domains_to_forester.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forester/ruby/evoruby/lib/evo/tool/domains_to_forester.rb b/forester/ruby/evoruby/lib/evo/tool/domains_to_forester.rb index 85af666..f08236d 100644 --- a/forester/ruby/evoruby/lib/evo/tool/domains_to_forester.rb +++ b/forester/ruby/evoruby/lib/evo/tool/domains_to_forester.rb @@ -124,7 +124,7 @@ module Evoruby protein_name = d[ 0 ] domain_structure = d[ 1 ] out.print( protein_name.to_s ) - out.print( ": " ) + out.print( "\t" ) out.print( domain_structure.to_NHX ) out.print( Constants::LINE_DELIMITER ) end -- 1.7.10.2