Skip to content

Commit

Permalink
Allow multiple custom functions in a single run
Browse files Browse the repository at this point in the history
Previously the program would silently go with the last one, assigning the same values to all.

Fixes #1684
  • Loading branch information
pd3 committed May 13, 2022
1 parent bf0cbf2 commit e122d71
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 126 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
this complements the existing `-h, --header-lines` option which requires a file
with header lines

* bcftools +fill-tags

- Extend generalized functions so that FORMAT tags can be filled as well, for example:

bcftools +fill-tags in.bcf -o out.bcf -- -t 'FORMAT/DP:1=int(smpl_sum(FORMAT/AD))'

- Allow multiple custom functions in a single run. Previously the program would silently
go with the last one, assigning the same values to all (#1684)


## Release 1.15 (21st February 2022)

Expand Down
Loading

0 comments on commit e122d71

Please # to comment.