-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from Illumina/GT-683
GT-683 v2.1 release
- Loading branch information
Showing
49 changed files
with
888 additions
and
721 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,33 @@ | ||
# Filters used in genotyper output | ||
|
||
## Variant level filters | ||
## Breakpoint level filters | ||
|
||
* **PASS** | ||
* **GQ** | ||
|
||
Variant PASS all filters | ||
Low genotype quality for this breakpoint | ||
|
||
* **CONFLICT** | ||
* **NO_READS** | ||
|
||
Variant has genotype conflicts in one or more breakpoints | ||
No reads in this breakpoint | ||
|
||
* **BP_DEPTH** | ||
|
||
* **EXIST_BAD_BP** | ||
Total number of reads on this breakpoint (from all alleles) fail the coverage test | ||
|
||
Varaint has one or more breakpoint that fails breakpoint-level filter | ||
## Variant level filters | ||
|
||
* **ALL_BAD_BP** | ||
* **PASS** | ||
|
||
All breakpoints in this variant fail breakpoint-level filter | ||
Variant PASS all filters | ||
|
||
* **MISSING** | ||
* **CONFLICT** | ||
|
||
Variant has one or more breakpoints with no spanning read | ||
Variant has genotype conflicts in one or more breakpoints | ||
|
||
## Breakpoint level filters | ||
* **BP_NO_GT** | ||
|
||
Exist one or more breakpoint with missing genotypes | ||
|
||
* **DEPTH** | ||
* **NO_VALID_GT** | ||
|
||
Total number of reads on this breakpoint (from all alleles) fail the coverage test | ||
All breakpoints have missing genotypes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.