-
Notifications
You must be signed in to change notification settings - Fork 29
Fix/check beta sample location meta value #657
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
base: release/mvp
Are you sure you want to change the base?
Fix/check beta sample location meta value #657
Conversation
JAlvarezJarreta
left a comment
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.
Makes sense to make, thank you for the new DC. Just a couple of comments, nothing major.
| is_rows_zero($self->dba, $sql_2, $desc_2, $diag_2); | ||
|
|
||
| my $desc_3 = 'Sample location coordinates are properly ordered'; | ||
| my $diag_3 = 'genebuild.sample_location start coordinate is greater than end coordinate'; |
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.
Since I'm not too familiar, worth asking: are we always choosing samples/coordinates from the "positive" strand?
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.
I think that even if the target feature is on reverse strand the the coordinates need to be in this order :-.
I basically just tried flipping them on one example location and the browser complained so I made it a DC.
Co-authored-by: Jorge Alvarez-Jarreta <[email protected]>
Co-authored-by: Jorge Alvarez-Jarreta <[email protected]>
Added set of DCs for
genebuild.sample_location