Skip to content

Instantly share code, notes, and snippets.

View caseywdunn's full-sized avatar

Casey Dunn caseywdunn

View GitHub Profile
# The catalytic converter theft chain
Just had the second attempted theft of our catalytic converter. Here is a bit about context.
## Theft and fencing
https://youtu.be/ZGLrRj7AJsc?t=172
I am not sure at what point the contraband enters the legitimate supply chain.

Using samtools

This is my own exploration of samtools behavior and snippets of code I use in my own analyses.

The data

I am using the GRCh38 human reference from December, 2013.

There are two focal datasets of reads:

@caseywdunn
caseywdunn / docker.md
Last active August 10, 2023 18:13
Docker cheat sheet

Docker cheat sheet

Introduction

Docker is a tool for bundling together applications and their dependencies into images that can than be run as containers on many different types of computers.

Docker and other containerization tools are useful to scientists because:

  • It greatly simplifies distribution and installation of complex work flows that