Skip to content

Commit

Permalink
Fixed error in PSL example
Browse files Browse the repository at this point in the history
  • Loading branch information
d-cameron committed Jan 27, 2023
1 parent 65ea457 commit e286c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VCFv4.4.draft.tex
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,8 @@ \subsubsection{Genotype fields}
\begin{tabular}{ l l l l l l l l l l}
\#CHROM & POS & REF & ALT & INFO & FORMAT & SAMPLE1\\
chr1 & $10$ & T & $<$DUP$>$ & SVCLAIM=DJ & GT:PSL:PSO & \tt{/0/0|1:.,.,chr1*10*1:.,.,3}\\
chr1 & $20$ & A & G & . & GT:PSL:PSO & \tt{/0/0|0|1:.,chr1*10*1:.,.,4,1} \\
chr1 & $30$ & G & T & . & GT:PSL:PSO & \tt{/0/0|0|1:.,chr1*10*1:.,.,2,5} \\
chr1 & $20$ & A & G & . & GT:PSL:PSO & \tt{/0/0|0|1:.,.,chr1*10*1,chr1*10*1:.,.,4,1} \\
chr1 & $30$ & G & T & . & GT:PSL:PSO & \tt{/0/0|0|1:.,.,chr1*10*1,chr1*10*1:.,.,2,5} \\
\end{tabular}
Without defining PSO, it would be ambiguous as to which copy of the duplicated region the SNVs occur on.
Expand Down

0 comments on commit e286c6c

Please sign in to comment.