Scout: "Filter and export" excludes most information for variants that overlap multiple genes

Created on 10 Mar 2021  路  8Comments  路  Source: Clinical-Genomics/scout

When a variant overlaps more than one gene, like this:

bild

The row in the export csv is almost empty

bild

A quick look at the code suggests that this should work, but I haven't debugged it yet. I'll try to find some time later today.

Most helpful comment

OMG I'm so embarrassed... This is not a bug in Scout but in my usage of Excel! When I open the file in Excel it automatically splits on semi-colons, then when I manually split the data on commas it will overwrite these columns (Excel even gave me a warning that I ignored).

Maybe it should use some other separator just to accomodate fools like me?

I'll close this issue immediately and never use Excel again...

All 8 comments

Hi @bjhall, while I was working on #2434 I've realized that transcript collection pior to variant export had the same old problem of not taking into account genome builds (it was defaulting to build 37). Perhaps this issue is fixed by that PR, (or perhaps not? ). Would you like to test it?

I'm at 0a30d0ea9cc89c1643531dbc6740090f8c40015f and I'm still getting empty fields for variants overlapping multiple genes. I'll try to debug it now and get back to you! Are you not seeing the same?

The primary transcript selection looks good though! :)

Thanks for testing! I see variants with multiple genes correctly, at least in all cases I've tried, that's why I assumed it might be related to the genome build..

OMG I'm so embarrassed... This is not a bug in Scout but in my usage of Excel! When I open the file in Excel it automatically splits on semi-colons, then when I manually split the data on commas it will overwrite these columns (Excel even gave me a warning that I ignored).

Maybe it should use some other separator just to accomodate fools like me?

I'll close this issue immediately and never use Excel again...

I'll close this issue immediately and never use Excel again...

Hahaha no worries, Excel fools everybody 馃槃
But we could actually use another separator, do you have any preference?

Maybe &?

, and |are already used right?

What about " - " ?

That's fine with me!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ielvers picture ielvers  路  3Comments

dnil picture dnil  路  3Comments

hassanfa picture hassanfa  路  4Comments

moonso picture moonso  路  4Comments

KickiLagerstedt picture KickiLagerstedt  路  5Comments