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 …
Docker
R and Python workshops – Fall 2022
Summary Check the Calendar listing for data analysis workshops links and registration forms. Below are workshop dates for SSCC, Madison chapter of Software Carpentry, and Steenbock Library series. Social Science Computing Cooperative (SSCC) The table …
Computing residues per turn in an alpha helix
Single mutation to be modeled I recently had an interesting challenge, that of creating a molecular model of a protein expressed from a gene with a newly identified single amino acid mutation. I (wrongly) assumed …
csvkit command-line spreadsheet can convert and compute multiple Excel files
(Last edit: April 11, 2023) Summary csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats. (csvkitis written in python.) csvkit Documentation: csvkit.rtfd.org csvkit Repository: …
Data Analysis Workshops Fall 2020
SUMMARY: Check calendar for Free “R” and “Python” workshops (Steenbock Library.) “Introduction to R with RStudio,” “Data Wrangling in R” (SSCC – Social Science Computing Cooperative.) “Automating Tasks with the Unix Shell,” “Data Management with SQL,” “Introduction to Docker” (Software Carpentry through UW-Madison Data Science (fees apply).)
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 …
Dockerization – details needed
Reproducible research Docker is a great tool to provide methods for reproducible research that should allow other researchers to reproduce any advanced calculations that you, as a researcher have done, most likely in association with …
Survival command line
The built-in Terminal in MacOS and Linux and in Windows with added software provides access to the core of the computer. They are simply a software version (an emulation) of what used to be a hardware …
Docker saves the day – Roadmaps – rivem
Docker saves the day! Here is a great example of how Docker can help save a NATURE paper! Summary: Problem: Professor wants to use a specific virology program called rivem (links below.) However, this only works …