-
Notifications
You must be signed in to change notification settings - Fork 25
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
Is it possible to extract kmers in bubbles? #82
Comments
I can't help you with your first question, but if nothing else works, you could try using cortexpy to load the graph into python and do your own bubble search and kmer identification. Disclaimer: I am an author and maintainer of Regarding your second question: The output format of |
for the first question @noporpoise will know. It's not much help, but cortex can consume mccortex binary graphs, and i know cortex bubble calling does output exactly what you want in fasta format |
@iqbal-lab I'd like to try cortex for kmer extraction. Can you point me to the repo, I've briefly searched, but didn't find it? Wasn't cortex earlier than McCortex? |
Is this the correct web page for cortex? |
Dammit I need to close the source forge page. Sorry. Current page is https://github.com/iqbal-lab/cortex |
Greetings,
I was wondering is it possible to extract kmers that are in bubbles? I see the
bubbles
command generates only the variable bases, not fixed width kmers. In otherwords, I want all kmers that, lead into and out of a bubble, for both paths. I should mention this is a diploid.I was also wondering about the
view
command. I couldn't find documentation about the format. I'm guessing it's kmer,count,???The text was updated successfully, but these errors were encountered: