IKIM-Essen / uncovar

Transparent and robust SARS-CoV-2 variant calling and lineage assignment with comprehensive reporting.
https://ikim-essen.github.io/uncovar
BSD 2-Clause "Simplified" License
20 stars 7 forks source link

feat: benchmarking with other workflows #519

Closed thomasbtf closed 5 months ago

thomasbtf commented 2 years ago

Description

This PR includes benchmarking rules to compare the following workflows:

The benchmark consisted of

To get the above-mentioned analysis run:

snakemake --cores all --use-conda --snakefile benchmarking/Snakefile  --resources nextflow=1 signal=1 vpipe=1 snakeline=1 uncovar=1

The plots can then be found under results/benchmarking/plots.

It can happen that the hard disk space is not sufficient. Here it helps to delete the "work" folder of nextflow manually to free up a few GB.

See notion for further steps.

Related Issue

N/A

Checklist