[BioRuby-cvs] bioruby/lib/bio/io fastacmd.rb,1.9,1.10
Mitsuteru C. Nakao
nakao at pub.open-bio.org
Sat Jan 28 08:12:23 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio/io
In directory pub.open-bio.org:/tmp/cvs-serv5186/lib/bio/io
Modified Files:
fastacmd.rb
Log Message:
* Updated RDoc.
Index: fastacmd.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/io/fastacmd.rb,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** fastacmd.rb 28 Jan 2006 07:41:59 -0000 1.9
--- fastacmd.rb 28 Jan 2006 08:12:21 -0000 1.10
***************
*** 2,8 ****
# = bio/io/fastacmd.rb - NCBI fastacmd wrapper class
#
! # Copyright:: Copyright (C) 2005
# Shuji SHIGENOBU <shige at nibb.ac.jp>,
! # Toshiaki Katayama <k at bioruby.org>
# Lisence:: LGPL
#
--- 2,9 ----
# = bio/io/fastacmd.rb - NCBI fastacmd wrapper class
#
! # Copyright:: Copyright (C) 2005, 2006
# Shuji SHIGENOBU <shige at nibb.ac.jp>,
! # Toshiaki Katayama <k at bioruby.org>,
! # Mitsuteru C. Nakao <n at bioruby.org>
# Lisence:: LGPL
#
***************
*** 14,17 ****
--- 15,21 ----
# NCBI fastacmd command.
#
+ # This class requires 'fastacmd' command and a blast database
+ # (formatted using the '-o' option of 'formatdb').
+ #
# == Examples
#
More information about the bioruby-cvs
mailing list