Replies: 1 comment 2 replies
-
Have you read https://tskit.dev/pyslim/docs/latest/previous_versions.html?highlight=slimtreesequence |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a pyslim script with the standard syntax for reading in slim tree objects and then converting them to pyslim format, i.e.
which now throws the error:
I did update to a newer version of pyslim since the last time I used this code, however, I see nothing in the manual about SlimTreeSequence() being deprecated or replaced by an equivalent command (incidentally, replacing SlimTreeSequence() with slim_tree_sequence() gives me the same error, i.e. pyslim has no attribute...
Has there been some subtle change that needs to be implemented in order to convert a tskit ts object into a pyslim object apart from what I have?
Beta Was this translation helpful? Give feedback.
All reactions