-
Notifications
You must be signed in to change notification settings - Fork 39
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
cactus-hal2maf generates incomplete maf result #277
Comments
The "." character in the genome names is probably at issue. UCSC uses the convention that MAF lines are of the format Your only way to fix, I think, would be to rename your species in the hal with |
Thank you so much. After renaming the species, this worked with But when I use |
Yeah, not much to go on -- the error logging of I only recently If you want to get a more meaningful error, maybe you can run If you want to share the hal, I will also try to take a look here at what's going wrong. |
Yes, that would be great if you could have a look at the hal. It's 4.5Gb, what's the best way to send it to you? Maybe we can subset it? |
You can send it however you like. If that's too hard, you can try making a maf without |
I think I can reproduce this -- it's And it also means that as a work-around before the next release, you create the maf with |
Hello HAL designer,
I am using cactus-hal2maf to generate maf file. When I use
--dupeMode all
, the result seems okcactus-hal2maf ./js $hal $maf --refGenome $reference --dupeMode all --chunkSize 1000000 --noAncestors --raw
but when I use
--dupeMode single
, the resulted maf only contains two species (the reference species and the root species)cactus-hal2maf ./js $hal $maf --refGenome $reference --dupeMode single --chunkSize 1000000 --noAncestors
Did I do it wrong?
The Haf file is valid by running halValidate and the halStats is:
The text was updated successfully, but these errors were encountered: