-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement minimap2-based Hi-C alignments #97
Comments
Hi @tkchafin, While adapting
When checking the original CRAM file and the converted file with Before modification (from our latest dev branch):
After modification:
Given these discrepancies, I’m not entirely confident that my attempted fix is correct. I’d really appreciate your advice on this. If you’d like to take a closer look, my latest commit should have all the details. Sorry for the long message—I just wanted to make sure I covered everything! |
Hi @reichan1998 I am investigating it now. The first issue I have found is that our input file is NOT actually a CRAM file. It is a SAM file named with the incorrect extension... I've uploaded corrected files to the remote repository. |
Sent a PR (reichan1998#1) to your
I have steps after CSV generation commented out for now, but that at least seems to be working. |
Thank you so much for investigating and fixing the issues! I see now why things were not working—no wonder with a SAM file masquerading as a CRAM! 😅 |
bwa-mem2 can't deal with extra-large genomes. Instead, we can use minimap2 like in the Treeval and genomeassembly pipelines, cf sanger-tol/genomeassembly#44
The text was updated successfully, but these errors were encountered: