-
Notifications
You must be signed in to change notification settings - Fork 0
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
mv: cannot create directory '/flu-amd/IRMA_RES/modules/zQCNwBiT5rr5T3CiVknW': Permission denied #7
Comments
@aswarren, this should be fixed now. Let me know if the problem persists and I will keep looking into it. Thanks! |
Command error: I am still getting this error with the -latest option. Also after pulling down the latest from a local repo. nextflow run DOH-JDJ0303/VAPER -profile apptainer -r main -latest --input ./vaper_samplesheet.csv --outdir vaper_results --max_cpus 30 --max_memory 270.GB nextflow run ./vaper -profile apptainer --input ./vaper_samplesheet.csv --outdir vaper_results --max_cpus 30 --max_memory 270.GB |
This issue is specific to Singularity/Apptainer. I have noticed that nextflow can be a bit weird about pulling the latest updates from a repo. It may be worth cloning the repo and calling it locally. This should be less of an issue in the future when a stable version is released.
If that doesn't work, then I will continue troubleshooting. |
Sorry, re-reading your comment and you said you tried cloning locally. Are you able to share the |
same error with: nextflow run ./vaper/main.nf -profile apptainer --input ./vaper_samplesheet.csv --outdir vaper_results --max_cpus 30 --max_memory 270.GB git rev-parse HEAD Find the .command.run attached. |
Ok, thanks! I will continue testing. |
Guessing here, but --writable-tmpfs wouldn't apply to Since that is located in the staphb container straight up in /flu-amd/ or whatever. Line 29 in 927edde
|
Ok. I think I came up with a solution that should be compatible with Singularity/Apptainer. Let me know if the issue still persists. |
Description of the bug
Trying to follow the default invocation
nextflow run -profile apptainer -r main --input ./vaper_samplesheet.csv --outdir vaper_results
Makes it to the IRMA step and I consistently get
mv: cannot create directory '/flu-amd/IRMA_RES/modules/zQCNwBiT5rr5T3CiVknW': Permission denied
I tried to paper over it by adding a bind to the apptainer portion of the nextflow.config
runOptions = '--bind /my_accessible_dir:/flu-amd/IRMA_RES'
and then do the following on the local instance
nextflow run ./vaper -profile apptainer --input ./vaper_samplesheet.csv --outdir vaper_results -c ./vaper/nextflow.config
but I still get the same error.
Command used and terminal output
nextflow run -profile apptainer -r main --input ./vaper_samplesheet.csv --outdir vaper_results
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: