-
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
Bacpop-209 Beebop:AMR info to Microreact #87
Conversation
…nto bacpop-209-amr-microreact
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## bacpop-186-v9-db #87 +/- ##
=================================================
Coverage 98.83% 98.84%
=================================================
Files 34 34
Lines 2064 2075 +11
Branches 271 271
=================================================
+ Hits 2040 2051 +11
Misses 24 24 ☔ View full report in Codecov by Sentry. |
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.
Should we flag up to Nick/users that the column names in the export file have changed?
} | ||
|
||
export interface AMRMetadataCsv extends AMRForCsv { | ||
ID: string; |
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.
..deviating from more customary lower case id
..?
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.
yeah just the format the microeact defaults to (ID)
good idea will do |
This PR is in conjunction with beebop_py pr.
The purpose is to pass along AMR information to an info_csv metadata file that is passed into visualise for microreact. This means that this AMR info will show on the table when visiting microreact page.
Also added Status column as default into microreact and sorted so query samples show first before ref samples.
Testing:
Create a project with samples and run. Then visit microreact, the AMR columns should show by default and query samples should be on top of ref samples.
have also deployed on beebop-dev if its easier