×

Not Very Humerus

Open-source bioinformatics blog

Basic Skills In Computational Research Environments

14 Apr 2019   By Matt Ralston

About a 25 minute read Big data is a meme, but different flavors of bioinformaticians can be referred to as analysts, data scientists, and data engineers. This article just brushes the surface of the differences and focuses the conversation on the reliance of individual team members on each other for...

coding

#prose #beginner #education #python

How To Build A Scientific Calculator In Python Part 1

15 May 2019   By Matt Ralston

About a 45 min read. Introduction Bioinformatics research in 2019 relies on high-performance, compiled C, C++, or Java programs to solve alignment and assembly problems efficiently. However, interpreted scripting languages, such as Python, Perl, and shell languages (bash, csh, zsh, fish), are needed afterwards for further calculation, quality control, visualization,...

misc

#meta #prose

Top 10 Productivity Tools I Learned From Grad School

29 May 2019   By Matt Ralston

Things that made me faster in grad schoolv Now that I'm out in the real world and out of the scholastic bubble, the world seems very obsessed with productivity. It seemed that way before I left the bubble but that's irrelevant. Every student needs to hear one bitter truth about...

Coding

#python #kmers #format #meta

Kmer Database Format Part 1

26 Aug 2019   By Matt Ralston

The goal of this blog post is to introduce the concepts of k-mer subsequences and blocked GNU-zip file (.bgzf) and suggest that they be used together to form a new file specification for younger bioinformaticians. If I'm successful, the reader should have a basic understanding of common k-mer packages, my...

Recent posts

Coding

#meta #prose #beginner #sysadmin

Data Science Workstation Build

22 Apr 2021   By Matt Ralston

In this blog post we’ll be reviewing the essentials of a mature workstation build, in this case, for graduate school. We begin with a look...

Science

#meta #prose #education #beginner

How Do I Become A Bioinformatician

05 Sep 2020   By Matt Ralston

I see plenty of posts on /r/bioinformatics of students or mid-career professionals asking what it takes to become a bioinformatician. What skills should I have?...

Coding

#python #beginner #noob

Sorting Out Modules In Python

26 Feb 2020   By Matt Ralston

Oh yeah, it’s all coming together If you’re comfortable with the differences between dictionaries and modules, skip ahead to the section about modules where I...

Science

#meta #prose #education #beginner

Data Engineers Vs Data Scientists

16 Feb 2020   By Matt Ralston

Introduction Big data is a meme, but there is a dichotomy worth discussing in the emerging interdisciplinary fields involving computer science. There is a choice...