Open nlwashington opened 8 years ago
It would be good to avoid re-querying each time. I think we'd want to maintain our own permanent cache. This could be SG, or another solution. If it's SG, would it be easy to merge the SG publication graph into each fresh monarch data graph?
in order to display the publications that any source contains with nice labels, it would be prudent to fetch the publication details from pubmed, if they are available. this could be done as a post-processing step like the following:
also, this could be set to complete based on a commandline flag, because the time spent querying eutils might be quite high, depending on the source.
@cmungall do you like the idea of doing this at dipper time, or at golr time?