-
Notifications
You must be signed in to change notification settings - Fork 41
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 #244 from tcezard/test_files
GA4GHTT-261 - Add Test files for STR and new phasing notation
- Loading branch information
Showing
4 changed files
with
49 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
##fileformat=VCFv4.4 | ||
##CauseOfFailure=cardinality is inconsistent between RN and RUS | ||
##INFO=<ID=END,Number=1,Type=Integer,Description="End position of the longest variant described in this record"> | ||
##INFO=<ID=SVLEN,Number=A,Type=Integer,Description="Length of structural variant"> | ||
##INFO=<ID=CN,Number=A,Type=Float,Description="Copy number of allele"> | ||
##INFO=<ID=RN,Number=A,Type=Integer,Description="Total number of repeat sequences in this allele"> | ||
##INFO=<ID=RUS,Number=.,Type=String,Description="Repeat unit sequence of the corresponding repeat sequence"> | ||
##INFO=<ID=RUC,Number=.,Type=Float,Description="Repeat unit count of corresponding repeat sequence"> | ||
##INFO=<ID=RB,Number=.,Type=Integer,Description="Total number of bases in the corresponding repeat sequence"> | ||
##INFO=<ID=RUB,Number=.,Type=Integer,Description="Number of bases in each individual repeat unit"> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
##FORMAT=<ID=PS,Number=1,Type=Integer,Description="Phase set"> | ||
##ALT=<ID=CNV:TR,Description="Tandem repeat determined based on DNA abundance"> | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT sample | ||
chr1 130 . G <CNV:TR> . . END=130;SVLEN=1;CN=20;RUS=CAG,CA;RN=1;RB=60 GT:PS 1|0:100 |
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,16 @@ | ||
##fileformat=VCFv4.4 | ||
##CauseOfFailure=cardinality is inconsistent between RB and CIRB | ||
##INFO=<ID=END,Number=1,Type=Integer,Description="End position of the longest variant described in this record"> | ||
##INFO=<ID=SVLEN,Number=A,Type=Integer,Description="Length of structural variant"> | ||
##INFO=<ID=CN,Number=A,Type=Float,Description="Copy number of allele"> | ||
##INFO=<ID=RN,Number=A,Type=Integer,Description="Total number of repeat sequences in this allele"> | ||
##INFO=<ID=RUS,Number=.,Type=String,Description="Repeat unit sequence of the corresponding repeat sequence"> | ||
##INFO=<ID=RUC,Number=.,Type=Float,Description="Repeat unit count of corresponding repeat sequence"> | ||
##INFO=<ID=RB,Number=.,Type=Integer,Description="Total number of bases in the corresponding repeat sequence"> | ||
##INFO=<ID=RUB,Number=.,Type=Integer,Description="Number of bases in each individual repeat unit"> | ||
##INFO=<ID=CIRB,Number=.,Type=Integer,Description="Confidence interval around RB"> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
##FORMAT=<ID=PS,Number=1,Type=Integer,Description="Phase set"> | ||
##ALT=<ID=CNV:TR,Description="Tandem repeat determined based on DNA abundance"> | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT sample | ||
chr1 130 . G <CNV:TR> . . END=130;SVLEN=1;CN=20;RUS=CAG;RN=1;RB=60;CIRB=-2 GT:PS 1|0:100 |
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,16 @@ | ||
##fileformat=VCFv4.4 | ||
##INFO=<ID=END,Number=1,Type=Integer,Description="End position of the longest variant described in this record"> | ||
##INFO=<ID=SVLEN,Number=A,Type=Integer,Description="Length of structural variant"> | ||
##INFO=<ID=CN,Number=A,Type=Float,Description="Copy number of allele"> | ||
##INFO=<ID=RN,Number=A,Type=Integer,Description="Total number of repeat sequences in this allele"> | ||
##INFO=<ID=RUS,Number=.,Type=String,Description="Repeat unit sequence of the corresponding repeat sequence"> | ||
##INFO=<ID=RUL,Number=.,Type=Integer,Description="Repeat unit length of the corresponding repeat sequence"> | ||
##INFO=<ID=RUC,Number=.,Type=Float,Description="Repeat unit count of corresponding repeat sequence"> | ||
##INFO=<ID=RB,Number=.,Type=Integer,Description="Total number of bases in the corresponding repeat sequence"> | ||
##INFO=<ID=RUB,Number=.,Type=Integer,Description="Number of bases in each individual repeat unit"> | ||
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | ||
##FORMAT=<ID=PS,Number=1,Type=Integer,Description="Phase set"> | ||
##ALT=<ID=CNV:TR,Description="Tandem repeat determined based on DNA abundance"> | ||
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT sample | ||
chr1 100 cnv_notation T <CNV:TR>,<CNV:TR> . . END=130;SVLEN=30,30;CN=3,.5;RUS=CAG,CAG;RB=90,15 GT:PS:CN 1|2:100:3.9666 | ||
chr1 130 . G <CNV:TR> . . END=130;SVLEN=1;CN=20;RUS=CAG;RN=1;RB=60 GT:PS 1|0:100 |
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