You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using trimmomatic on my local computer and have had no issues.
When I tried to run basically the same script on HPC, I encountered the following error.
Error in tempfile() using template /local/tmp/<my-user-name>.2465773/parXXXXX.par: Parent directory (/local/tmp/<my-user-name>.2465773/) does not exist at /bin/parallel line 5414.
Trimmomatic failed.
Above, <my-user-name> is my username for the HPC.
I thought this might be file permission issue regarding /local/tmp, but could not find any information how to solve the problem.
I've been using trimmomatic on my local computer and have had no issues.
When I tried to run basically the same script on HPC, I encountered the following error.
Above,
<my-user-name>
is my username for the HPC.I thought this might be file permission issue regarding
/local/tmp
, but could not find any information how to solve the problem.I use Trimmomatic 0.39, and the code is as below:
I appreciate your help!
The text was updated successfully, but these errors were encountered: