refgenie / refgenieserver

Serves a web interface and RESTful API for reference genome assets.
http://refgenie.databio.org
BSD 2-Clause "Simplified" License
13 stars 3 forks source link

remote url pointers are incomplete #86

Closed nsheff closed 4 years ago

nsheff commented 4 years ago

Right now on staging, the remotes are correct for the big archive file, but we need to also update the URLs for the other files, which are no longer stored locally... that would be the endpoints for build log and build recipe.

You can see it in action here: http://rg.databio.org:82/

@stolarczyk do you think you can handle this change?

nsheff commented 4 years ago

those files are on aws, so we just need to update the code to point to aws not just for the archive, but for any files served by the api

stolarczyk commented 4 years ago

sure, I'll get all the API endpoints to work with remote_url pointer