University of Wisconsin–Madison

Tag: colab

AlphaFold2 with ColabFold in Container

Summary Run the ColabFold version of AlphaFold2 on your laptop (slow without GPU) or on a large Linux cluster. The full tutorial with scripts is located at ColabFold with HTCondor What is AlphaFold2 Excerpt from a previous post (Five ways to run AlphaFold) AlphaFold can accurately predict 3D models of protein structures by providing an …

Five ways to run AlphaFold

What is AlphaFold How to access AlphaFold There are multiple options to access AlphaFold. Here are four options using the limited databases. One options for the full databases. Using limited Databases: 1.) Casual users can use “Google Colab” with a web browser. Familiarity with Jupyter Notebook for running Python is helpful. The service is free …

AlphaFold – How to interpret structures

3D Protein structure prediction (4) This YouTube video from the European Bioinformatics Institute – EMBL-EBI webinar was recorded on 08 September 2021 This webinar will introduce AlphaFold system for prediction and interpretation of protein structures. This webinar is designed for experimental biologists who wish to understand the strengths and limitations of AlphaFold and use the …

AlphaFold – run from ChimeraX

The new ChimeraX menu "Tools > Structure Prediction > AlphaFold" provides a simple interface to run AlphaFold2 Colab that does not require the user to know how to use a Jupyter Notebook.

AlphaFold code

DeepMind and Google have created a method to access the code on GitHub. All the details to install AlphaFold locally are on the "readme" page, visible on the lower portion of the GitHub page ColabFold (See my Blog: Google colab is a free cloud notebook environment).

AlphaFold background

Predicting protein three-dimensional (3D) structures given a linear sequence of amino acids. The AlphaFold2 breakthrough.

Download Google Drive Files using wget

The problem: transfer file between clouds Files on Google drive can be shared between users, but the default access to the file is via a web browser graphical interface. However, sometimes it may be useful, or even necessary, to access and download a file from a command line, for example downloading the file with the wget utility. …