X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fruby%2Fevoruby%2Flib%2Fevo%2Ftool%2Fdomains_to_forester.rb;h=f08236df1157a54239537a778bc4a8c0326ac5e4;hb=2d569f0ff0e0c8fa5d21ca6b3446a152132ff1de;hp=85af666c5348a35097f5e058180e3834dfc46aa1;hpb=dbf5b588d65d1c62094dd5d339eca5056a5ade5f;p=jalview.git 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