lib/bio/PolyploidTools/ExonContainer.rb in bio-polyploid-tools-0.4.2 vs lib/bio/PolyploidTools/ExonContainer.rb in bio-polyploid-tools-0.4.3
- old
+ new
@@ -126,10 +126,11 @@
end
end
def print_primer_3_exons (file, target_chromosome , parental )
added = 0
+
@snp_map.each do | gene, snp_array|
snp_array.each do |snp|
string = ""
begin
primer_3_min_seq_length
@@ -138,10 +139,11 @@
file.puts string
added += 1
end
rescue Exception=>e
@missing_exons << snp.to_s
- #$stderr.puts e.to_s
+
+ $stderr.puts e.to_s
end
end
end
return added
end
\ No newline at end of file