Summarize LSF job properties by parsing log files

lsf_stats Summarize LSF job properties by parsing log files of workflows executed by Snakemake. Installation $ pip install lsf_stats Usage $ lsf_stats –help Usage: lsf_stats [OPTIONS] COMMAND [ARGS]… Summarize LSF job properties by parsing log files. Options: –version Show the version and exit. –help Show this message and exit. Commands: gather Aggregate information from log files in single dataframe. summarize Summarize and visualize aggregated information. Example Assume that you executed your Snakemake workflow using the lsf-profile and all generated log […]

Read more

A quick and simple Python logging

Python Quick Logging | QLogging Beautifully colored, quick and simple Python logging. This logger is based on Python logging package Screenshots: Terminal/CMD Notebooks: Windows: Features Color logging in Terminal and CMD Color logging in Jupyter Notebook and Jupyter Lab Color logging in Kaggle Notebook Color logging in Google Colab Notebook Know which function the logger was called from Know while line number the logger was called from Support logging to a file Simple and clean one-liner Customizable Installation $ pip […]

Read more
1 2