Author: onestop_data

Data Scientist who loves to share some knowledge on the field.

Python

7 Essential Things in a Python List

by:

This short tutorial will teach you how to use a list in Python (not a Python array – it is not supported). It will focus on …

Docker

The Easiest Way to SSH into Docker Container

by:

Did you know you can SSH into a Docker container that is running? This short tutorial demonstrates how this can be done.

Python

Everything on Python JSON

by:

This tutorial demonstrates how to read and write JSON files in Python. This can be very useful to store data from a Python dict.

Python

Best ways to Write to File in Python

by:

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

GitHub Delete Branch in Few Steps

by:

This short tutorial will teach you how on GitHub delete branch using the command line and the website interface.

Bioinformatics

Easy BAM Sort with samtools sort

by:

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

Docker Tricks to Remove All Images

by:

This short tutorial teaches you how to remove all images in Docker.

BioinformaticsData visualization

Pain-free Genome Depth Plotting

by:

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 …

No Category

Public Key Authentication for SSH

by:

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 …