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 …
Docker
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 …
Docker notes – Bypass entrypoint
When activated by docker run 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, …
Docker notes – Remove stopped containers
As I am creating the docker tutorials “for biologists” I find that having some notes here could be useful. This is therefore a bit like a Frequently Asked Questions (FAQ) that I answer to myself …
Preparing Docker tutorials for biologists
Docker Containers I don’t remember how exactly I discovered Docker containers a bit over a year ago, but it seemed a very good system and I immediately saw the potential, then I thought that it …