-
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
match reads with genes:gloc = genes_pop(code & (1 << 30) - 1) KeyError: 3603 #188
Comments
Hello @Dexter5577 Thanks for your interest in our program! It could be that the coordinates file and the alignment file don't match. Can you provide parts of both files (e.g., |
Hi:
and the alignment file is:
|
@Dexter5577 Can you please do |
Of course.Thanks for your patience.The file is:
|
@Dexter5577 Sorry, I meant the alignment file (SAM), not the sequencing data (FASTQ). |
I really feel sorry,but this is actually my alignment file.The file is attached here.Sorry again for wasting your time. |
Okay I see a plausible reason: In the alignment file, the subject IDs are like "G000006565". However in the coordinates file the gene IDs are like "PVX_087670". I suspect that it was created using a different database. You may want to check it. |
Thank you very much! I will examine these two documents carefully. Both of these files are generated from files in the Refseq database. |
Thanks for the additional information. The files you showed look correct. Let me look into this issue more carefully. All I can think of now is some potential formatting issue. |
Hi:
Thank you for wonderful tool.
When I want to match reads with genes,I encountered the following issue with my code. I would be extremely grateful if you could provide an answer.
/share/pub1/lijq/lijq/bowie2/py311/bin/woltka classify -i /share/pub1/lijq/lijq/bt2out/R17001923LR01.sam -c /share/pub1/lijq/lijq/refseq/coords.txt -o /share/pub1/lijq/lijq/gene_merge/R17001923LR01.output.biom
The error report is:
The text was updated successfully, but these errors were encountered: