Sha256: 3af72cf0ffadab4ccaffb8224058e6a4e76f705eea3c9e531e2487b5fc621fd5

Contents?: true

Size: 258 Bytes

Versions: 3

Compression:

Stored size: 258 Bytes

Contents

#!/usr/bin/ruby -w

require 'spec_id/bioworks'

if ARGV.size < 1
  puts "usage: #{File.basename(__FILE__)} bioworks.xml ..."
  exit
end

ARGV.each do |file|
  newfile = file.gsub(".xml", ".txt")
  obj = SpecID::Bioworks.new(file)
  obj.to_excel(newfile)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mspire-0.1.3 bin/bioworks2excel.rb
mspire-0.1.5 bin/bioworks2excel.rb
mspire-0.1.7 bin/bioworks2excel.rb