NOT FOR USE AT UW SYSTEMS Important note (oct 07, 2024): changes in the licensing of Docker Desktop has changed. It is no longer recommended to UW personnel to download Docker Desktop to install Docker. …
Docker
Interactive bioinformatics tutorials
Summary sandbox.bio provides interactive tutorials for exploring bioinformatics command-line tools within a web browser. Bioinformatics When people ask “what is bioinformatics” I have to pause. When I named a computer “bioinformatics” at the dawn of …
AlphaFold2 with full databases and multimer option
Summary This article describes running AlphaFold2 with full databases at the UW-Madison Center for High Throughput Computing (CHTC) and is part of an article series titled Five ways to run AlphaFold. CHTC cluster, HTCondor, Containerization …
No GUI PyMOL for high throughput images and optional Docker
Summary Computing a PNG image for each of 1,000 PDB file as a cartoon, color-coded by B factor. PyMOL without GUI PyMOL is routinely used by Biologists to illustrate molecules, using the graphical user interface …
Using Docker containers on Biochemistry Linux Cluster
Summary A short example on running software within a Docker container on a Linux cluster. Since the software is installed within the container no installation is necessary. The computation can be scaled to accommodate large …
Learn Markdown – Episode 6. Convert Word to Markdown with pandoc
Summary Pandoc is a document converter for multiple type of files. Converting example Format conversion is a chore that often takes a lot of time. I recently wanted to convert a long MSWord document into …
Understanding Python installation mess
Summary Useful ramblings about the difficulties to understand Python installation on macOS. In this Tutorial-like post we’ll see: – Where is Python installed, and which version – Upgrading to a new Python.org version, without replacement …
bioinformatics tutorials
June 26, 2020. I have added a new entry under the “Tutorials” menu for “bioinformatics” to provide a place for tutorials that are more than just about one subject. “bioinformatics is the science of …
Docker PyMOL
PyMOL is a great program that runs natively on all 3 major platforms. However, I wanted to use a docker image that allegedly can run PyMOL (albeit an older version 1.8.2.) The reason might not …
Docker notes – Shell Access to Running Container
In some instances we start a container, but it will default to immediately running a program within and prevent immediate shell access. This is possible since Docker version1.3 Assuming that the container is already running …