pantherdb / fullgo_paint_update

Update of Panther and PAINT DBs with monthly GO release data
0 stars 0 forks source link

Display GO release DOI and release date (correctly) #40

Closed dustine32 closed 4 years ago

dustine32 commented 4 years ago

Talking with @kltm, my current method for pulling release date from a GAF header isn't always reliable. Also, the DOI should be recorded and displayed with enrichment results on pantherdb.org. I should be pulling these from JSON metadata included with each release: http://current.geneontology.org/metadata/release-archive-doi.json

{
    "doi": "10.5281/zenodo.3477535"
}

http://current.geneontology.org/metadata/release-date.json

{
    "date": "2019-11-01"
}
dustine32 commented 4 years ago

Everything's in place for this ticket now. GO release DOI and date now correctly displayed for test results: image And on the /data page: image