Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to OpenBio*
OpenBio*
: roundtrip_bioruby.rb
File roundtrip_bioruby.rb,
161 bytes
(added by jan.aerts,
17 years
ago)
Ruby script for roundtrip (i.c. EMBL)
Line
1
require 'bio'
2
3
input = File.open('aj224122.embl').read
4
embl_object_1 = Bio::EMBL.new(input)
5
bioseq_1 = embl_object_1.to_biosequence
6
puts bioseq_1.output(:embl)
7
Download in other formats:
Original Format