Skip to content

Instantly share code, notes, and snippets.

View lichennan123's full-sized avatar

Chennan lichennan123

View GitHub Profile
@brentp
brentp / lift.sh
Created March 30, 2011 14:59
liftOver shell script.
# usage ./lift.sh input input.version output.version "FLAGS"
#
# e.g: lift.sh Homo_sapiens.GRCh37.61.gtf hg19 hg18 -gff
# will map hg19 features to hg18 coordinates.
if [ -z $3 ]
then
echo "usage: lift Homo_sapiens.GRCh37.61.gtf hg19 hg18 -gff"
exit 1
fi