lib/bio/PolyploidTools/ExonContainer.rb in bio-polyploid-tools-0.4.5 vs lib/bio/PolyploidTools/ExonContainer.rb in bio-polyploid-tools-0.4.6

- old
+ new

@@ -22,9 +22,10 @@ @gene_models_path = path end #Returns the sequence for a region in the gene models (exon) def gene_model_sequence(region) + #puts region seq=@gene_models_db.fetch_sequence(region) end \ No newline at end of file