Changes between Initial Version and Version 41 of Ticket #1199


Ignore:
Timestamp:
Nov 20, 2019, 7:54:08 AM (4 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1199

    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #1199 – Description

    initial v41  
     1**Updated description**\\
     2
     3Variant calling is started from Hisat alignment. The first step is a "raw" variant calling using mosdepth and !VarDict. The variant calling only depends on the same reference genome that was used for alignment. We save two files (`variants-callable.bed` and `variants-raw.vcg.gz`) from this step and attaches them to the same Hisat alignment.
     4
     5The seconds step is an annotation step and a filtering step. Multiple programs are used to extract and merge data from a lot of external sources (for example dbSnp, Cosmic, Swegene, etc.) This step creates a child rawbioassay item with two more files. An annotated VCF (`variants-annotated.vcf.gz`) that is the same as the raw VCF with added information from the other database, and a filtered VCF (`variants-filtered.vcf`) with the variants that survive filtering.
     6
     7The variants calling wizard can be executed in two modes: raw-only mode will do only the first step and the full mode will do both steps. In full mode, the raw variant calling can be skipped if it has already been done before.
     8
     9
     10**Original description**\\
     11
    112The starting point can probably be Hisat alignments. It is not yet sure what kind of data that is going to be produced. We will at least get a vcf file containing found variants. It might be possible to attach this data to the current alignment item, but it may also be better to create a child item for this. A child item is better if we get a lot of data files and is also required if we want to re-run the analysis without overwriting the first result.
    213