Sha256: c36c03a85e4a8c42b88525abda4cb8d6cfbb8262ddd5276a9bd3b569521a2bff

Contents?: true

Size: 482 Bytes

Versions: 9

Compression:

Stored size: 482 Bytes

Contents

 module Bio
    class SQL 
			   class SeqfeaturePath < DummyBase
			      set_primary_keys :object_seqfeature_id, :subject_seqfeature_id, :term_id
			      set_sequence_name nil
			      belongs_to :object_seqfeature, :class_name => "Seqfeature", :foreign_key => "object_seqfeature_id"
			      belongs_to :subject_seqfeature, :class_name => "Seqfeature", :foreign_key => "subject_seqfeature_id"
            belongs_to :term, :class_name => "Term"
			    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/seqfeature_path.rb
bioruby-bio-1.2.9.9501 lib/bio/io/biosql/seqfeature_path.rb
bioruby-bio-1.3.0 lib/bio/io/biosql/seqfeature_path.rb
ngoto-bio-1.2.9.9001 lib/bio/io/biosql/seqfeature_path.rb
ngoto-bio-1.2.9.9501 lib/bio/io/biosql/seqfeature_path.rb
ngoto-bio-1.3.0.5000 lib/bio/io/biosql/seqfeature_path.rb
ngoto-bio-1.3.0 lib/bio/io/biosql/seqfeature_path.rb
wwood-bioruby-1.2.11 lib/bio/io/biosql/seqfeature_path.rb
bio-1.3.0 lib/bio/io/biosql/seqfeature_path.rb