Class: Maf

Inherits:
Mutation::Collection show all
Defined in:
lib/maf.rb

Defined Under Namespace

Classes: Line

Instance Attribute Summary

Attributes inherited from Mutation::Collection

#mutation_config

Attributes inherited from HashTable

#header, #types

Instance Method Summary collapse

Methods inherited from Mutation::Collection

#clean_header, #clean_headers, comments, default_sleeve, #initialize, might_have, #required, requires

Methods inherited from HashTable

#<<, #[], #concat, #each, #formatted_header, header_off, header_on, #idx, #idx_keys, #initialize, #inspect, line_class, line_type, #output, #sample, #select!, #sort_by!, #sum, #update_index, #use_header?, use_header?, #wrap

Methods included from HashTableAux

#load_file

Methods included from Printer

#print, #write

Constructor Details

This class inherits a constructor from Mutation::Collection

Instance Method Details

#preambleObject



45
46
47
# File 'lib/maf.rb', line 45

def preamble
  "#version 2.2"
end