[BioRuby-cvs] bioruby/lib/bio/db/embl embl.rb,1.29.2.4,1.29.2.5
Naohisa Goto
ngoto at dev.open-bio.org
Wed May 21 12:27:35 UTC 2008
Update of /home/repository/bioruby/bioruby/lib/bio/db/embl
In directory dev.open-bio.org:/tmp/cvs-serv9964/lib/bio/db/embl
Modified Files:
Tag: BRANCH-biohackathon2008
embl.rb
Log Message:
added rDoc for Bio::EMBL#to_biosequence
Index: embl.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/embl/embl.rb,v
retrieving revision 1.29.2.4
retrieving revision 1.29.2.5
diff -C2 -d -r1.29.2.4 -r1.29.2.5
*** embl.rb 21 Mar 2008 06:24:42 -0000 1.29.2.4
--- embl.rb 21 May 2008 12:27:33 -0000 1.29.2.5
***************
*** 371,377 ****
alias naseq seq
alias ntseq seq
!
# // Line; termination line (end; 1/entry)
def to_biosequence
bio_seq = Bio::Sequence.new(self.seq)
--- 371,383 ----
alias naseq seq
alias ntseq seq
!
! #--
# // Line; termination line (end; 1/entry)
+ #++
+ # converts the entry to Bio::Sequence object
+ # ---
+ # *Arguments*::
+ # *Returns*:: Bio::Sequence object
def to_biosequence
bio_seq = Bio::Sequence.new(self.seq)
More information about the bioruby-cvs
mailing list