Edit: April 8, 2025 Images were updated to remove the error that presented the roadmap in a mirror image. Docker saves the day! Here is a great example of how Docker can help save a …
Month: November 2019
How to spot a misleading graph?
As biochemists and biologists, like all scientists we convey results in the form of graphs. We also read papers that present results. More generally graphs are used in many aspects of every day news… The …
Bioinformatics – which computer language should I learn first?
In the past years I have focused on what seemed to be the most useful bioinformatics tools for biologists that need to analyze data with software that does not have a graphical interface. The final …
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 …