Skip to content

Commit

Permalink
Test adding docker.runOptions to pipeline nextflow.config
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Jan 5, 2024
1 parent e94ed03 commit 0b738ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ profiles {
shifter.enabled = false
charliecloud.enabled = false
apptainer.enabled = false
runOptions = '-u $(id -u):$(id -g)'
runOptions = '-u $(id -u):$(id -g) -v $HOME:$HOME'
}
arm {
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
Expand Down
2 changes: 1 addition & 1 deletion nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ config {
libDir "lib/"

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

// run all test with the defined docker profile from the main nextflow.config
profile ""
Expand Down
1 change: 0 additions & 1 deletion tests/nextflow.config

This file was deleted.

0 comments on commit 0b738ed

Please sign in to comment.