Skip to content

Instantly share code, notes, and snippets.

@wbgalvao
wbgalvao / hg38_to_hg19.py
Last active August 14, 2020 18:07
Transform .bed files genomic coordinates from hg38 to hg19
import os
import sys
import pandas as pd
from pyliftover import LiftOver
target = sys.argv[1]