[BioRuby-cvs] bioruby/lib/bio/io ensembl.rb,1.7,1.8
Mitsuteru C. Nakao
nakao at dev.open-bio.org
Thu Mar 29 05:50:45 UTC 2007
Update of /home/repository/bioruby/bioruby/lib/bio/io
In directory dev.open-bio.org:/tmp/cvs-serv9824/lib/bio/io
Modified Files:
ensembl.rb
Log Message:
* Fixed bugs in exportview argument parsing.
Index: ensembl.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/io/ensembl.rb,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ensembl.rb 29 Mar 2007 05:24:27 -0000 1.7
--- ensembl.rb 29 Mar 2007 05:50:43 -0000 1.8
***************
*** 155,159 ****
if args.first.class == Hash
options = args.first
! options.update({:format => 'gff'}) if options[:options] and options[:format] != 'fasta'
else
options = {
--- 155,161 ----
if args.first.class == Hash
options = args.first
! if options[:options] and options[:format] != 'fasta' and options[:format] != 'tab'
! options.update({:format => 'gff'})
! end
else
options = {
More information about the bioruby-cvs
mailing list