Upload Python Package to PyPi – Step-by-Step
This tutorial will teach you how to upload a Python Package to PyPi and show all the requirements needed to get this done.
How to Create a RamDisk on Linux – Step-by-Step
This tutorial will teach you how to create a ram disk on a Linux distribution and unmount it when needed. This lesson can be used to …
How to Backup a Docker Container and Restore it – Step-by-Step
Here, you will learn how to backup and restore a Docker container locally – an alternative approach to push and pull the container from Docker Hub. …
The Simplest Way to Terminate a Unix Screen Session
This tutorial shows how to terminate a Unix screen session. It can accomplish it most of the time by calling the exist command; however, the command …
Painless Kmeans in Python – Step-by-Step with Sklearn
This tutorial shows how to use k-means clustering in Python using Scikit-Learn, installed using bioconda.
Calculate DNA Melting Temperature in Python – Step-by-Step
This tutorial shows how to calculate DNA melting temperature (Tm) in Python using Biopython, installed using bioconda.
Masking Low Complexity Regions – Step-by-Step
This tutorial teaches how to mask low complexity regions in a FASTA file using BBMap.
Simple R Squared Calculation in Python
This short tutorial shows how to find the R squared value in Python using sklearn, which can be helpful when looking at the data correlation in …
Fast FASTA/FASTQ Random Subsampling
This short tutorial teaches how to subsample a paired FASTQ, single FASTQ, pair FASTA, or single FASTA file to a specific number of reads. This can …
Heatmap Plotting in Python – The Simplest Way
This short tutorial teaches how to use Python seaborn, which relies on matplotlib to plot a heatmap the most straightforward way.