Skip to content

Commit

Permalink
Fixed error in readme usage
Browse files Browse the repository at this point in the history
  • Loading branch information
chmille4 committed Jan 12, 2011
1 parent 9f3c653 commit b412186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -13,7 +13,7 @@ gem install bio-assembly
require 'bio-assembly'

# ace file path
asm = Bio::Assembly.new("data.ace", :ace)
asm = Bio::Assembly.open("data.ace", :ace)

# iterate through contigs (streams each contig)
asm.each_contig do |contig|
Expand Down

0 comments on commit b412186

Please sign in to comment.