Missing `example_seqs.fasta` file in the Colab example
Steps to reproduce:
- Open the Colab example from the README.
- Run the provided script.
- Observe the
FileNotFoundErrordue to the missingexample_seqs.fastafile.
Request:
Could you kindly add the example_seqs.fasta file or provide a link to download it? Alternatively, a guide on how to use custom protein sequences directly in the Colab example would also be helpful.
Thank you for your help and for sharing your great work!
The download link for example_seqs.fasta is not working.
I also encountered this problem. When I run: wget -nc -P protT5/ https://rostlab.org/~deepppi/example_seqs.fasta, it prompts: Connecting to files.rostlab.org (files.rostlab.org)|131.159.28.73|:443... failed: Connection timed out. Retrying.
I fixed this now; let me know whether the issue persists