Closed maximum411 closed 10 months ago
Hi, based on:
mkdir -p results/inSilicoPCR
it seems to me that you did not specify a full path for the --results_dir
parameter.
Please try to fix this and let me know if this solves the issue.
Best,
SM
Thanks. I changed this and tried various full paths but got the same issue. Also, I just want to check where the scripts directory should be? Is this referring to the scripts folder in the CharONT2 folder?
Yes, the scripts folder is the one in the CharONT2 folder. I would suggest to start testing the installation with the toy dataset available in the repository. Once you are done with that, in case it fails, could you please provide the full .conf file and the command that you ran? That would be helpful to troubleshoot. SM
Sorry for the delay. I get the same error with the test data set.
I attached a text file which contains the command + error message output from the terminal, as well as a text file of the .conf (it will only allow me to upload a .txt here but it is a .conf when I use it).
Hi,
containerOptions = '-v /home --user root'
is not the correct way to mount home dir, you should use instead:
containerOptions = '-v /home:/home'
Moreover, I don’t think you can run with --user root
option, you should properly configure Docker to run for your user.
SM
Thank you! It looks like this was the issue and it seems to be working now. I appreciate your patience.
I had added the --user root option at some point during troubleshooting, but it did not seem to affect the appearance of the error message. But changing to containerOptions = '-v /home:/home' fixed it.
Great! Best, SM
Hi,
I am following up on the post at https://community.nanoporetech.com/posts/determining-number-of-uniq
You asked "Are you sure the file exists, has reading permissions and the /home directory is accessible by Docker container?"
The file definitely exists, has read permissions for all users, and the /home directory was specified for Docker access in the config file.
Edit: here is the full original post. I have been trying to use CharONT2, but am struggling to get it to work. I keep getting errors like the one below. Any suggestions?