Open agardelakos opened 5 years ago
In the current implementation, snakemake sends everything from its logs to panoptes. Identify panopte's needs and send only relevant info.
In current panoptes version, we only use log entries "job_info" and "progress"
The info we need is in these sections: "shellcmd", "job_info", "debug", "progress", "job_finished".
In the current implementation, snakemake sends everything from its logs to panoptes. Identify panopte's needs and send only relevant info.
In current panoptes version, we only use log entries "job_info" and "progress"