Skip to content

seqan/hibf_benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HIBF Benchmarks

🚧 Work in progress 🚧

Quickstart

Edit configuration

Setup

# Create an environment called `snakemake` with snakemake installed
conda env create --channel conda-forge --name snakemake bioconda::snakemake

Run

conda activate snakemake
snakemake --use-conda --cores 2

The results can be found in results/html/index.html.

Testing/Running without Raptor

To test the workflow without running Raptor, data is provided in .github/data:

# run from repository root directory
mkdir --parents results/raw_data
tar xf .github/data/data.tar.zst --directory=results/raw_data
export CI=true # Skips running raptor
snakemake --use-conda --cores 2 --forceall