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

Custom template issue #644

Open
PDEPMC opened this issue Aug 21, 2024 · 2 comments
Open

Custom template issue #644

PDEPMC opened this issue Aug 21, 2024 · 2 comments

Comments

@PDEPMC
Copy link

PDEPMC commented Aug 21, 2024

Expected Behavior

Trying to predict a structure based on a known PDB structure. After I followed what has been suggested to create cif file on previously reported issue, error message came up "MessageError: RangeError: Maximum call stack size exceeded."

Current Behavior

MessageError: RangeError: Maximum call stack size exceeded after upload edited cif files according to the instruction listed in 2022.

Steps to Reproduce (for bugs)

1n3x.cif(n/a) - 296501 bytes, last modified: n/a - 0% done

MessageError Traceback (most recent call last)
in <cell line: 51>()
55 custom_template_path = os.path.join(jobname,f"template")
56 os.makedirs(custom_template_path, exist_ok=True)
---> 57 uploaded = files.upload()
58 use_templates = True
59 for fn in uploaded.keys():

3 frames
/usr/local/lib/python3.10/dist-packages/google/colab/_message.py in read_reply_from_input(message_id, timeout_sec)
101 ):
102 if 'error' in reply:
--> 103 raise MessageError(reply['error'])
104 return reply.get('data', None)
105

MessageError: RangeError: Maximum call stack size exceeded.

ColabFold Output (for bugs)

1n3x.cif(n/a) - 296501 bytes, last modified: n/a - 0% done

MessageError Traceback (most recent call last)
in <cell line: 51>()
55 custom_template_path = os.path.join(jobname,f"template")
56 os.makedirs(custom_template_path, exist_ok=True)
---> 57 uploaded = files.upload()
58 use_templates = True
59 for fn in uploaded.keys():

3 frames
/usr/local/lib/python3.10/dist-packages/google/colab/_message.py in read_reply_from_input(message_id, timeout_sec)
101 ):
102 if 'error' in reply:
--> 103 raise MessageError(reply['error'])
104 return reply.get('data', None)
105

MessageError: RangeError: Maximum call stack size exceeded.

Context

Tried different pdb files and converted them to

Your Environment

  • Operating system and version: MacOS
@milot-mirdita
Copy link
Collaborator

This is an issue with Google Colab breaking in Safari. We can't really do much about it. I recommend to use Firefox.

@PDEPMC
Copy link
Author

PDEPMC commented Aug 21, 2024 via email

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

2 participants