University of Wisconsin–Madison

Tag: bash

No GUI PyMOL for high throughput images and optional Docker

Summary Computing a PNG image for each of 1,000 PDB files 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 (GUI.) However, there are situations where it may be beneficial to run PyMOL without using the mouse. I recently computed …

Accessing BOX on macOS with command line

  UW personnel has access to Box, a cloud drive to store documents. While the older “Box Sync” application kept a copy of every file and folder on the local computer, the newer “box drive” software keeps only chosen folders or files on the local machine, everything else stays in the “cloud.” The location of …

A great Unix tutorial suitable for beginners

…provides a wonderfully well done, easy to understand set of small tutorials, with exercises, each with an accompanying video that should make it easier for beginners that want to learn Unix command line / bash…. To make is faster to navigate the lessons and videos I have combined both into a simple table…

Docker notes – Bypass entrypoint

When activated by the docker run command, some docker container immediately start a software within. This can be useful for the author of the image, but for others it may cause issues. Here is one example amongst many, from a series: Bioinformatics Docker Images Project  which may be difficult for some users due to the use of …