lib/bio/db/primer3.rb in bio-polyploid-tools-0.5.1 vs lib/bio/db/primer3.rb in bio-polyploid-tools-0.5.2

- old
+ new

@@ -469,14 +469,14 @@ @in = @in.to_sym == :exon else @exon = false end - if @polymorphism.to_sym == :homeologous - @homeologous = true + if @polymorphism.to_sym == :homoeologous + @homoeologous = true else - @homeologous = false + @homoeologous = false end @parsed = true @orientation = @orientation.to_sym end @@ -490,13 +490,13 @@ return @chromosome if @parsed parse_header @chromosome end - def homeologous? - return @homeologous if @parsed + def homoeologous? + return @homoeologous if @parsed parse_header - @homeologous + @homoeologous end def type return @type if @parsed parse_header