Hi everyone,
I am facing an issue with running CIBERSORTx
Running CIBERSORTxFractions...
[Options] single_cell: TRUE
[Options] verbose: TRUE
[Options] username: *
[Options] token: *
[Options] mixture: mixture_file_for_cibersort.txt
[Options] sigmatrix: signature_matrix.txt
[Options] perm: 0
[Options] label: fbdd28e0-d4d9-11ef-b7f7-3380cca208ed
[Options] rmbatchBmode: FALSE
[Options] rmbatchSmode: FALSE
[Options] sourceGEPs: signature_matrix.txt [Options] QN: FALSE
[Options] absolute: FALSE
[Options] abs_method: sig.scoreterminate called after throwing an instance of 'std::system_error'
what(): Failed to get address info of cibersortx.stanford.edu: Resource temporarily unavailable
Something went wrong: Error code 139.
Please try again with 'verbose=TRUE'
Erreur : '/Bureau/CTF/user_projects/src/temp/output/CIBERSORTx_fbdd28e0-d4d9-11ef-b7f7-3380cca208ed_Results.txt' does not exist.
I suspect that the issue might be related to the Docker container during the creation of the container command. I've already verified file permissions and tried changing the output directory, but the issue persists.
Has anyone encountered a similar problem? Any advice or potential fixes would be greatly appreciated.
Thanks!
Please provide the full command you used for execution. I looks to be to do with a failure to resolve an internet address.
Thank you for your response. The issue occurred while executing the following function in R:
and when I am using the function without verbose = TRUE I have :
Thanks for your help
Does your docker container have access to internet/network?
Apparently yes I tried ping -c 4 google.com
If you are able to resolve the name of the resource by doing
host cibersortx.stanford.edu
then it is possible that the method/API you are trying to use to access CIBERSORTx is no longer available or is being blocked by your local firewall or by the cibersort site itself.Thanks for your help I will keep you updated
I believe the site was down earlier today for a bit as well, so it may have been on their end. They have a banner saying user login is now back up.