-
Notifications
You must be signed in to change notification settings - Fork 11
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
Not including chromosome with _
in the name
#19
Comments
Hi Rory, I probably wanted to ignore all the extra (unplaced) contigs from the karyotype output and limit the output to the "main" chromosomes, but that is indeed a problem if all chromosomes are like that. Whoops! I should have put some more thought into this. Wouter |
Not fixed with that PR :) |
Haha! I figured it would be something like excluding alt contigs. I guess people can just remove them from the reference pre alignment. I'll open an excellent PR for this and cash in some Hacktoberfest credit |
I guess in a more complicated CLI --karyotype could optionally take a file/list of contigs that the user wants to use for the karyotype, but for now (or forever) this will have to do :) |
Hi @wdecoster - this is a continuation of #18!
cramino/src/karyotype.rs
Line 17 in b054f4d
This line was the guilty party as to why I had empty normalised alignment counts per
contig
. The problem is the HG38 reference has_
in the contig names (example :NC_000024.10
), and I'm not sure why this check was included. What was it's purpose originally? Could it be removed?Thanks
Rory
The text was updated successfully, but these errors were encountered: