Run the workflow:
nextflow run mpg-age-bioinformatics/nf-drugz -r 1.0.0 -params-file params.json
or
git clone https://github.com/mpg-age-bioinformatics/nf-drugz.git
nextflow run nf-drugz -params-file params.json
Make a commit, check the last tag, add a new one, push it and make a release:
git add -A . && git commit -m "<message>" && git push
git describe --abbrev=0 --tags
git tag -e -a <tag> HEAD
git push origin --tags
gh release create <tag>