-
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
No reads are aligned? #10
Comments
Hi @woodoo46 , did the mapping process finished successfully. If not, can you tell me what reads and reference are you using and I will try to align it on my side and let you know what happens. Thanks. |
I was using pacbio read, and aligning on hg38. |
Yes I can see that. I was wondering if I could download the dataset from somewhere and try it. Do you have the download link? |
Unfortunately, I do not have any ftp site for public, do you have any ftp site I can deposit my test data? |
Yes I do. Can you share your email with me and I will send you the address and credentials? |
Same problem encountered with the latest released version (v0.6.4). I tried both the prebuilt version and my own compiled version and the results are the same. For my case, I am using graphmap2 mapping simulated pacbio reads against yeast reference genome. No error has been triggered but no reads got mapped. The same test works fine for minimap2 and ngmlr, so I suspect this problem is graphmap2 specific. Please contact me if you need me to share my testing data. Best, |
Hi, did you try using '-x rnaseq' parameter? Are you mapping RNA or DNA reads? |
I am aligning DNA reads. OK, I will try the older version of graphmap then. Thanks! |
I am also in trouble with the problem that no read was aligned. I am using graphmap2(v0.6.3) mapping nanopore simulated reads against ITS/16S database. The result was similar to the Description by @yjx1217. No error happened but no reads got mapped. But minimap2 and last work well with the same read and reference. |
Same error here - I'm aligning E. coli DNA reads from ONT onto E. coli reference. I've tried building graphmap2 myself and also downloading the latest binary. I've tried compressed and uncompressed FastQ. I've rebuilt the index. The effect is the same...
|
Hi @lpryszcz, since you aligning DNA reads, please use previous version of the tool: https://github.com/isovic/graphmap |
@jmaricb Could you please add information about that, ideally in the beginning of the README file? It'll likely save hours of struggle to prospective users ;) |
@jmaricb I had the same issue : trying to align nanopore reads against an assembly. Zero reads were aligned, but no error messages. Running the same command with GraphMap instead of GraphMap2 fixed the issue. I agree with Ipryszcz, please make it clear in the README that GraphMap2 doesn't work with aligning DNA reads! |
Are there any plans to incorporate this option into Graphmap2?? It would be very convenient instead of having two installations of Graphmap. |
Hi there,
I used this command to align pacbio reads:
graphmap2 -r hs38DH.fa -d test_100reads.fastq -o graph_map2.test.sam
It seems that NO reads were aligned? Or did I miss anything?
Thanks!
The text was updated successfully, but these errors were encountered: