You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To start, I am going to create a more detailed mock data for the GeneData and the TransposonData.
I have already made something like GeneData in the normalization_matrices branch, and will do something similar here for the TransposonData as well. I think that would be best to have a small subset of the annotation file that we can easily look at, wrap, and write test values for.
it's been a while
but now that you have a real data subset you take the data, there, do a hand calc, and make sure it returns what you expect
as we discussed, the isntance variables superfamilyorder have the overlaps
there are slice functions that can help you access the data in the overlap (see left_right_sliceintra_slice)
start with test_MergeData.pymerge_sink_real
you need to add your real data and then make tests that make sure the summation works
MergeData can calculate the sum of overlaps for superfamilies / orders but...
currently operates on fake data (real classes but with fake inputs)
MergeData currently has limited tests verifying basic functionality
The text was updated successfully, but these errors were encountered: