Monday 24 October 2011

Developer Journal 130

Converting genome data from version alpha to version bravo.

Grr. Genes have a value between 0 and 1. This value then gets interpreted into a range with a specified minimum and maximum. I was using the accessors in alpha to get the gene values and those accessors return the interpreted values and not the pre-interpreted values.

I'm suspecting more and more that a database would be useful to do serialization and to migrate the data from version to version.

I'm trying hard to not make GenomeBravo have to know about how GenomeAlpha works.

I'm suspecting more and more the code I'm writing to migrate the data from genome version alpha to genome version bravo will be soon obsolete and that I would have been better off using database techniques to store and transform the data but I don't have those database skills yet.

No comments:

Post a Comment