RTXteam / RTX

Software repo for Team Expander Agent (Oregon State U., Institute for Systems Biology, and Penn State U.)
https://arax.ncats.io/
MIT License
33 stars 21 forks source link

Remove RTXFeedback #2304

Open edeutsch opened 2 months ago

edeutsch commented 2 months ago

Long ago we had a nifty Feedback mechanism for ARAX, but hardly anyone used it and other parts of the code were moving fast. So it was deprecated in favor of ResponseCache, which grew out of RTXFeedback. I thought RTXFeedback was completely gone, but apparently it was still collecting dust in the garage.

It should be fully removed and all references to it scrubbed. For example, this part of the code still mentions it: https://github.com/RTXteam/RTX/blob/06d09ae121382a0b9ce7583895c8ee91bc91b733/code/ARAX/ARAXQuery/ARAX_ranker.py#L760-L776