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: cannot access '.../SCRATCH-1D_1.1/tmp/20190602-010133-829841579409/dataset.pro': No such file or directory #2

Closed
johnnytam100 opened this issue Jun 2, 2019 · 5 comments

Comments

@johnnytam100
Copy link

Hi! I am trying to use your DeepSol neural network to predict the solubility of the designs.

Unfortunately, I am stuck at the test run as stated in README.md. My command and the error are as follow:

(dsol) cltam@cltam-System-Product-Name:~/Desktop/deepsol_trial$ R --vanilla < /home/cltam/Desktop/DSOL_rv0.2-v0.3/sameerkhurana10-DSOL_rv0.2-20562ad/scripts/PaRSnIP.R seq1-8_DPBB_trimmed.fasta /home/cltam/SCRATCH-1D_1.1/bin/run_SCRATCH-1D_predictors.sh newtest 32

...

[SCRATCH-1D_predictions.pl] 1 protein sequence(s) found
[SCRATCH-1D_predictions.pl] generating sequence profiles...
chmod: cannot access '/home/cltam/SCRATCH-1D_1.1/tmp/20190602-010133-829841579409/dataset.pro': No such file or directory
[SCRATCH-1D_predictions.pl] failed generating sequence profiles...
[1] 1
Error in file(file, "r") : cannot open the connection
Calls: PaRSnIP ... PaRSnIP.calc.features.test -> as.vector -> read.fasta -> scan -> file
In addition: Warning message:
In file(file, "r") :
cannot open file '/tmp/RtmpQsM2Kr/tmp3a395e10ade.ss': No such file or directory
Execution halted

I have googled a similar error message but didn't help.

May I have your suggestion on how to deal with the error?

Thanks!

@raghvendra5688
Copy link
Collaborator

Hi.

This is a common problem with SCRATCH on certain operating systems. There are two ways to work around this.

  1. You can try to install the latest SCRATCH i.e. SCRATCH-1D_1.2 and try again to generate features
  2. You can go to: a) https://machinelearning-protein.qcri.org/index.html
    b) Register as new user
    c) Activate your account
    d) Once you login, you can go to Run and click on DeepSol
    e) Now you can run your job for DeepSol with the option 1 for DeepSol S1, 2 for DeepSol S2 and 3 for DeepSol S3.

Regards,
Raghvendra

@johnnytam100
Copy link
Author

Hi Raghvendra,

Thanks for your suggestion of upgrading to SCRATCH-1D_1.2, the error message for SCRATCH disappeared.

Unfortunately, I still have one more error message afterward, which reads

[1] 1
Error in file(file, "r") : cannot open the connection
Calls: PaRSnIP ... PaRSnIP.calc.features.test -> as.vector -> read.fasta -> scan -> file
In addition: Warning message:
In file(file, "r") :
cannot open file '/tmp/RtmpEhjbNM/tmp335b6ad45028.ss': No such file or directory
Execution halted

Do you have any suggestion for this error message?

I will try the web sever of DeepSol too.

Thanks!

@BILLBEATTHEPEAT
Copy link

Hi Raghvendra,

Thanks for your suggestion of upgrading to SCRATCH-1D_1.2, the error message for SCRATCH disappeared.

Unfortunately, I still have one more error message afterward, which reads

[1] 1
Error in file(file, "r") : cannot open the connection
Calls: PaRSnIP ... PaRSnIP.calc.features.test -> as.vector -> read.fasta -> scan -> file
In addition: Warning message:
In file(file, "r") :
cannot open file '/tmp/RtmpEhjbNM/tmp335b6ad45028.ss': No such file or directory
Execution halted

Do you have any suggestion for this error message?

I will try the web sever of DeepSol too.

Thanks!

I also have this trouble. Did you figure out with it?

@raghvendra5688
Copy link
Collaborator

Hi Billbeatthepeat,

This is something which is happening due to SCRATCH on some Unix platforms and I don't think we can do anything about it.

With Regards,
Raghvendra

@shoz
Copy link

shoz commented Dec 16, 2020

I guess this problem is because the BLAST executable under the SCRATCH directory([SCRATCH]/pkg/blast-2.2.26) is not based on x86. I downloaded the appropriate BLAST binary from the NCBI server(ftp://ftp.ncbi.nlm.nih.gov/blast/executables/legacy.NOTSUPPORTED/2.2.26/) and replaced it, and it worked.

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

4 participants