Summary 1. How to easily convert a string of character to appear one character per line> Either of: echo “abcdefg” | fold -w1 echo “abcdefg” | grep -o . 2. How to convert amino acid …
Programming
Guide to Submitting HTCondor jobs
High Throughput Computing (HTC) First a note: HTC is meant for a large number of small to medium size jobs. HTC is different than HPC (High Performance Computing) that would run large size jobs that …
R & Python workshops – Winter 2022
Summary (Free) Steenbock Library: R and python series (Free) SSCC (Social Science Computing Cooperative): SSCC Training Classes (low cost for UW) Software Carpentry: Software Carpentry @ UW-Madison Low cost registration ends January 5, 2022 See …
R and Python workshops – Fall 2021
Summary Check the Calendar listing for data analysis workshops links and registration forms. Steenbock and SSCC workshops (Free) Steenbock Library: R series and Python series (Free) SSCC (Social Science Computing Cooperative): SSCC Training Classes Library …
Do yourself a favor: learn Markdown – Episode 3, Academic writing
Academic writing with Markdown The origin of Markdown was a simple editing process to export web pages in HTML. In Episode 1 we learned that (original) Markdown has a simple syntax for enhancing text with rich …
Do yourself a favor: learn Markdown – Episode 2
In Episode 1: Markdown is easy we saw how Markdown can simplify and streamline the creation of documents while working in easily readable plain text. In this episode we’ll explore: Markdown variations Markdown (free) software …
Do yourself a favor: learn Markdown – Master it in 10 minutes!
Episode 1: Markdown is easy, keeps things simple Markdown is… Markdown is a plain text formatting syntax that incorporates rich text elements while retaining the ease and readability of plain text. Why learn Markdown? Markdown …
Data Analysis Workshops Winter 2021
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,” “R: introduction / visualization / reports” (Software Carpentry through UW-Madison Data Science (fees apply).)
Default preference reversal in R
Default preferences I enjoy using R and RStudio, but I am always weary of upgrading R because that usually leads to some issue(s). The most recent was a bit long for me to diagnose, even …
PowerShell – an opinionated primer
PowerShell One day I discovered that there was a Windows App called “PowerShell” while searching on my Windows 10 installation. I did not pay much attention to it even if I stumbled upon it a …