spring-clean: logging
- Add
log
to rules (if applicable) - Add logging in R-scripts
# logging in R scripts
sink(file=file(snakemake@log[[1]], open="wt"), type="message")
Impact: Will not affect the pipeline
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
log
to rules (if applicable)# logging in R scripts
sink(file=file(snakemake@log[[1]], open="wt"), type="message")
Impact: Will not affect the pipeline