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

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

Instance Method Summary collapse

Methods included from Helpers::Error

#info, #warn

Instance Method Details

#add(id, rec) ⇒ Object



54
55
56
57
58
# File 'lib/bio/db/gff/gffnocache.rb', line 54

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



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

def validate_nonoverlapping
end

#validate_seqnameObject

validation is switched off for NoCache



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

def validate_seqname
end

#validate_shared_parentObject

validation is switched off for NoCache



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

def validate_shared_parent
end