snakemake / snakeface

The snakemake interface, currently works like a notebook (under development)
https://snakeface.readthedocs.io/
Mozilla Public License 2.0
18 stars 6 forks source link

Static files location #8

Open vsoch opened 3 years ago

vsoch commented 3 years ago

Given that the user starts a notebook, static files will be populated wherever that is, which is redundant. We should probably have a default location like the user home .snakeface/static to ensure that we don't create them everywhere.

vsoch commented 3 years ago

We could also link to all static files on a remote server, but this would require technically an external dependency. I suppose it's not different than a cdn and could work!