Skip to content

Commit

Permalink
Fix error in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed May 2, 2024
1 parent d096660 commit 94bd383
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/input_files/v4.4/failed/failed_STR_001.vcf
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
##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
chr1 130 . G <CNV:TR> . . END=130;SVLEN=1;CN=20;RUS=CAG,CA;RN=1;RB=60 GT:PS 1|0:100
2 changes: 1 addition & 1 deletion test/input_files/v4.4/failed/failed_STR_002.vcf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
##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
chr1 130 . G <CNV:TR> . . END=130;SVLEN=1;CN=20;RUS=CAG;RN=1;RB=60;CIRB=-2 GT:PS 1|0:100
2 changes: 1 addition & 1 deletion test/input_files/v4.4/passed/passed_STR.vcf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
##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
chr1 130 . G <CNV:TR> . . END=130;SVLEN=1;CN=20;RUS=CAG;RN=1;RB=60 GT:PS 1|0:100

0 comments on commit 94bd383

Please sign in to comment.