Moritz E. Beber
Moritz E. Beber
Cool, just to give you a use-case where async is very nice: When running an asynchronous API, for example, with FastAPI and I want to pack up a bunch of...
Have you looked at the anyio library? It makes async work quite convenient and you can send sync tasks into a thread or process pool and conversely async tasks into...
Admittedly, I am biased by my current workflow, but I thought about it some more and to me there are two good reasons for using tags: 1. Tags are familiar,...
I see your point. Probably in this scenario the tags should be named "Tech Debt Low" and "Cost High", so that the auto-generated legend also makes sense for viewers. Otherwise...
> We're trying to determine if BRENDA contains a record of the reaction associated with each K_cat and K_m I don't fully understand what you want to achieve. Given a...
I have not found a way to reliably scrape all SBML output files from BRENDA as this required paid access previously, I think. It would be preferable, though, of course,...
It would be super nice to just get a database dump rather than having to jump through so many hoops.
I still think it's possible to tell these apart, however, if you look at the comment in each entry. ``` TN #2# 52 {GMP} (#2# recombinant isozyme, pH 7.5, 30°C...
Okay, that's a clear counter example. Let's see if you get a reply from BRENDA. I tried once some years back and never got an answer. I was probably not...
Thanks for the input. Any word on accessing all SBML or other structured data set?