-
Notifications
You must be signed in to change notification settings - Fork 16
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
Trouble to run the example execution - Error executing process > detect:pprmeta (1)
#126
Comments
Hey @krluka Apologies for a very delayed response. That looks like a there are issues with permissions on the directory the task is being executed. Do you have write/read/execute permissions on If you are running this on an HPC cluster, could you contact your support team? They may be able to provide some guidance. Cheers |
Hey @mberacochea Thank you for your reply. I checked with local support and it seems that necessary permissions are in place. Best, Luka |
Hey @krluka Can you share the whole .nextflow.log file for the run please?. I'm not sure what is going one, and that log file may have some clues. Cheers |
Hey @mberacochea Sure, I'm attaching it to this post. Best, Luka |
Hey @krluka, I had the same issue on HPC without admin rights, and I was able to fix it by setting up the |
@dbespiatykh Can you try @dbespiatykh suggestion? Thanks @dbespiatykh I will add this to the documentation |
Hey @dbespiatykh, Thank you for the suggestion - I will try that the first chance I get. @mberacochea I'll post the outcome as soon I have it. |
I have the same error: Caused by: Command executed: [ -d "pprmeta" ] && cp pprmeta/* . Command exit status: Command output: Command error: Work dir: Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named -- Check '.nextflow.log' file for details In an installation from scratch. |
Hi @egenomics Did you try @dbespiatykh suggestion?
Cheers |
I am in a local machine (testing it). When I use your suggestion about setting upthe MCR_CACHE_ROOT I get a similar error: Caused by: Command executed: [ -d "pprmeta" ] && cp pprmeta/* . Command exit status: Command output: Command error: Could not access the MATLAB Runtime component cache. Details: fl:filesystem:SystemError; component cache root:; componentname: PPR_Meta Work dir: Tip: when you have fixed the problem you can continue the execution adding the option -- Check '.nextflow.log' file for details |
Hey @egenomics, Try doing this:
And try running the pipeline again |
Hi, thanks |
Brilliant, and validated by @egenomics. I'll add this to the README. Thank you @dbespiatykh |
export |
Dear,
When I try to run the example execution with
-profile local,singularity
I get the following error message:I don't have many experience with singularity/apptainer so any kind of help would be much appreciated.
Best regards,
Luka
The text was updated successfully, but these errors were encountered: