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
In other analysis projects, I'm wishing for the recombination-aware phylogenetic methods I've written here. Pretty much all the functions, but primarily these:
phylogeny::get_common_ancestor
phylogeny::get_ancestors
phylogeny::get_descendants
phylogeny::get_recombinants
There might be value in creating a new subcommand rebar phylogeny so that we can do things like:
In other analysis projects, I'm wishing for the recombination-aware phylogenetic methods I've written here. Pretty much all the functions, but primarily these:
phylogeny::get_common_ancestor
phylogeny::get_ancestors
phylogeny::get_descendants
phylogeny::get_recombinants
There might be value in creating a new subcommand
rebar phylogeny
so that we can do things like:rebar phylogeny --graph phylogeny.json --mrca XE,XG
The text was updated successfully, but these errors were encountered: