config {
// Location of nf-tests
testsDir "."
// nf-test directory used to create temporary files for each test
workDir System.getenv("NFT_WORKDIR") ?: ".nf-test"
// Location of an optional nextflow.config file specific for executing pipeline tests
configFile "tests/nextflow.config"
// use a given profile for input specifications
profile "test"
}