Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wwood/bbbin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben J. Woodcroft committed Nov 3, 2014
2 parents 67778e3 + 0adf8ce commit 5099547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrez_proteins_from_nucleotide_ids.rb
Expand Up @@ -78,7 +78,7 @@


if options[:genbank]
process_genbank.call(File.open(options[:genbank]).read, 'abc')
process_genbank.call(File.open(options[:genbank]).read, 'abc', 'def')

else
CSV.foreach(ARGV[0],:col_sep => "\t") do |row|
Expand Down

0 comments on commit 5099547

Please sign in to comment.