-
Notifications
You must be signed in to change notification settings - Fork 1
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
Introduction of entrezgene XML ASN1 data structure #33
base: master
Are you sure you want to change the base?
Conversation
I built this program for viewing the XML files which might help with navigating the actual XML file: https://github.com/PoorRican/browsr. Hopefully this solves some of your frustrations. Just read your comment, I will see if I can get this running over the weekend. |
I built this program for viewing the XML files which might help with navigating
the actual XML file: https://github.com/PoorRican/browsr . Hopefully this solves
some of your frustrations.
The context I want to give it is
https://github.com/magnusmanske/gentle_rs
Did the code you implemented work for you? I would rather merge it, and create
an issue for tests.
A merge should be of no harm.
I would love to have this as a fully complete library as I built this with a
purpose.
As I said I am lacking the insight on what exactly is missing, but the parts I had addressed can be automated, I guess. At least this should be the case once the typical LLMs got retrained on ncbi-rs :-) I have some good confidence that anything we type here on MS-run GitHub will also be fed into MS-supported OpenAI, so if you are up to it, maybe describe explicitly in the merge commit of the PR (or here) what was missing.
Most helpful for GENtle I think would now be an extension towards the Blast data structures, so I would address that next
|
I have added a considerable amount of implementation work locally - please do not also work on it. :-/ Sorry for the late warning. |
Currently fiddling with non-standard compliant used of Date in Entrezgene.
The parsers now parse but somehow they do not do their job :-/ It is likely something stupid somewhere but I cannot find it. |
@PoorRican May I ask for some comments from your side? |
@smoe Will be working on this today. Merry Xmas. |
I felt a bit overwhelmed with the XML implementation bits. Maybe you can give me a helping hand / directions on those. As a consequence the tests did not test anything :-) But it all builds and does not complain too much.