How to do inter/intra protein chain-breaks through command line interface ?
See original GitHub issueHi Yoshitaka-san,
Thank you for the great work.
Original AlphaFold2_advanced allows you to do inter protein chain-breaks in the sequence entry:
So you can do something like: AC/DE:FGH
Use / to specify intra-protein chainbreaks (for trimming regions within protein).
Use : to specify inter-protein chainbreaks (for modeling protein-protein hetero-complexes).
How can we do this with your script? Because it only takes one file as fasta file.
Do you create a fasta file like:
>myinput.fasta
AC/DE:FGH
And last question, DE:FGH
simply means we are docking DE to FGH, am I right?
Thanks and hope to hear from you again.
G.V.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Command: alphafold - UCSF RBVI
The alphafold command: finds and retrieves existing models from the AlphaFold Database: AlphaFold Protein Structure Database: massively expanding the ...
Read more >Running AlphaFold to Predict Protein Complexes ... - YouTube
How to predict the structure of a photoreaction center complex of 3 proteins from ChimeraX using AlphaFold-Multimer.
Read more >ColabFold: making protein folding accessible to all - PMC - NCBI
1) using the Python library. Schematic diagram of ColabFold. a,b, ColabFold has a web and a command line interface (a) that send FASTA...
Read more >AlphaFold Protein Structure Database
AlphaFold DB provides open access to over 200 million protein structure predictions to accelerate scientific research. Background. AlphaFold is an AI system ...
Read more >Unreasonably faster notes, with command-line fuzzy search
Using Fuz to quickly add a code-snippet in our note directory – then retrieving it with fuzzy-search. Here, on how to read FASTA...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think trim feature is useful for scoring pLDDT and tol of the models with disorder loop. Trimming of low pLDDT region makes the rank of pLDDT will be more accurate. But It might be better that the rescoring average pLDDT performed on another program after the AF2 calculation.
If the model possess disorder loop, tol was not decreased after several recycles.
Trimming of disorder loop might be effective to judge the endpoint of recycling. However, I have never use it.
Yoshitaka-san, Thank you for the explanation. Very convincing G.V.