Not sure if they're going to want the transcript name back on the SVD page too, currently it's just the gene and the gap. If yes change the code in analysis_report.html from <td>{{ gap.gene }} {{ gap.hgvs_c }}</td> to <td>{{ gap.gene }}({{ gap.hgvs_transcript }}):{{ gap.hgvs_c }}</td>
Doesn't affect the LIMS XML
Everything but my latest commit is just syncing development back with main.
<td>{{ gap.gene }} {{ gap.hgvs_c }}</td>
to<td>{{ gap.gene }}({{ gap.hgvs_transcript }}):{{ gap.hgvs_c }}</td>