
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
snakemake-logger-plugin-rich
Advanced tools
Note: This plugin is currently in development and may not be fully stable. Use at your own discretion and report any issues to the repository's issue tracker.
A logging plugin for Snakemake that utilizes rich for enhanced terminal styling and progress bars.
Install via pip:
pip install snakemake-logger-plugin-rich
Run Snakemake with the --logger rich
option:
snakemake --logger rich
This project uses pixi for environment management.
Fork the repository
Clone the repository:
git clone https://github.com/<your-username>/snakemake-logger-plugin-rich.git
cd snakemake-logger-plugin-rich
Install dependencies using pixi:
pixi install
Activate the development environment:
pixi shell -e dev
Run these commands with pixi run
:
pixi run demo [snakefile]
- Runs a complete demo workflow and cleans up afterward. Uses demo/Snakefile
by default, or specify a custom Snakefile pathpixi run run-demo [snakefile]
- Runs a demonstration Snakemake workflow using the plugin. Uses demo/Snakefile
by default, or specify a custom Snakefile pathpixi run dryrun [snakefile]
- Performs a dry run of the demo workflow. Uses demo/Snakefile
by default, or specify a custom Snakefile pathpixi run clean-demo
- Cleans up demo output filespixi run qc
- Runs formatting, linting, and type checkingpixi run format
- Format code with ruffpixi run lint
- Lint code with ruffpixi run lint-fix
- Lint and auto-fix code with ruffpixi run type-check
- Type check with mypyTo test the plugin with the demo workflow:
pixi run demo
Or to run just the demo workflow without cleanup:
pixi run run-demo
To test with a custom Snakefile:
pixi run demo path/to/your/Snakefile
FAQs
Log plugin for snakemake using Rich
We found that snakemake-logger-plugin-rich demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.