[BioRuby-cvs] bioruby/lib/bio/appl/blast format8.rb,1.5,1.6
Katayama Toshiaki
k at dev.open-bio.org
Tue Sep 19 06:08:28 UTC 2006
- Previous message: [BioRuby-cvs] bioruby/lib/bio/db prosite.rb, 0.15, 0.16 nbrf.rb, 1.8, 1.9 medline.rb, 1.14, 1.15 litdb.rb, 0.8, 0.9 fasta.rb, 1.25, 1.26
- Next message: [BioRuby-cvs] bioruby/lib/bio/appl/blast report.rb,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioruby/bioruby/lib/bio/appl/blast
In directory dev.open-bio.org:/tmp/cvs-serv32594/lib/bio/appl/blast
Modified Files:
format8.rb
Log Message:
* license is changed from LGPL to Ruby's
Index: format8.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/blast/format8.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** format8.rb 8 Sep 2005 01:22:08 -0000 1.5
--- format8.rb 19 Sep 2006 06:08:26 -0000 1.6
***************
*** 1,22 ****
#
! # bio/appl/blast/format8.rb - BLAST tab-delimited output (-m 8) parser
#
! # Copyright (C) 2002,2003 KATAYAMA Toshiaki <k at bioruby.org>
! #
! # This library is free software; you can redistribute it and/or
! # modify it under the terms of the GNU Lesser General Public
! # License as published by the Free Software Foundation; either
! # version 2 of the License, or (at your option) any later version.
#
! # This library is distributed in the hope that it will be useful,
! # but WITHOUT ANY WARRANTY; without even the implied warranty of
! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
! # Lesser General Public License for more details.
#
! # You should have received a copy of the GNU Lesser General Public
! # License along with this library; if not, write to the Free Software
! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
! # $Id$
#
--- 1,13 ----
#
! # = bio/appl/blast/format8.rb - BLAST tab-delimited output (-m 8) parser
#
! # Copyright:: Copyright (C) 2002, 2003 Toshiaki Katayama <k at bioruby.org>
! # License:: Ruby's
#
! # $Id$
#
! # == Note
#
! # This file is automatically loaded by bio/appl/blast/report.rb
#
***************
*** 89,95 ****
- =begin
-
- This file is automatically loaded by bio/appl/blast/report.rb
-
- =end
--- 80,81 ----
- Previous message: [BioRuby-cvs] bioruby/lib/bio/db prosite.rb, 0.15, 0.16 nbrf.rb, 1.8, 1.9 medline.rb, 1.14, 1.15 litdb.rb, 0.8, 0.9 fasta.rb, 1.25, 1.26
- Next message: [BioRuby-cvs] bioruby/lib/bio/appl/blast report.rb,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the bioruby-cvs
mailing list