Skip to content

Commit b5341fb

Browse files
kloetzljmarshall
authored andcommitted
Clarify BGZF block size: kibibytes, not kibibits; "and" is clearer (PR #839)
1 parent f7809ca commit b5341fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SAMv1.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ \subsection{The BGZF compression format}
921921
bug.}
922922
923923
A BGZF file is a series of concatenated BGZF blocks, each no larger
924-
than~64Kb before or after compression. Each BGZF block
924+
than 64\,KiB both before and after compression. Each BGZF block
925925
is itself a spec-compliant gzip archive which contains an ``extra field''
926926
in the format described in RFC1952. The gzip file format allows the
927927
inclusion of application-specific extra fields and these are ignored by

0 commit comments

Comments
 (0)