Skip to content

A bash script for converting between different genome builds using NCBI's liftOver tool.

Notifications You must be signed in to change notification settings

bj-chen/liftOverBEDPE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

liftOverBEDPE

A bash script for converting bedpe files between different genomes builds using NCBI's liftOver tool.

Pre-requisites:

  1. liftOver from NCBI has been installed and added to the PATH variable;
  2. The liftOver chain file exists (chain files can be downloaded from: https://hgdownload.soe.ucsc.edu/downloads.html)

Usage:

You only need to provide two arguments to the liftOverBEDPE.sh script:

  1. input=input.bedpe
  2. chain=chain (eg: hg19ToHg38.over.chain)

To invoke liftOverBEDPE.sh, either execute chmod +x liftOverBEDPE.sh first, or type bash liftOverBEDPE.sh input=[input].bedpe chain=[chain] for each liftOver job.

About

A bash script for converting between different genome builds using NCBI's liftOver tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages