The Easiest Way to SSH into Docker Container
Did you know you can SSH into a Docker container that is running? This short tutorial demonstrates how this can be done.
Everything on Python JSON
This tutorial demonstrates how to read and write JSON files in Python. This can be very useful to store data from a Python dict.
Best ways to Write to File in Python
This short tutorial should teach you in Python how to write a text file in Python which is probably a basic skill needed by anyone analyzing …
GitHub Delete Branch in Few Steps
This short tutorial will teach you how on GitHub delete branch using the command line and the website interface.
Easy BAM Sort with samtools sort
This short tutorial demonstrates how samtools sort is used to sort BAM genomic coordinates. Moreover, how to pipe samtool sort when running bwa alignment, and how …
Docker Tricks to Remove All Images
This short tutorial teaches you how to remove all images in Docker.
Pain-free Genome Depth Plotting
A genome depth plot is a great way to visualize how well a target genome is covered across the genome. This can be used to eyeball …
Public Key Authentication for SSH
Public Key Authentication for SSH allows users to not need to enter the password when calling ssh related commands. This tutorial shows in a few lines …
The Secrets to Read CSV in Python
Everyday data scientist around the world needs to Read a CSV in Python read file line by line when analyzing data. Luckily, Python has a native …

