-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No "match_info" field when calling combine_recombinant_info
#285
Comments
The metadata has changed quite a lot, so expect breakage. I'm hoping that the format just-merged is the final one, and we can get stuff sorted out from there. |
For now, please just hack whatever is needed to get results in the short term. |
In particular, I think I need the "strain" info for recombination node matches, which was previous calculated like:
Is that the same as the strain of |
Hmm, actually, I think the "strain" here is the strain of the node that "caused" this recombination to happen. I'm not sure that's in the metadata now. I'll just set it to |
I think you want causal_strain, yeah. That's in the recombinant summary data frame I'm sure. |
The combine_recombinant_info() function in
info.py
references a "match_info" field in the metadata, that I don't think exists any more, so the function bombs out. We use this function for saving details of the recombination nodes for plotting.The text was updated successfully, but these errors were encountered: