Skip to content

Commit

Permalink
update nxf config
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcolq committed Oct 24, 2023
1 parent 7bb7366 commit a354f7a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ manifest {
description = 'Polio investigation resource automating nanopore haplotype analysis.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = 'v1.1'
version = '1.1'
}


Expand All @@ -73,9 +73,6 @@ profiles {
standard {
docker {
enabled = true
// this ensures container is run as host user and group, but
// also adds host user to the within-container group
runOptions = "--user \$(id -u):\$(id -g) --group-add 100 --env XDG_CACHE_HOME=\$NXF_TASK_WORKDIR/.cache"
}
}

Expand Down

0 comments on commit a354f7a

Please sign in to comment.