-
Notifications
You must be signed in to change notification settings - Fork 17
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
Test suite fails when running PGAP #10
Comments
Dear SJohnsonMayo, If you could please attach (drag-and-drop) the verbose.log here it would be extremely helpful. Meanwhile is it possible for you to run the same command (--test) again? I suspect this is just a glitch -- but need to make sure, especially for users who are running non-docker containers. Thanks so much for trying our product! Shennan Lu |
Thanks for the fast response! I ran the command again, and got the same error. I've attached the verbose.log file, hopefully there is something useful in there! I also noticed that the console output for this error doesn't seem to be present in the log files, here it is just in case it's useful:
|
Dear SJohnsonMayo, After reviewing the verbose log (thanks so much for providing it), it seems to me the relevant error message is as follows:
It looks like the maximal number of open files for singularity is limited. Unfortunately, this is not something we can fix; it is the setting on your system. I suggest you run the command
If the number is lower than 1024, chances are that's the problem. I suggest you ask your system administrators to set it to a higher number, such as 8192. Best, Shennan Lu |
Thank you! I was able to get the test suite to complete by setting the ulimit to the maximum that I can on my own (ulimit -Sn 2000). Unfortunately, I get the same error as before when I try to process my own data. We have a much higher ulimit when using the scheduler, but then I quickly run into network issues. Is there a way to run RAPT "offline"? Or any arguments I can change to get past the ulimit issue? Thanks again, Stephen |
Hi SJohnsonMayo, Sorry for the long delay. It is indeed possible to run RAPT offline if you can provide the input sequence read in FASTQ or FASTA format and the associated genus name. Do you have an email so that I can send you detailed instructions? Best, Shennan |
Hi all,
I'm trying to run RAPT on a HPC system running CentOS8 with singularity version 3.5.3 (Docker is not an option for me). I'm able to run the first 5 tests, but a failure on the 6th test.
This is the output I get in concise.log for that test:
I'm really not sure why this is failing, is there any other information I can provide?
The text was updated successfully, but these errors were encountered: