Skip to content

Commit

Permalink
Fix fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Oct 31, 2024
1 parent cb2fb78 commit c58f762
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fixtures/simple_iterative_engineering_1.vcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
##phasing=none
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT f1
m123 3 . CGA CA 1611.92 . GT 1
m123 3 . CGA C 1611.92 . GT 1
m123 16 . GAT G 1611.92 . GT 1
6 changes: 3 additions & 3 deletions fixtures/simple_iterative_engineering_2.vcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
##phasing=none
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT f2
m123 6 . T C 1611.92 . GT 1
m123 18 . GG GAATCAG 1611.92 . GT 1
m123 28 . GA G 1611.92 . GT 1
m123 5 . T C 1611.92 . GT 1
m123 17 . GG GAATCAG 1611.92 . GT 1
m123 27 . GA G 1611.92 . GT 1
4 changes: 2 additions & 2 deletions fixtures/simple_iterative_engineering_3.vcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
##phasing=none
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT f3
m123 5 . A G 1611.92 . GT 1
m123 16 . CGGAA CA 1611.92 . GT 1
m123 4 . A G 1611.92 . GT 1
m123 15 . CGGAA CA 1611.92 . GT 1

0 comments on commit c58f762

Please sign in to comment.