Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E ensembl-io
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ensembl-gh-mirror
  • ensembl-io
  • Merge requests
  • !66

Allow .bgz/.bgz.tbi files to be read in TabixParser

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Marek Szuba requested to merge github/fork/ima23/feature/tabix into master Sep 18, 2018
  • Overview 7
  • Commits 3
  • Pipelines 0
  • Changes 4

Created by: ima23

Description

Some resources use .bgz as ending for a BGZF-compressed vcf files (example gnomAD). Currently TabixParser allows only .gz files to be read.

Use case

The current changes will allow users to use .vcf.bgz files for VEP custom annotations.

Benefits

TabixParser will be able to process .bgz files and allow extended VEP custom annotations.

Possible Drawbacks

If applicable, describe any possible undesirable consequence of the changes.

Testing

Have you added/modified unit tests to test the changes?

Yes.

If so, do the tests pass/fail?

Tests pass.

Have you run the entire test suite and no regression was detected?

Yes, tests passed.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/ima23/feature/tabix