We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This was raised here: ComparativeGenomicsToolkit/cactus#933
And it's easy enough to reproduce
halExtract evolverMammals.hal --root Anc1 Anc1.hal --inMemory hal2maf Anc1.hal Anc1.maf --inMemory <segfault>
The file can be repaired with another extract (!)
halExtract Anc1.hal Anc1.fix.hal --inMemory hal2maf Anc1.fix.hal Anc1.maf --inMemory <works!>
So the --root cutting option of halExtract must be forgetting to update a link somehwere.
halExtract
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This was raised here: ComparativeGenomicsToolkit/cactus#933
And it's easy enough to reproduce
The file can be repaired with another extract (!)
So the --root cutting option of
halExtract
must be forgetting to update a link somehwere.The text was updated successfully, but these errors were encountered: