We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
nextflow run ~/p/nf-tractoflow/main.nf -profile docker --input <samplesheet.csv> --outdir <outdir> Error message: touch: cannot touch '.command.trace': Permission denied
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Relevant files
No response
System information
The text was updated successfully, but these errors were encountered: