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
The original alignment information of the record prior to realignment or unalignment by a subsequent tool.
352
+
Each original alignment entry contains the following six field values from the original record, generally in their textual SAM representations, separated by commas (`{\tt ,}') and terminated by a semicolon (`{\tt ;}'):
353
+
{\sf RNAME}, which must be explicit (unlike {\sf RNEXT}, `{\tt =}' may not be used here);
354
+
1-based {\sf POS};
355
+
`{\tt +}' or `{\tt -}', indicating forward/reverse strand respectively (as per bit~0x10 of {\sf FLAG});
356
+
{\sf CIGAR};
357
+
{\sf MAPQ};
358
+
{\tt NM} tag value, which may be omitted (though the preceding comma must be retained).
359
+
360
+
In the presence of an existing {\tt OA} tag, a subsequent tool may append another original alignment entry after the semicolon,
361
+
adding to---rather than replacing---the existing {\tt OA} information.
362
+
363
+
The {\tt OA} field is designed to provide record-level information that can be useful for understanding the provenance of the information in a record.
364
+
It is not designed to provide a complete history of the template alignment information.
365
+
In particular, realignments resulting in the the removal of Secondary or Supplementary records will cause the loss of all tags associated with those records, and may also leave the {\tt SA} tag in an invalid state.
366
+
349
367
\item[OC:Z:\tagvalue{cigar}]
350
368
Original CIGAR, usually before realignment.
369
+
Deprecated in favour of the more general {\tt OA}.
351
370
352
371
\item[OP:i:\tagvalue{pos}]
353
-
Original 1-based mapping position, usually before realignment.
372
+
Original 1-based {\sf POS}, usually before realignment.
373
+
Deprecated in favour of the more general {\tt OA}.
354
374
355
375
\item[OQ:Z:\tagvalue{qualities}]
356
376
Original base quality, usually before recalibration.
@@ -453,6 +473,11 @@ \section{Tag History}
453
473
\setlength{\parindent}{0pt}
454
474
\newcommand*{\gap}{\vspace*{2ex}}
455
475
476
+
\subsubsection*{January 2019}
477
+
Added the OA tag for recording original/previous alignment information.
0 commit comments