Closed xin-huang closed 3 years ago
Seems like I cannot get any response so I close this issue.
This can be a quick fix that I missed earlier. If you email me directly, I can send a modified script to you to test whether it works.
On Fri, Jan 1, 2021 at 11:57 PM Xin Huang notifications@github.com wrote:
Closed #106 https://github.com/WGLab/doc-ANNOVAR/issues/106.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/WGLab/doc-ANNOVAR/issues/106#event-4161468716, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNG3OCCV3NPGDW2SFJHKZ3SX2RTJANCNFSM4Q454IJA .
The new coding_change.pl can be used to process dm3 successfully. Attached here: coding_change.txt
Hi Prof. Wang,
I tested the new codes and it works. But I modified the regular expression in line 77, 79 and 617, so that it can process gene names with : and ', e.g. His1:CG33843 and beta'COP
Thanks for sharing, I'm also working with Drosophila and this script is really useful to me. On top of your edits, I also needed to add \[\]
in the regular expressions to deal with genes like su(w[a]).
Thanks for sharing, I'm also working with Drosophila and this script is really useful to me. On top of your edits, I also needed to add
\[\]
in the regular expressions to deal with genes like su(w[a]).
@lxy0107
Hi, verry sorry to bother. I also encountered the same problem, I need to process Drosophila data as well. If possible, could you please share the script? Appreciate very much.
Thank you!
The coding_change.pl in ANNOVAR should be able to process these issues already. But in any case, here is the script (change txt to pl) coding_change.txt
The coding_change.pl in ANNOVAR should be able to process these issues already. But in any case, here is the script (change txt to pl) coding_change.txt
Thank you!!🌹🌹
Hi Prof. Wang,
Recently, I used ANNOVAR (20191024) to annotate drosophila genomes.
I generated my database according to https://annovar.openbioinformatics.org/en/latest/user-guide/gene/#create-your-own-gene-definition-databases-for-non-human-species
Here are the commands I used to create the database:
Then I annotated my data with the above database, and got invalid record error
After removing special characters (, ), ', :, in dm3_refGene.txt, I can successfully run ANNOVAR.
I think the error is caused by the gene names with special characters, e.g. l(2)gl. Could you please make ANNOVAR to accept these characters?
Thank you.