Skip to content

Commit

Permalink
Merge pull request lh3#355 from clintval/cv_document_new_XB
Browse files Browse the repository at this point in the history
Document that the XB tag now contains the mapping quality too
  • Loading branch information
lh3 authored Jun 3, 2022
2 parents 2d4272b + 2160a0c commit b56db22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ int main_mem(int argc, char *argv[])
fprintf(stderr, " specify the mean, standard deviation (10%% of the mean if absent), max\n");
fprintf(stderr, " (4 sigma from the mean if absent) and min of the insert size distribution.\n");
fprintf(stderr, " FR orientation only. [inferred]\n");
fprintf(stderr, " -u output XB instead of XA; XB is XA with the alignment score added.\n");
fprintf(stderr, " -u output XB instead of XA; XB is XA with the alignment score and mapping quality added.\n");
fprintf(stderr, "\n");
fprintf(stderr, "Note: Please read the man page for detailed description of the command line and options.\n");
fprintf(stderr, "\n");
Expand Down

0 comments on commit b56db22

Please sign in to comment.