ColabDesign icon indicating copy to clipboard operation
ColabDesign copied to clipboard

Making Protein Design accessible to all via Google Colab!

Results 71 ColabDesign issues
Sort by recently updated
recently updated
newest added

In the prep_pdb.py file, line 434 ``` im = ignore_missing[n] if isinstance(ignore_missing,list) else ignore_missing if im: r = batch["all_atom_mask"][:,0] == 1 #

Hello, I would like to address the following task using the RFdiffusion notebook: I have a complex of two proteins (target-binder) in a single PDB; chain B is the target...

I'm trying to use the partial_hallucination_rewire notebook to replace part of a protein with a linker-like sequence that otherwise preserves the overall predicted structure (code below). To preserve the exact...

https://github.com/sokrypton/ColabDesign/blob/db689acfe3ee59b4fc0074115269aa0e4470eeec/colabdesign/seq/kmeans.py#L1

Hey @sokrypton! Thanks for developing this package, its been incredibly useful to work with and learn from. I'm currently working on a project where we aim to minimize the sequence...

Creating a binder for this protein: https://alphafold.ebi.ac.uk/entry/Q8W3K0 and I'm getting this error both on T4's and A100's: This error makes sense, but I'm confused as to how a protein that...

In newer numpy versions dtype=np.int is no longer supported. Found [here](https://github.com/sokrypton/ColabDesign/blob/2074de3fb827e3d50c7844878724233f09f2f241/colabdesign/af/alphafold/common/residue_constants.py#L773) for example, to fix this either use python int or np.int32 / np.int64. ``` restype_atom37_to_rigid_group = np.zeros([21, 37], dtype=np.int)...

During installation, I get an error. Does anyone have a solution to this problem? ![error](https://user-images.githubusercontent.com/73783725/217769162-8d79084d-6d36-4100-9809-2cabbcc39cb7.png)

Hello. Thanks for this amazing work. I am trying to redesign a peptide binder while keeping the sequence at some positions. For example, I would like to keep the prolines...

I think the current design uses cpu, it feels too slow, how to use gpu