Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

omnibenchmark/omni_workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ef84c8 · Jul 30, 2024

History

81 Commits
Jul 16, 2024
Jul 22, 2024
Jun 11, 2024
Jan 16, 2024
Jun 27, 2024
Jun 27, 2024
Feb 23, 2024
Jul 22, 2024

Repository files navigation

omnibenchmark workflow

Powered by Snakemake

How to

  • make install to install dependencies
  • make activate to activate the environment with the dependencies (pipenv shell)
  • make benchmark to run the benchmark (= trigger the Snakefile)
  • make dry to dry run the benchmark (= dry run the Snakefile)
  • make clean deletes the ./out and ./log output folders

Rationale

Parse a YAML specification of a benchmark and dynamically build snakemake rules to build the suitable workflow.

Branches

Develop in branch dev, seldom merged to main

Started

05 Feb 2024, Izaskun Mallona