Skip to content

Instantly share code, notes, and snippets.

View lincoln-harris's full-sized avatar

Lincoln Harris lincoln-harris

  • University of Washington
  • Seattle, WA
View GitHub Profile

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by
@slowkow
slowkow / VCF.py
Last active May 29, 2024 13:57
VCF.py is a simple module for reading VCF files
"""
VCF.py
Kamil Slowikowski
October 30, 2013
Read VCF files. Works with gzip compressed files and pandas.
Note: This module ignores the genotype columns because
I didn't need them at the time of writing.