-
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
RAPT running failure #5
Comments
Oops, looks like this issue went unnoticed. Thank you for the report. We will get back to you in the next few days. |
Thanks for writing with a clear description of your problem. Does the computer where you ran this have a firewall in place? If yes, it will be necessary to allow egress to the NCBI network services used by rapt for SRA access. A complete list of SRA network resources is available here: If this does not help, please let us know, be assured that the RAPT team is paying attention to error reports here now. |
|
Thanks for the reply. A bit late to be useful, but some reply at last. |
Yes, access to SRA's network services for data retrieval is a prerequisite for running RAPT. |
We are trying to run the standalone version of RAPT under Ubuntu 16.04 but the next error message is got after Please, could you point us to any fix? Thank you so much in advance. |
Hello, is there a docker binary on your system? "which docker" will check for the presence of a binary with that name everywhere covered by your environment's $PATH . If you're running on a shared environment, your systems group may have prepared instructions for users interested in docker without enabling it by default, or have a policy in place about using docker. |
Thank you for your prompt reply. So, one additional prerequisity is to have a docker installation to run the standalone RAPT version, isn't it? |
Yes, a container runner is necessary, with docker preferred. I think that this is mentioned in the documentation we have now for standalone RAPT: |
The ./run_rapt.py --test command outputs the below error message contained in the verbose.log file.
Please, could the developers contribute with any hints to fix it? Thank you in advance.
[2020-11-21 00:34:08] Sending PINGER url https://www.ncbi.nlm.nih.gov/stat?ncbi_app=raptdocker&version=2020-09-24.build4894&uuid=43cbaa1a-2b91-11eb-ada1-901b0e950242&evt=rapt_start&
[2020-11-21 00:34:48] rapt-29571188
[2020-11-21 00:34:48] Sending PINGER url https://www.ncbi.nlm.nih.gov/stat?ncbi_app=raptdocker&version=2020-09-24.build4894&uuid=43cbaa1a-2b91-11eb-ada1-901b0e950242&evt=test_start
[2020-11-21 00:35:29] Running functional tests...
[2020-11-21 00:35:30] problem with tcp access to ncbi.gov sdl host
[2020-11-21 00:35:30] port closed
[2020-11-21 00:35:30] SRA connection check failed with code 1, abort..
[2020-11-21 00:35:30] Sending PINGER url https://www.ncbi.nlm.nih.gov/stat?ncbi_app=raptdocker&version=2020-09-24.build4894&uuid=43cbaa1a-2b91-11eb-ada1-901b0e950242&evt=test_end
[2020-11-21 00:36:10] status=1
[2020-11-21 00:36:10] Sending PINGER url https://www.ncbi.nlm.nih.gov/stat?ncbi_app=raptdocker&version=2020-09-24.build4894&uuid=43cbaa1a-2b91-11eb-ada1-901b0e950242&evt=rapt_exit
The text was updated successfully, but these errors were encountered: