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

RAxML issue #6447

Open
Hymenium opened this issue Oct 10, 2024 · 0 comments
Open

RAxML issue #6447

Hymenium opened this issue Oct 10, 2024 · 0 comments

Comments

@Hymenium
Copy link

Hymenium commented Oct 10, 2024

I am getting an error from the raxml.py code if I try to use the 'estimate individual per-partition branch length (-M)' in RAxML.

It seems like these partition files are not found to calculate the final branch lengths, and the branch lengths produced do not make sense. Not using this -M option requires unrealistic assumptions.

Traceback (most recent call last):
File "/opt/galaxy/shed_tools/toolshed.g2.bx.psu.edu/repos/iuc/raxml/b1e68bbe4cef/raxml/raxml.py", line 90, in
main()
File "/opt/galaxy/shed_tools/toolshed.g2.bx.psu.edu/repos/iuc/raxml/b1e68bbe4cef/raxml/raxml.py", line 62, in main
files.sort(key=getint)
TypeError: '<' not supported between instances of 'NoneType' and 'NoneType'

It seems to be related to getting the files to sort in this line:

files.sort(key=getint)

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

No branches or pull requests

1 participant