Skip to content
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

Error in tempfile() #61

Open
tdyoshida opened this issue Dec 14, 2023 · 0 comments
Open

Error in tempfile() #61

tdyoshida opened this issue Dec 14, 2023 · 0 comments

Comments

@tdyoshida
Copy link

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 use Trimmomatic 0.39, and the code is as below:

java -jar ${trimmomatic_app} PE -threads 8 ${fastq} ${fastq_trimmed} ILLUMINACLIP:${adapterfile}:2:30:10 SLIDINGWINDOW:4:20 MINLEN:30

I appreciate your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant