[BioRuby-cvs] bioruby/lib/bio/db/pdb pdb.rb,1.14,1.15

Naohisa Goto ngoto at pub.open-bio.org
Mon Feb 20 13:00:45 UTC 2006


Update of /home/repository/bioruby/bioruby/lib/bio/db/pdb
In directory pub.open-bio.org:/tmp/cvs-serv21291/lib/bio/db/pdb

Modified Files:
	pdb.rb 
Log Message:
added PDB#authors method.


Index: pdb.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/pdb/pdb.rb,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** pdb.rb	29 Jan 2006 06:48:39 -0000	1.14
--- pdb.rb	20 Feb 2006 13:00:43 -0000	1.15
***************
*** 1808,1811 ****
--- 1808,1816 ----
      end
  
+     # Get authors in "AUTHOR".
+     def authors
+       self.record('AUTHOR').first.authorList
+     end
+ 
      #--
      # Bio::DB methods




More information about the bioruby-cvs mailing list