-
Notifications
You must be signed in to change notification settings - Fork 63
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
Excluding sites #189
Comments
Dear @fluttercork, |
Dear Olaf, thanks for the suggestion, I will put in on my list |
amkozlov
added a commit
that referenced
this issue
Jan 17, 2025
1. Partition file now supports comment lines such that individual partitions can be easily excluded, e.g. ``` LG+G, p1 = 1-20, 81-113 #disable partition p2 #WAG+G, p2 = 21-50 JTT, p3 = 51-70 ``` 2. To prevent excluding MSA sites by mistake, you need to add `--force msa_extra_cols` to explicitely disable partition completeness check
Site exclusion is now supported in the dev branch in the following way:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be possible to have raxml-ng recognize site weights of 0 (or, alternatively, to implement the exclude file of RAxML?), which would be a quick and easy way for the user to exclude sites from the analysis?
When working with MSAs with multiple partitions, I often want to exclude one or more partitions, which could be more easily done using a weight / exclusion file than rebuilding the MSA each and every time.
Thanks,
Olaf
The text was updated successfully, but these errors were encountered: