[BioRuby-cvs] bioruby/lib/bio feature.rb,1.9,1.10
Katayama Toshiaki
k at pub.open-bio.org
Mon Feb 27 09:13:48 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio
In directory pub.open-bio.org:/tmp/cvs-serv642/lib/bio
Modified Files:
feature.rb
Log Message:
* license is changed from LGPL to Ruby's
Index: feature.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/feature.rb,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** feature.rb 30 Nov 2005 01:54:38 -0000 1.9
--- feature.rb 27 Feb 2006 09:13:46 -0000 1.10
***************
*** 4,16 ****
# Copyright:: Copyright (c) 2002, 2005
# Toshiaki Katayama <k at bioruby.org>
! # License:: LGPL
#
# $Id$
#
- #--
- # *TODO*
- # add to_gff method
- #++
- #
# == INSD Feature table definition
#
--- 4,11 ----
# Copyright:: Copyright (c) 2002, 2005
# Toshiaki Katayama <k at bioruby.org>
! # License:: Ruby's
#
# $Id$
#
# == INSD Feature table definition
#
***************
*** 44,65 ****
# end
#
- #--
- #
- # 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
- #
- #++
- #
require 'bio/location'
--- 39,42 ----
***************
*** 158,167 ****
# Returns an Array of Feature objects.
attr_accessor :features
-
- def to_gff
- # *TODO*
- # to generate Bio::GFF object and implement Bio::GFF#to_s or
- # to generate GFF string in this method?
- end
# Appends a Feature object to Features.
--- 135,138 ----
More information about the bioruby-cvs
mailing list