An action that installs and caches nf-test
Sets up the nf-test cli, nf-test, on GitHub's hosted Actions runners.
This action is only tested on ubuntu-latest GitHub Actions runners, and will install and expose a specified version of the nf-test CLI on the runner environment.
Setup the nf-test:
steps:
- uses: nf-core/setup-nf-test@v1
with:
install-pdiff: trueA specific version of nf-test:
steps:
- uses: nf-core/setup-nf-test@v1
with:
version: 0.9.2
install-pdiff: trueThe actions supports the following inputs:
version: The version ofnf-testto install, defaulting to0.9.3install-pdiff: A boolean to install thepdiffPython module and set environment variablesNFT_DIFFandNFT_DIFF_ARGS