-
Notifications
You must be signed in to change notification settings - Fork 3
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
LASTAL pair alignment error maf-convert #48
Comments
Hi Sam, I think that nothing was aligned. You can verify that by inspecting Your genomes target and MVL4H1 are probably very different. If they are not gigabase-scale, you can try to index target them with a more sensitive seed, like |
Hi Charles, There do appear to be a significant amount of alignments. The .maf.gz alignment has a file size of ~130 Mb, so it isn't empty. If I use minimap2 instead, plot the results from the .paf, I typically see roughly a third of the genome aligned. This is a polyploid, so I don't expect complete alignment... The target reference is ~2Gbp but the query is ~400 Mbp. I will try to adjust the seed and report back. |
OK, if the alignment file is not empty, then it was probably truncated and this crashes In any case, if the genomes you are comparing are very similar, then the By the say, many-to-one alignments are good when comparing diploid to polyploid, but for the converse you will be better served by one-to-many alignments, which you can produce with the |
Description of the bug
Hello,
Thank you for the tool, we are excited to test. I am running with two genomes vs. one reference. I am wondering why I receive this error from maf-convert ?
It has successfully produced a
.m20_aln.maf.gz
, but seems to be failing on getting a .tsv from it? My parameters are set quite high, I have 600Gb of memory allocated.I am curious to hear your feedback on this,
Sam
Command used and terminal output
Relevant files
No response
System information
The text was updated successfully, but these errors were encountered: