-
Notifications
You must be signed in to change notification settings - Fork 70
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
Internal error in ComputeBranchCache #1822
Comments
Dear @legason, A couple of things.
So something like
For long alignments like yours, Best, |
Thanks, Sergei! However, does supplying precomputed tree work or not? |
Dear @legason, No, supplying a precomputed tree does not work for GARD. As mentioned in the response by @spond, the --tree option is ignored in GARD because the method itself is designed to infer trees dynamically as part of its recombination detection process. Using a precomputed tree will not make the analysis more efficient, as GARD still needs to evaluate different topologies at potential breakpoints to detect recombination events. Best, |
Thanks, @spond @stevenweaver, for your responses. I have run it as per @spond guidance, but it takes hours. Thanks again, |
Dear @spond Thanks, |
Dear Hyphy developers and users! ,
I tried to analyse my DNA sequences ~ 135kb long and 54 in total for recombination using the command below ENV=TOLERATE_NUMERICAL_ERRORS=1 hyphy gard --alignment EBV_trimmed.fasta --tree EBV_trimmed.fasta.treefile --max-breakpoints 500 --model GTR+G --cpu 8
Of course, this is after trying to construct the tree in guard, and it failed several times. So I constructed the tree in raxml and hoped running guard with a precomputed tree would make the analysis more efficient because HyPhy wouldn’t have to infer the tree dynamically. Is my alignment too large? I even tried to reduce the breakpoints to 100 but still got the same error. I appreciate your help.
Thanks, Ismail.
The text was updated successfully, but these errors were encountered: