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

Facilitate CACTUS_DB alignment views in all divisions #1061

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

twalsh-ebi
Copy link
Contributor

Requirements

  • Filling out the template is required. Any pull request that does not include enough information to be efficiently reviewed may be rejected.
  • Please consider which branch this is to be submitted against. This is usually obvious, however if it is to be applied to both a release branch nn and master then please submit it against postreleasefix/nn and let us merge it into to the two branches.

Description

In conjunction with other pull requests, this draft PR would facilitate display of CACTUS_DB alignments.

It would:

  • alter default configuration of CACTUS_DB alignslice views to hide gene tracks when the size of the region being accessed exceeds a 'transcript' threshold (e.g. 25 kb), and hide contig tracks when the size of the region exceeds a greater 'sequence' threshold (e.g. 50 kb).
  • display a 'scale-dependent track config' info box in image alignment views if any tracks are hidden;
  • include as_track_threshold_data in packed files, providing easy access to the scale-dependent track threshold region sizes;
  • display a warning box in text genomic alignment views if the user tries to access a per-subgenome alignment from the wrong subgenome, and if possible, recommend the appropriate per-subgenome alignment;
  • configure GENCODE tracks according to the genome in the given alignslice row rather than the genome from which the view is being accessed; and
  • update genomic alignment stats pages to handle per-subgenome CACTUS_DB alignment stats.

Views affected

Affected views include image and text alignment views, as well as genomic alignment stats views.

Possible complications

  • TBD

Merge conflicts

None detected.

Related JIRA Issues (EBI developers only)

...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant