-
Notifications
You must be signed in to change notification settings - Fork 596
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a test and small features to var store branch (#6761)
- Loading branch information
1 parent
bca8e1e
commit 2ad36f7
Showing
8 changed files
with
59 additions
and
12 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
19 changes: 19 additions & 0 deletions
19
src/test/resources/org/broadinstitute/hellbender/tools/variantdb/arrays/array.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,19 @@ | ||
##fileformat=VCFv4.2 | ||
##FORMAT=<ID=BAF,Number=1,Type=Float,Description="B Allele Frequency"> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
##FORMAT=<ID=IGC,Number=1,Type=Float,Description="Illumina GenCall Confidence Score"> | ||
##FORMAT=<ID=LRR,Number=1,Type=Float,Description="Log R Ratio"> | ||
##FORMAT=<ID=NORMX,Number=1,Type=Float,Description="Normalized X intensity"> | ||
##FORMAT=<ID=NORMY,Number=1,Type=Float,Description="Normalized Y intensity"> | ||
##INFO=<ID=AC,Number=A,Type=Integer,Description="Allele count in genotypes, for each ALT allele, in the same order as listed"> | ||
##INFO=<ID=AF,Number=A,Type=Float,Description="Allele Frequency, for each ALT allele, in the same order as listed"> | ||
##INFO=<ID=ALLELE_A,Number=1,Type=String,Description="A allele"> | ||
##INFO=<ID=ALLELE_B,Number=1,Type=String,Description="B allele"> | ||
##INFO=<ID=AN,Number=1,Type=Integer,Description="Total number of alleles in called genotypes"> | ||
##contig=<ID=1,length=249250621,assembly=GRCh37> | ||
##expectedGender=Unknown | ||
##extendedIlluminaManifestVersion=1.5 | ||
##fingerprintGender=Unknown | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT testSample | ||
1 5700115 1:5700115-A-T A T . . AC=0;AF=0.00;ALLELE_A=A*;ALLELE_B=T;AN=2; GT:BAF:IGC:LRR:NORMX:NORMY 0/0:0:0.58:-0.235:1.476:0.057 | ||
1 5700116 1:5700116-C-G C G . . AC=0;AF=0.00;ALLELE_A=C*;ALLELE_B=G;AN=2; GT:BAF:IGC:LRR:NORMX:NORMY 0/1:0:0.23:-0.111:1.093:0.118 |
2 changes: 2 additions & 0 deletions
2
...esources/org/broadinstitute/hellbender/tools/variantdb/arrays/metadata_001_testSample.tsv
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,2 @@ | ||
sample_name sample_id | ||
testSample 1 |
3 changes: 3 additions & 0 deletions
3
src/test/resources/org/broadinstitute/hellbender/tools/variantdb/arrays/probe_info.csv
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,3 @@ | ||
ProbeId,Name,GenomeBuild,Chr,Position,Ref,AlleleA,AlleleB,build37Flag | ||
1,1:5700115-A-T,37,1,5700115,A,A,T, | ||
2,1:5700116-C-G,37,1,5700116,C,C,G, |
3 changes: 3 additions & 0 deletions
3
...est/resources/org/broadinstitute/hellbender/tools/variantdb/arrays/raw_001_testSample.tsv
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,3 @@ | ||
sample_id probe_id GT_encoded NORMX NORMY BAF LRR | ||
1 1 AA 1.476 0.057 0 -0.235 | ||
1 2 AB 1.093 0.118 0 -0.111 |
1 change: 1 addition & 0 deletions
1
src/test/resources/org/broadinstitute/hellbender/tools/variantdb/arrays/sampleMap.csv
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 @@ | ||
1,testSample |