Class: Bio::Assembly::Maf
- Inherits:
-
Bio::Assembly
- Object
- Bio::Assembly
- Bio::Assembly::Maf
- Defined in:
- lib/bio-assembly/maf.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ Maf
constructor
A new instance of Maf.
Methods inherited from Bio::Assembly
#each_contig, open, register_parser
Constructor Details
#initialize(path) ⇒ Maf
Returns a new instance of Maf.
8 9 10 11 |
# File 'lib/bio-assembly/maf.rb', line 8 def initialize(path) @file = File.new(path, 'r') # TO DO end |