What's the best practice for locating a gene in SPAdes assembly graph? #1341
Unanswered
nettanetta
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I have a set of gene sequences (given in amino acids), and I'd like to locate their corresponding nucleotide sequences in the assembly graph. My desired input for each query gene is a corresponding path in the graph, a starting point in the first node of this path and an ending point in the last node of this path.
So far, I searched for the genes in the "contigs.fasta" file using MMseqs2 and then I generated the desired output myself based on the contigs.path file. However, this didn't work in case that there are gaps in the paths corresponding to assembly contigs.
thank you!
Netta
Beta Was this translation helpful? Give feedback.
All reactions