Class: Bio::GFFbrowser::Digest::NoCacheHelpers::SeekLinkedRecs

Inherits:
Hash
  • Object
show all
Includes:
Helpers::Logger
Defined in:
lib/bio/db/gff/digest/gffnocache.rb

Overview

List of ids

Instance Method Summary collapse

Methods included from Helpers::Logger

#debug, #error, #info, #log_sys_info, #warn

Instance Method Details

#add(id, rec) ⇒ Object



65
66
67
68
69
# File 'lib/bio/db/gff/digest/gffnocache.rb', line 65

def add id, rec
  info "Adding #{rec.feature_type} <#{id}>"
  self[id] = [] if self[id] == nil
  self[id] << rec.io_seek
end

#validate_nonoverlappingObject

validation is switched off for NoCache



74
75
# File 'lib/bio/db/gff/digest/gffnocache.rb', line 74

def validate_nonoverlapping
end

#validate_seqnameObject

validation is switched off for NoCache



71
72
# File 'lib/bio/db/gff/digest/gffnocache.rb', line 71

def validate_seqname
end

#validate_shared_parentObject

validation is switched off for NoCache



77
78
# File 'lib/bio/db/gff/digest/gffnocache.rb', line 77

def validate_shared_parent
end