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

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

Overview

List of ids

Instance Method Summary collapse

Methods included from Helpers::Error

#error, #info, #warn

Instance Method Details

#add(id, rec) ⇒ Object



58
59
60
61
62
# File 'lib/bio/db/gff/gffnocache.rb', line 58

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



67
68
# File 'lib/bio/db/gff/gffnocache.rb', line 67

def validate_nonoverlapping
end

#validate_seqnameObject

validation is switched off for NoCache



64
65
# File 'lib/bio/db/gff/gffnocache.rb', line 64

def validate_seqname
end

#validate_shared_parentObject

validation is switched off for NoCache



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

def validate_shared_parent
end