Skip to content

Commit

Permalink
added release number to session
Browse files Browse the repository at this point in the history
  • Loading branch information
fstrozzi committed Apr 29, 2011
1 parent 1157796 commit 20cedeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ensembl.rb
Expand Up @@ -19,11 +19,13 @@ class Session
attr_accessor :coord_system_ids #map CS id to CS name
attr_accessor :seq_regions
attr_accessor :collection_species
attr_accessor :release

def initialize
@coord_systems = Hash.new # key = id; value = CoordSystem object
@coord_system_ids = Hash.new # key = id; value = name
@seq_regions = Hash.new
@release = ENSEMBL_RELEASE
end

def reset
Expand Down

0 comments on commit 20cedeb

Please sign in to comment.