snakemake / snakemake-executor-plugin-googlebatch

Snakemake executor plugin for Google Batch (under development)
MIT License
3 stars 5 forks source link

Question by @vsoch: Why can't we use debug logging for executor plugins? I instead need to use info and make it very verbose #16

Open johanneskoester opened 7 months ago

johanneskoester commented 7 months ago

answer: you can. It is activated by default in the CI testing. If you run snakemake manually, you have to activate it with --verbose.

cc @vsoch

vsoch commented 7 months ago

Should we put this into a discussion / as a question that can be found later?

johanneskoester commented 7 months ago

Maybe the contributing section of the plugin catalog is the right place: https://snakemake.github.io/snakemake-plugin-catalog/#contributing