Skip to content

Commit

Permalink
docs: clarify merge behaviour for INFO and QUAL fields
Browse files Browse the repository at this point in the history
Resolves samtools#305
  • Loading branch information
mcshane committed Oct 1, 2015
1 parent e5a2919 commit 1c126ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/bcftools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,11 @@ For "vertical" merge take a look at *<<norm,bcftools norm>>* instead.

*-i, --info-rules* '-'|'TAG:METHOD'[,...]::
Rules for merging INFO fields (scalars or vectors) or '-' to disable the
default rules. 'METHOD' is one of 'sum', 'avg', 'min', 'max', 'join'.
default rules. 'METHOD' is one of 'sum', 'avg', 'min', 'max', 'join'.
Default is 'DP:sum,DP4:sum' if these fields exist in the input files.
Fields with no specified rule will take the value from the first input file.
The merged QUAL value is currently set to the maximum. This behaviour is
not user controllable at the moment.

*-l, --file-list* 'FILE'::
read file names from 'FILE'
Expand Down

0 comments on commit 1c126ec

Please sign in to comment.