AWGL / somatic_db

A database for analysing cancer NGS data within AWMGS
https://awgl.github.io/somatic_db/
0 stars 2 forks source link

Issue 92 #98

Closed erikwaskiewicz closed 7 months ago

erikwaskiewicz commented 7 months ago

Bug fix for issue #92 where manual variants were being added again if you refresh the page, because we were just reloading the context and not the form. Fix is to refresh the page after the form is submitted

Tested by adding manual variants for both DNA and RNA and then checking that theyre not added again on refreshing the page

erikwaskiewicz commented 7 months ago

closes #92

Istaisa commented 7 months ago

Works as expected - tested on DNA and RNA. Logic good. Happy to merge.