biocommons / uta

Universal Transcript Archive: comprehensive genome-transcript alignments; multiple transcript sources, versions, and alignment methods; available as a docker image
Apache License 2.0
62 stars 26 forks source link

Make UTA PGD base URL configurable #251

Closed b0d0nne11 closed 7 months ago

b0d0nne11 commented 7 months ago

We choose to self-host the UTA and NCBI PGD files we're using. I think this is a win-win. Biocommons saves on some bandwidth costs while we get to remove an external dependency from our build system. The downside to doing this is that we have to patch the load-uta.sh script to update UTA_PGD_URL. This update would make the base URL configurable. Hopefully others also find this useful.