Skip to content

Commit

Permalink
test: Turns out you can't
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 19, 2024
1 parent af54756 commit 032473f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ config {
testsDir "."

// nf-test directory including temporary files for each test
workDir System.getenv("NFT_WORKDIR") ?: ".nf-test"
workDir System.getenv("NFT_WORKDIR") ?: "s3://nf-core-test-datasets/scratch"

// location of an optional nextflow.config file specific for executing tests
configFile "tests/config/nf-test.config"

// run all test with the defined docker profile from the main nextflow.config
profile ""

options "-work-dir s3://nf-core-test-datasets/scratch"

// load the necessary plugins
plugins {
load "nft-bam@0.3.0"
Expand Down

0 comments on commit 032473f

Please sign in to comment.