Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M mutalyzer
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • MirrorsMirrors
  • mutalyzer
  • Repository
Switch branch/tag
  • mutalyzer
  • mutalyzer
  • db
  • models.py
Find file BlameHistoryPermalink
  • Vermaat's avatar
    Use interval binning scheme on transcript mappings · e0a127cf
    Vermaat authored Oct 29, 2015
    This speeds up lookup of transcript mappings by genomic position
    a lot. By filtering on bin index, such a query now uses the index
    on the bin column, where previously this would involve a
    sequential table scan.
    
    http://interval-binning.readthedocs.org/
    e0a127cf