-
Notifications
You must be signed in to change notification settings - Fork 9
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
Request for ntCard option to specify directory for temporary files #5
Comments
@mahesh-panchal Hi Mahesh, ntCard does not generate intermediate files. The output histogram files from ntCard are about few hundred bytes. From your script I see you're using .gz files as inputs. So, the issue may be related to OS TEMP space related to gzip processes. Can you change your
Another solution could be reducing the number of processes in your script, i.e. |
Hmm. Interesting. The problem cannot be the TMPDIR since this is set to use node scratch disk (/scratch/<job_id>) and that has quite a bit of space. What is the reasoning behind using reducing the number of cores used? |
I've tried some other things too now (including setting TMPDIR), like cd'ing to the output directory, symlinking the files to the output directory, but I'm still not getting output. The cluster hasn't reported an error this time either, but the weird thing is the absence of output now. All the input files definitely exist, and are not broken symlinks. Is there supposed to be more written to the screen than:
? |
Every thread will be working on separate
I just realized you haven't specified the value(s) of
By default the outputs will be written on |
Thank you Hamid, After including the -k option, it now works. The output is now there. Thanks again for puzzling this through with me. Regards, |
Hi,
Could I request an option to write temporary files to a user specified location please?
I was just testing ntCard with my data and the job gave no output. The cluster reported that the hard disk quota had been reached where my input files were, although the output was supposed to be written to a folder in my home directory. I guess this implies that temporary files were being written to the project folder which is at max quota.
My script:
Thank you for telling me about ntCard. It was nice to meet you at ISMB.
Regards,
Mahesh.
The text was updated successfully, but these errors were encountered: