SamStudio8 / reticulatus

A snakemake-based pipeline for assembling and polishing long genomes from long nanopore reads
MIT License
68 stars 5 forks source link

Update to new SlackLogger (when it becomes available) #24

Closed SamStudio8 closed 4 years ago

SamStudio8 commented 4 years ago

Someone else also thought that getting snakemake to spew logs to Slack was a great idea, but they've implemented it properly. When it's pulled into snakemake proper, we should swap to using it rather than firing legacy requests to the Slack API from the onstart/onerror/onsuccess.

SamStudio8 commented 4 years ago

(see https://github.com/snakemake/snakemake/pull/170/)

SamStudio8 commented 4 years ago

We'd have to add a custom logger to take advantage of this, leave it for now