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

Make a function for splitting a concatenated matrix #13

Open
gaballench opened this issue Aug 22, 2024 · 0 comments
Open

Make a function for splitting a concatenated matrix #13

gaballench opened this issue Aug 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gaballench
Copy link
Owner

Quite often the issue is that tree inference programmes allow to use a partition block based on positions from a continuous MSA, often with dynamic settings for e.g., codon-position:

partition1 = 1-999 /3, 2-999/3
partition2 = 3-999 /3

Most tools I could find just take start:end specifications and produce independent blocks using that information. However, these are the simplest case and complex partition schemes are often available when we want e.g. tree inference with raxml or iqtree and then divtime inference with mcmctree which only takes input in phylip format.

We may want to attempt to implement something targeting these situations.

@gaballench gaballench added the enhancement New feature or request label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants