This repository wraps the pyliftover package to provide an option for lifting over common file types.
This package is available via PyPi. To install it, run:
pip install easyliftover
This package is also available as a Docker image. To use it, run:
docker pull bigdatainbiomedicine/easyliftover
from easyliftover import liftover_path, liftover_url
result = liftover_path(<fromGenome>, <toGenome>, <path>, <fileType>)
result = liftover_url(<fromGenome>, <toGenome>, <url>, <fileType>)
The fileType parameter is optional. If it is not provided, the file type will be inferred from the file extension.
Information about which file types are supported can be found here