Sebastien Lelong
Sebastien Lelong
see https://github.com/AnnaTSW0609/FIRE_parser/blob/master/manifest.json for a starter
@kevinxin90 yes, it's just there for reference (or if you want data before dbnsfp is updated - do we have an update from them?)
@newgene this issue would require to adjust ID conversion in uniprot parser. Currently it tries to convert uniprot_acc to entrez ID, or if not possible, Ensembl ID. But if none...
"alias" field is coming from entrez_gene collection, currently contains 21M documents: - 14642 documents have an alias field with space in it, (eg. gene 814677, "SEC12P-like 2 protein") - 117911...
IIRC we did a similar thing with refseq ID, it might be easy to do using a specific ES analyzer (path)
It's 2022, almost 2023, not sure if what I'm doing is relevant, but this is what I did to fix the same issue (running on a Pi Zero W, takes...
This would basically be this: https://github.com/sirloon/traefik/blob/multiple-ratelimits/pkg/middlewares/ratelimiter/rate_limiter.go#L146. If the sourceMatcher returns an empty source, the source criterion is not found, there's no match. Now there's an option to skip the rate...
Hi @nmengin, so sorry for the late reply, I think I missed the github notifications... Thanks for getting back on this. As for the workaround, my understanding is I couldn't...
@kevinxin90 I think it should point to this one: https://github.com/biothings/biothings.species/blob/master/src/config_hub.py but I want to try following the tutorial again, I'm pretty there are other things either broken or not accurate...
Same here, I tested it with fuser==0.12.0, even HEAD 39d4177e809c7ee3b6757136fee8a28d5f41f040, commenting that line https://github.com/cberner/fuser/blob/master/src/session.rs#L81 seems to work fine, it gets properly unmounted as far as I can tell.