Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker .command.trace touch permission #1

Open
anroy1 opened this issue Oct 22, 2024 · 0 comments
Open

Docker .command.trace touch permission #1

anroy1 opened this issue Oct 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@anroy1
Copy link

anroy1 commented Oct 22, 2024

Description of the bug

When running a workflow with --profile docker, there seems to be an permission issue in writing log files. Was fixed with:

docker.runOptions = "--user root"

But it changes ownership of the log files.

Command used and terminal output

nextflow run ~/p/nf-tractoflow/main.nf -profile docker --input <samplesheet.csv>  --outdir <outdir>

Error message:
touch: cannot touch '.command.trace': Permission denied

Relevant files

No response

System information

  • Nextflow 24.04.4
  • Hardware: Desktop
  • Container engine: docker
  • OS: Ubuntu 20.04 LTS
  • nf-surgeryflow (anroy1/nf-tractoflow)
@anroy1 anroy1 added the bug Something isn't working label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant