You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SAMv1.tex
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -67,12 +67,13 @@ \section{The SAM Format Specification}
67
67
BAM file may optionally specify the version being used via the
68
68
{\tt @HD VN} tag. For full version history see Appendix~\ref{sec:history}.
69
69
70
-
SAM files are encoded in UTF-8.
70
+
SAM files are encoded in UTF-8, though most of their content is limited to ASCII.
71
71
They must not begin with a byte order mark, and non-ASCII characters are permitted only in certain field values as individually specified.%
72
-
\footnote{Equivalently, SAM files primarily contain US-ASCII characters in the usual single-byte encoding; certain field values as specified may contain other Unicode characters and are encoded as UTF-8.}
73
-
SAM file contents should be read and written using the POSIX / C locale.%
72
+
\footnote{Equivalently, SAM file content is primarily US-ASCII characters in the usual single-byte encoding; certain field values as specified may contain other Unicode characters and are encoded as UTF-8.}
73
+
Where it makes a difference, SAM file contents should be read and written using the POSIX\,/\,C locale.%
74
74
\footnote{For example, floating-point values in SAM always use `{\tt .}' (\textsc{Full Stop}) for the decimal-point character.}
75
-
The regular expressions in this specification have been written using the POSIX / IEEE Std 1003.1 extended syntax.
75
+
76
+
The regular expressions in this specification have been written using the POSIX\,/\,IEEE Std 1003.1 extended syntax.
76
77
77
78
\subsection{An example}\label{sec:example}
78
79
Suppose we have the following alignment with bases in lowercase
0 commit comments