Skip to content

nf-core/setup-nf-test

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

🚀 setup-nf-test

An action that installs and caches nf-test

About

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.

Usage

Setup the nf-test:

steps:
  - uses: nf-core/setup-nf-test@v1
    with:
      install-pdiff: true

A specific version of nf-test:

steps:
  - uses: nf-core/setup-nf-test@v1
    with:
      version: 0.9.2
      install-pdiff: true

Inputs

The actions supports the following inputs:

  • version: The version of nf-test to install, defaulting to 0.9.2
  • install-pdiff: A boolean to install the pdiff Python module and set environment variables NFT_DIFF and NFT_DIFF_ARGS

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •