Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions VCFv4.5.tex
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,14 @@ \subsubsection{Pedigree field format}
\noindent See \ref{PedigreeInDetail} for details.


\subsubsection{Sequence collection format}
The reference sequences can be recorded as a sequence collection identifier\footnote{\url{https://ga4gh.github.io/refget/seqcols/}}
\begin{verbatim}
##seqcol=<ID=ga4gh:SC.hsgd70lp87g2u8sgsnd0g2fxxc,url=ga4gh_resolver_url>
Copy link
Contributor Author

@tcezard tcezard Jun 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using the non-structured format

Suggested change
##seqcol=<ID=ga4gh:SC.hsgd70lp87g2u8sgsnd0g2fxxc,url=ga4gh_resolver_url>
##seqcol=ga4gh:SC.hsgd70lp87g2u8sgsnd0g2fxxc

\end{verbatim}
The ID section should contain the sequence collection identifier of the reference sequence that was used to generate the VCF prefixed with ga4gh:SC.
Only one refget-seqcol entry can be added per VCF.

\subsection{Header line syntax}
\label{header-line}
The mandatory header line names the 8 fixed, mandatory columns. These columns are as follows:
Expand Down