More posts like this
-
Structural alignment of protein
written by Sadik Muzemil •Hi all, I am newbie to structural alignment. Is there a way to do structural comparison of a query predicted structure against protein structures in …
-
DYH17 Structure Prediction
written by anasjamshedI want to make protein structure for that protein DNAH17. For this purpose , I take protein sequence from UniProt:https://www.uniprot.org/uniprotkb/Q9UFH2/entry#sequences. It contains almost 4500 aa …
-
AlphaFold2 Colab
written by Preeti •I have a 1500+ residues sequence. Why alphafold2 colab is not predicting its strucrure and saying the session is crashed after using all available ram?
-
Protein modeling
written by Curious •I'm starting to study protein modeling and I have a few questions. 1. When there are parts at the end of the protein that cannot …
-
How to change the number of seeds/predictions run by Alphafold
written by umjpyw •Hi everyone, I'm running alphafold 2, but I'm wanting the output to give me 100 predictions (and hence 100 structure I can put into PyMol) …
-
How reliable is Alphafold2 for folding random-coil peptide
written by gundalavI have a peptide X of length 50aa. Alphafold2 predicted the structure which takes a helix form and with high average pLDDT score (>90). But …
-
Can AlphaFold2 be used to predict DNA binding from fasta sequences?
written by ApprenticeI am using AlphaFold2 to predict the 3D structure of proteins from fasta sequences. I would like to evaluate whether this predicted structure binds to …
-
What aa should I use in 2nd structure prediction instead of X
written by XylanaserIm building pipe with secondary structure prediction (spider3). Program do not allow X in fasta sequence. What aa should I use in 2nd structure prediction …
-
alphafold online availability and use case
written by gnmcsbnfrmtcsclb •I'm new to both protein structure prediction and the use of AI-based tools like Alphafold2 or RoseTTAFold. And I have a few questions: **1.** Is …
-
What is the difference between Assignment and Prediction?
written by user366312 •I am absolutely new to Structural Bioinformatics (only started last week). I am working on the secondary structure assignment/prediction (actually I am not sure) of …
See if this thread applies in your case: https://stackoverflow.com/questions/57113226/how-can-i-prevent-google-colab-from-disconnecting#:~:text=The%20following%20describes%20the%20conditions,its%20instance%20is%20automatically%20terminated.
Are you using the free Colab GPUs or are you connecting to a private one? If it's not related to what GenoMax suggested, in my experience, the free ones can be a little unstable and do sometimes disconnect seemingly at random. I've also noticed with longer sessions, there appears to be a memory leak somewhere in that pipeline and VMs crash if multiple long complexes are run in succession.
How long is the protein/complex you are trying to fold? You may be running out of vRAM if the sequence is too long. ~2400 is the longest I've been able to fold on an NVIDIA T4.
Please provide more information with your questions in the future. It's hard to provide more support with just speculation on our end.