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

loading directories should be limited to some number or levels #13

Open vsoch opened 3 years ago

vsoch commented 3 years ago

Currently, if you start snakeface in a huge tree (e.g., with lots of recursive subfolders) since it looks for Snakefiles, this can take hugely long. We should probably have a rule to only look up to some level.