Skip to content
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

added STDR wrap-around #94

Open
wants to merge 3 commits into
base: refactor
Choose a base branch
from
Open

added STDR wrap-around #94

wants to merge 3 commits into from

Conversation

richardyz98
Copy link
Collaborator

Hi Matt, here's what I have for the STDR wrap-around currently. It's not thoroughly documented, so I'll work on that.

@richardyz98 richardyz98 self-assigned this May 13, 2021
@richardyz98 richardyz98 added the enhancement New feature or request label May 13, 2021
min_split = 1,
merge_method = "least_square",
verbose=False)
tree = data_utilities.ete3_to_networkx(ete3.Tree(tree_stdr_nj.as_string(schema="newick")))
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reason that I'm using ete3 here instead of inputting the string directly into populate_tree is because the formatting is off. Right now, populate_tree and newick_to_network both assume a specific newick format, specifically those with internal nodes in the newick string. Should I add an argument to newick_to_network, populate_tree, and the init of CassiopeiaTree allowing for the user to specify the newick format?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant