I’ve created a liftover chain file to migrate genomic data from the “version 2” 3D7 reference genome to the newer “version 3” reference genome. You can download the chain file at the link below, as well as a binary for the liftOver program compiled for x86_64:
- 2to3.liftOver
- liftOver (x86_64 binary)
To check it works, download the above and test.bed to a local directory then run:
chmod +x ./liftOver ./liftOver test.bed 2to3.liftOver test.v3.bed test.v3.unmapped
This should create the file test.v3.bed
containing:
Pf3D7_07_v3 403620 403621 crt
Note that this expects chromosome names in the input to be like “Pf3D7_01”. If you’re using chromosome names like “MAL1” you’ll need to convert those first prior to applying the liftover to version 3.