snakemake / snakeface

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

Test with default profile #3

Open vsoch opened 3 years ago

vsoch commented 3 years ago

I'm looking at profiles and I'm wondering if we should do one of the following:

For the second, if a profile is set snakeface would need to honor those preferences and not set the options for the user to set or overwrite (or maybe this is true for a subset?). The first is the simple/cleanest option, and would basically provide an interface to use snakemake with any backend off the bat, asking for // allowing for configuration values at runtime. I think. I will likely start with this and then tweak as needed.