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

Can I use cactus to compare multiple Poaceae plant genomes? #1487

Open
liuyt57 opened this issue Sep 25, 2024 · 2 comments
Open

Can I use cactus to compare multiple Poaceae plant genomes? #1487

liuyt57 opened this issue Sep 25, 2024 · 2 comments

Comments

@liuyt57
Copy link

liuyt57 commented Sep 25, 2024

Can I use cactus to compare multiple Poaceae plant genomes? These genomes include diploids, tetraploids, hexaploids, and how does cactus perform in this complex comparison? Is the final calculated phyloP value accurate? Thank you very much!

@glennhickey
Copy link
Collaborator

cactus-pangenome should support any ploidy, but is likely not sensitive enough to align different plants.

Progressive Cactus may work better. To align your diploids, tetraploids, etc, you will need to tree them as separate genomes and make a tree out of them.

ex (A_hap1, A_hap2), (B_hap1, B_hap2, B_hap3, B_hap4) etc (except with branch lengths). For anything beyond diploid this will require editing cactus_progressive_config.xml to have allow_multifurcations="1" ( you can also copy the file, edit it, and pass it back in with --configFile).

Some people report that AnchorWave with Cactus improves performance on plant genomes.

@liuyt57
Copy link
Author

liuyt57 commented Sep 25, 2024

Thank you for your reply! I will give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants