GenomicMedLab / cool-seq-tool

https://coolseqtool.readthedocs.io
MIT License
4 stars 0 forks source link

feat!: acquire data with wags-tails, overhaul static file handling #290

Closed jsstevenson closed 3 months ago

jsstevenson commented 4 months ago

As far as I can tell, this shouldn't impact anything in production, because the environment variables are the first thing cst checks -- these changes basically only affect what happens if those fail or aren't provided.

jsstevenson commented 4 months ago

probably a git crime to do all of these at once but they felt relevant

jsstevenson commented 3 months ago

I think this is sufficient to close #204 for now. If we want to circle back and make it actually lazy -- initialize a fetch on instance creation and then await it when actually calling methods -- we can reopen.