RAxML issue
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
It seems to be related to getting the files to sort in this line:
https://github.com/galaxyproject/tools-iuc/blob/07701847a3c4d66ee12cecd37b5129ed6984082a/tools/raxml/raxml.py#L77