Skip to content

Instantly share code, notes, and snippets.

View sreichl's full-sized avatar

Stephan Reichl sreichl

View GitHub Profile
@sreichl
sreichl / .Snakemake Export Rule
Last active September 12, 2024 09:25
Snakemake rule to ensure documentation and reproducibility by automated export of all used environments, configurations, and annotation files.
...
@sreichl
sreichl / .JupyterLab Setup
Last active August 18, 2023 09:08
JupyterLab one-off setup for an HPC with SLURM workload manager.
...
@sreichl
sreichl / .Conda Export
Last active May 5, 2025 10:30
Bash script to export all conda environments using three different configurations (all, --no-build, --no-build --from-history) as YAML files to the current directory.
..