lib/bio/db/lasergene.rb in bio-1.2.1 vs lib/bio/db/lasergene.rb in bio-1.3.0

- old
+ new

@@ -3,14 +3,14 @@ # # Author:: Trevor Wennblom <mailto:trevor@corevx.com> # Copyright:: Copyright (c) 2007 Center for Biomedical Research Informatics, University of Minnesota (http://cbri.umn.edu) # License:: The Ruby License # -# $Id: lasergene.rb,v 1.3 2007/04/05 23:35:40 trevor Exp $ +# $Id:$ # -module Bio #:nodoc: +module Bio # # bio/db/lasergene.rb - Interface for DNAStar Lasergene sequence file format # # Author:: Trevor Wennblom <mailto:trevor@corevx.com> @@ -204,6 +204,6 @@ @comments = @comments.join('') @sequence = Bio::Sequence.auto( lines[ (delimiter_2_indices[0] + 1) .. -1 ].join('') ) end end # Lasergene -end # Bio \ No newline at end of file +end # Bio