[BioRuby-cvs] bioruby/sample gb2fasta.rb,0.5,0.6

Pjotr Prins pjotr at dev.open-bio.org
Tue Feb 5 12:11:20 UTC 2008


Update of /home/repository/bioruby/bioruby/sample
In directory dev.open-bio.org:/tmp/cvs-serv32271/sample

Modified Files:
	gb2fasta.rb 
Log Message:
Fixed broken require in gb2fasta example

Index: gb2fasta.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/sample/gb2fasta.rb,v
retrieving revision 0.5
retrieving revision 0.6
diff -C2 -d -r0.5 -r0.6
*** gb2fasta.rb	23 Jul 2002 04:51:24 -0000	0.5
--- gb2fasta.rb	5 Feb 2008 12:11:11 -0000	0.6
***************
*** 19,24 ****
  #
  
! require 'bio/io/flatfile'
! require 'bio/db/genbank'
  
  include Bio
--- 19,23 ----
  #
  
! require 'bio'
  
  include Bio




More information about the bioruby-cvs mailing list