[13a70a]: / nf-test.config

Download this file

14 lines (10 with data), 384 Bytes

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"
}