AlexsLemonade / refinebio-frontend

Frontend app for refine.bio
https://www.refine.bio
Other
7 stars 7 forks source link

Display alternate accessions on experiment page. #871

Closed kurtwheeler closed 4 years ago

kurtwheeler commented 4 years ago

We store an alternate_accession field in the database for experiments because a lot of experiments are in both GEO and Array Express. https://github.com/AlexsLemonade/refinebio/issues/2186 is also going to populate this field with GEO accessions for SRA experiments.

We should add a field to the experiments page to display this.

arielsvn commented 4 years ago

@dvenprasad I think you might have mentioned this before, do we have a design with the alternate accession code?

dvenprasad commented 4 years ago

No, we don't have a design to show alternate accession codes. I think it makes sense to address this and https://github.com/AlexsLemonade/refinebio/issues/2187 in the same sprint since that is when users may start seeing results with a different accession.

The change should be pretty minor. Off the bat, we can add it as another field on at the experiment level but it is more important for it to be visible on the result card to understand why something with a different accession showed up.

kurtwheeler commented 4 years ago

As part of this also turn these accession codes into links (the link is a url template that just needs an accession code).

dvenprasad commented 4 years ago

Experiment result cards:

Screen Shot 2020-06-22 at 11 53 21 AM Screen Shot 2020-06-22 at 11 53 33 AM

Experiment Page

experiment-page-not-atlernate-accessions