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
2024-03-19 10:33:15,957 - INFO - Analysis completed for YNGKP_M0
2024-03-19 10:33:15,958 - ERROR - Terminating phydms_comprehensive at Tue Mar 19 10:33:15 2024 with ERROR
Traceback (most recent call last):
File "/Users/gavin/opt/miniconda3/envs/phydms/bin/phydms_comprehensive", line 349, in main
raise RuntimeError(
RuntimeError: phydms failed to created expected output file betaLactamase_tutorial_out/YNGKP_M0_tree.newick.
Looking into YNGKP_M5_log.log I saw this more specific error:
2024-03-18 17:12:31,341 - INFO - Adjusted 1 branch lengths up to minbrlen 1e-06
2024-03-18 17:12:31,341 - INFO - Initializing TreeLikelihood..
2024-03-18 17:12:31,355 - ERROR - Terminating phydms at Mon Mar 18 17:12:31 2024 with ERROR
Traceback (most recent call last):
File "phydms/scripts/phydms", line 405, in main
tl = phydmslib.treelikelihood.TreeLikelihood(tree, alignment, model)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "phydms/phydmslib/treelikelihood.py", line 303, in __init__
self.gaps = numpy.array(self.gaps)
^^^^^^^^^^^^^^^^^^^^^^
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (50,) + inhomogeneous part.
I believe this is an incompatibility with numpy v1.26.4, as this error disappeared when I downgraded to numpy v1.16.6.
All the best,
Gavin
The text was updated successfully, but these errors were encountered:
Hi there,
Thanks for developing this method, it is extremely useful and presents a unique twist on traditional dN/dS!
I have a minor comment, which is no longer an issue for myself, but may be helpful to others troubleshooting the same issue.
When running the data from the tutorial with this command (using phydms version 2.4.1):
The command failed with this error:
Looking into
YNGKP_M5_log.log
I saw this more specific error:I believe this is an incompatibility with numpy v1.26.4, as this error disappeared when I downgraded to numpy v1.16.6.
All the best,
Gavin
The text was updated successfully, but these errors were encountered: