-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fom MANE overview, link out to gene overview #368
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #368 +/- ##
==========================================
+ Coverage 90.18% 93.13% +2.95%
==========================================
Files 30 31 +1
Lines 1457 1501 +44
==========================================
+ Hits 1314 1398 +84
+ Misses 143 103 -40
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
@@ -27,6 +27,8 @@ <h2 class="accordion-header" id="flush-headingOne"> | |||
<!-- hidden fields passed from previous query --> | |||
<form name="customizeForm" action="{{url_for('mane_overview')}}" method="post"> | |||
<input type="hidden" name="build" value="GRCh38"/> | |||
<input type="hidden" name="default_level" id="defaultLevel" value="{{extras.default_level}}"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default level is not used in the MANE overview report, but in the gene overview, and this is a way to pass along the value
Yes, I'll add it, but on my new PR, the one adding also exons. It will be easier |
Merging this one. Thanks @Jakob37! |
Description
Added/Changed/Fixed
How to test
Review
This version is a