From bd2c42c525c2ef64e28686c933770585f45ee969 Mon Sep 17 00:00:00 2001 From: Joel Thibault Date: Mon, 1 Apr 2019 13:24:21 -0400 Subject: [PATCH] landmarks[0] note --- CRAMv3.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CRAMv3.tex b/CRAMv3.tex index 9d57e66e5..dd7650e09 100644 --- a/CRAMv3.tex +++ b/CRAMv3.tex @@ -463,7 +463,9 @@ \section{\textbf{Container structure}} \hline itf8[ ] & landmarks & the locations of slices in this container as byte offsets from the end of this container header, used for random access indexing. -The landmark count must equal the slice count.\tabularnewline +The landmark count must equal the slice count.\linebreak{} +Since the block before the first slice is the compression header, +landmarks[0] is equal to the byte length of the compression header.\tabularnewline \hline int & crc32 & CRC32 hash of the all the preceding bytes in the container.\tabularnewline \hline