-
Notifications
You must be signed in to change notification settings - Fork 42
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
I don't get "mutation" type on the local version #52
Comments
Hi @majdabd Could you please provide any abstracts where you have encountered the issue? Also, does the BERN2 web demo annotate mutation entities when you input the abstract? |
Hello, yes the web demo works well in annotating mutation entities. This is an example text where I don't get mutation annotations : "The chemokine receptor 1 CXCR-1 (or IL8R-alpha) is a specific receptor for the interleukin 8 (IL-8), which is chemoattractant for neutrophils and has an important role in the inflammatory response. The polymorphism rs2234671 at position Ex2+860G>C of the CXCR1 gene causes a conservative amino acid substitution (S276T). This single nucleotide polymorphism (SNP) seemed to be functional as it was associated with decreased lung cancer risk. Previous studies of our group found association of haplotypes in the IL8 and in the CXCR2 genes with the multifactorial disease chronic periodontitis. In this study we investigated the polymorphism rs2234671 in 395 Brazilian subjects with and without chronic periodontitis. FINDINGS: Similar distribution of the allelic and genotypic frequencies were observed between the groups (p>0.05). CONCLUSIONS: The polymorphism rs2234671 in the CXCR1 gene was not associated with the susceptibility to chronic periodontitis in the studied Brazilian population." |
Thanks for sharing! I'll try reproducing and figuring out the issue from my side and get back to you. |
Thank you for the help. To aid you in figuring out the issue, below is the log info from nohup_tmvar.out. I guess it is working well, but the annotation/normalization results do no appear in the final dictionary with the rest of the entities. I don't know why.
|
@majdabd Thank you for your patience. We reproduce the same issue in Java version 13. (especially openjdk 13.0.7 version) |
Hello, this is the Java OpenJDK version on our cluster : Should I ask for a downgrade? UPDATE : We did downgrade to Java 8 (openjdk 1.8.0_352) and it did not work. Do you think if we use tmVar3.0 instead of tmVar2.0, we won't have this issue? Thanks a lot for the help |
Hi, does your output show the same result as before? Could you please show the log info from nohup_tmvar.out? We didn't try for the tmVar3.0 thus we don't really think that changing the version could resolve the issue. |
Hello. Yes, the same result as before, which is no tmVar results, no matter the Java version or text I use. Find below the log info from nohup_tmvar.out after I cleared everything and re-installed everything from the beginning: Starting tmVar 2.0 Service at 127.0.1.1:18896 |
Sorry @majdabd I've tried to simulate your situation several times in my environment, but I still can resolve the same issue by downgrading the JAVA version. |
Thanks, @minstar for the effort. I've been looking into the issue for a week now, and don't have the slightest clue why this is happening. I have installed and ran BERN2 on 4 different machines, using exactly the same steps as in the README and still, I never get "mutations" on any of them. Have you tried running it from scratch on a new machine? Thanks |
I've tried to install BERN2 on 3 different machines same steps as suggested in README. |
Hello @minstar . Is there a way to disable or ignore tmVar? If it is not working, I don't want the users of my app to needlessly download tmVar2.0 resources. Thanks |
Hi @majdabd, I think you could comment out the tmVar process in the bern2.py file. |
I meet the same problem as you, but now I've solved it. I think you should check if the |
Thanks @DunCer for sharing your solution! |
Hello! I installed the local version and ran a local server without any errors. However, my results do not include mutation entities (nor mutation type), even when my text is taken directly from the tmVar corpus. I downloaded the resources file that includes the tmVar2.0. The annotation I get for mutations is RNA and the ID is CUI-LESS. What might be the issue? Thanks
The text was updated successfully, but these errors were encountered: