-
Notifications
You must be signed in to change notification settings - Fork 97
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 #2318 from opencb/TASK-4794
TASK-4794 - Missing "FILTER" field in VCF generated (export step) while running Exomiser
- Loading branch information
Showing
21 changed files
with
505 additions
and
74 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
20 changes: 20 additions & 0 deletions
20
opencga-storage/opencga-storage-core/src/test/resources/variant-multiallelic.vcf
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
##fileformat=VCFv4.1 | ||
##FILTER=<ID=PASS,Description="All filters passed"> | ||
##FILTER=<ID=noPass,Description="No pass"> | ||
##FILTER=<ID=noPass2,Description="No pass other"> | ||
##FILTER=<ID=.,Description="unknown filter state"> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
##FORMAT=<ID=GL,Number=G,Type=Float,Description="Genotype likelihoods"> | ||
##FORMAT=<ID=DS,Number=1,Type=Float,Description=""> | ||
##command=seq 1000000 500 3000000 | while read i ; do echo -e "chr1\t$i\t.\tA\tC\t$RANDOM\tPASS\t.\tGT\t0/1\t1/1\t1|0\t0|1" ; done | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT NA19600 NA19660 NA19661 NA19685 | ||
chr1 1000000 . A C,T 5 noPass,noPass2 . GT 1/2 1/1 0|0 0|1 | ||
chr1 1000010 . A AC,CA 20 PASS . GT 1/2 1/1 0|0 0|1 | ||
chr1 1000020 . AT T,A 60 . . GT 1/2 1/1 0|0 0|1 | ||
chr1 1000030 . C G 60 . PASS GT 1/0 1/1 0|0 0|1 | ||
chr1 1000040 . C G 60 . PASS GT 1/0 1/1 0|0 0|1 | ||
chr1 1000050 . C G 60 . PASS GT 1/0 1/1 0|0 0|1 | ||
chr1 1000060 . C G 60 . PASS GT 1/0 1/1 0|0 0|1 | ||
chr1 1000070 . C G 60 . PASS GT 1/0 1/1 0|0 0|1 | ||
chr1 1000080 . C G 60 . PASS GT 1/0 1/1 0|0 0|1 | ||
chr1 1000090 . C G 60 . PASS GT 1/0 1/1 0|0 0|1 |
167 changes: 136 additions & 31 deletions
167
.../org/opencb/opencga/storage/hadoop/variant/index/SampleIndexOnlyVariantQueryExecutor.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.