Opened 10 days ago

Closed 30 hours ago

#1584 closed task (fixed)

Add support for searching among WGS variant call results

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Variant Search v1.11
Component: net.sf.basedb.varsearch Keywords:
Cc:

Description

This should be relatively easy to fix since it is more or less compatible with the filtered variant calls from the RNAseq pipeline. The main difference is that the VCF files have results for both the normal and tumor samples.

Change History (5)

comment:1 by Nicklas Nordborg, 9 days ago

In 7668:

References #1584: Add support for searching among WGS variant call results

Added an item list and index definition for the paired WGS variant calls. It seems to work if we select the second (tumor) column when indexing.

comment:2 by Nicklas Nordborg, 9 days ago

In 7669:

References #1584: Add support for searching among WGS variant call results

Implemented a "sample filter" functionality in VcfFile and VcfFileLocator interfaces so that it is possible to specify which sample column to use when parsing the VCF.

comment:3 by Nicklas Nordborg, 9 days ago

In 7670:

References #1584: Add support for searching among WGS variant call results

If the genotype is phased we need to replace '|' with '/' to make it compatible with other indexes.

comment:4 by Nicklas Nordborg, 9 days ago

In 7671:

References #1584: Add support for searching among WGS variant call results

Some changes to column widts that should work better in some cases where the number of hits is large.

comment:5 by Nicklas Nordborg, 30 hours ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.