We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"...\uphyloplot2-master\uphyloplot2.py", line 166, in main if len(data_row[0].split(".")) > longest_tree:
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Hi, did you figure this out? I've got the same issue.
Sorry, something went wrong.
Fixed the error with a few edits and got it working again on the test data. Edited version here: https://github.com/aerickso/uphyloplot2/blob/master/uphyloplot2.py. Submitted as a pull request: #22 (can nuke this comment if/when merged and fixed).
No branches or pull requests
"...\uphyloplot2-master\uphyloplot2.py", line 166, in main
if len(data_row[0].split(".")) > longest_tree:
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: