jaantollander / workflows

Repository for testing various workflow tools and combinations on HPC clusters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workflows

Repository for testing various workflow tools and combinations on HPC clusters.

Hyperqueue

Installation

mkdir -p appl/hyperqueue/0.15.0
wget https://github.com/It4innovations/hyperqueue/releases/download/v0.15.0/hq-v0.15.0-linux-x64.tar.gz
tar xf hq-v0.15.0-linux-x64.tar.gz --directory=appl/hyperqueue/0.15.0

Use local modulefiles

module use "$PWD/modulefiles"

Running scripts

export SBATCH_ACCOUNT=project_<id>
sbatch ./hyperqueue/<name>.sh

Resources

About

Repository for testing various workflow tools and combinations on HPC clusters.

License:MIT License


Languages

Language:Shell 92.4%Language:Nextflow 6.3%Language:Lua 1.3%