Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-database compara datachecks + conflict resolution #294

Merged
merged 27 commits into from
Sep 1, 2020

Conversation

james-monkeyshines
Copy link
Contributor

Copy of #285 that resolves merge conflicts.

@coveralls
Copy link

coveralls commented Aug 25, 2020

Pull Request Test Coverage Report for Build 1378

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.002%) to 95.959%

Totals Coverage Status
Change from base Build 1366: 0.002%
Covered Lines: 1852
Relevant Lines: 1930

💛 - Coveralls

length() is only useful to correct the length of circular slices when start
is greater than end. Here start is guaranteed to be lower or equal than end.

length() involves additional queries to get the seq_region_id and check
whether the slice is circular.
@muffato
Copy link
Contributor

muffato commented Aug 26, 2020

OK. I'll push my changes related to DNAFragCore here

Copy link
Contributor

@muffato muffato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have pushed all my changes here and in ensembl-compara. I have also piggybacked a fix in CheckGenomicAlignments (cc @CristiGuijarro ).

The updated DNAFragCore now runs on all species, regardless of the number of regions, but it's much quicker as I have made sure the data are fetched in a small number of queries. The entire set of Vertebrates can be checked in 30 min

Copy link
Contributor Author

@james-monkeyshines james-monkeyshines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nifty!

@james-monkeyshines james-monkeyshines merged commit f532e30 into release/102 Sep 1, 2020
@muffato muffato deleted the feature/fix_conflicts branch September 1, 2020 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants