Sha256: 524805b21f88d74249733ae22a14d702775ffdc8f264a053785023ec6f991afd

Contents?: true

Size: 584 Bytes

Versions: 9

Compression:

Stored size: 584 Bytes

Contents

 module Bio
    class SQL
			class Dbxref < DummyBase
			      #set_sequence_name "dbxref_pk_seq"
			      has_many :dbxref_qualifier_values, :class_name => "DbxrefQualifierValue"
			      has_many :locations, :class_name => "Location"
			      has_many :references, :class_name=>"Reference"
			      has_many :term_dbxrefs, :class_name => "TermDbxref"
			      has_many :bioentry_dbxrefs, :class_name => "BioentryDbxref"
            #TODO: check is with bioentry there is an has_and_belongs_to_many relationship has specified in schema overview.
			    end
    		end #SQL
end #Bio		

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
bioruby-bio-1.2.9.9001 lib/bio/io/biosql/dbxref.rb
bioruby-bio-1.2.9.9501 lib/bio/io/biosql/dbxref.rb
bioruby-bio-1.3.0 lib/bio/io/biosql/dbxref.rb
ngoto-bio-1.2.9.9001 lib/bio/io/biosql/dbxref.rb
ngoto-bio-1.2.9.9501 lib/bio/io/biosql/dbxref.rb
ngoto-bio-1.3.0.5000 lib/bio/io/biosql/dbxref.rb
ngoto-bio-1.3.0 lib/bio/io/biosql/dbxref.rb
wwood-bioruby-1.2.11 lib/bio/io/biosql/dbxref.rb
bio-1.3.0 lib/bio/io/biosql/dbxref.rb