Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E ensembl-test
  • 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-test
  • Merge requests
  • !38

Fixed bug when core dbs don't have contigs

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Marek Szuba requested to merge github/fork/JAlvarezJarreta/master into master Jul 02, 2019
  • Overview 3
  • Commits 3
  • Pipelines 0
  • Changes 1

Created by: JAlvarezJarreta

Description

Removed assumption that the 3 levels of assembly are chromosome, supercontig and contig, as there are many other species with different coord_system sequence level (e.g. primary assembly, scaffold).

Furthermore, a similar error might be raised in the future regarding supercontigs, and since toplevel and seqlevel are linked in the assembly table, that part of the code has also been removed.

Possible Drawbacks

If the intermediate coord_systems are required to be cloned, a new piece of code that loops over the ranks between toplevel and seqlevel should be implemented.

Testing

The code has been tested within a new pipeline to create a new Compara master database from scratch and the given regions of each species have been cloned correctly, regardless if they have contigs, primary assemblies (clown fish) or scaffolds (wheat) as seqlevel.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/JAlvarezJarreta/master