Skip to content

Perf improvement to liftover #871

Description

@John-F-Wagstaff

Is your feature request related to a problem? Please describe.
Lift over via pyliftover is currently excessively slow due to caching the gziped versions of the chain-files and having to re-uncompress the files each time they are used.

Describe the solution you'd like
If we un-gzipped the chainfiles on second use (since they download on first use) we should save time on each successive usage.

Describe alternatives you've considered
Performance testing is needed to confirm that this actually works, it might possibly be better to leave as is in some cases (depending on disk IO vs un-compression time).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions