diff --git a/DESCRIPTION b/DESCRIPTION index 2c864fe..391b16f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: QDNAseq -Version: 1.41.2 +Version: 1.41.2-9001 Title: Quantitative DNA Sequencing for Chromosomal Aberrations Depends: R (>= 3.1.0) Imports: diff --git a/NEWS.md b/NEWS.md index cb81bcc..09f0c70 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +# Version (development version) + +## Miscellaneous + + * `exportBins(..., format = "vcf")` did not add meta-data information + for field `END` to the VCF file header. + + # Version 1.41.2 [2024-07-23] ## Bug Fixes diff --git a/R/exportBins.R b/R/exportBins.R index 3e68644..6ab09d4 100644 --- a/R/exportBins.R +++ b/R/exportBins.R @@ -220,6 +220,7 @@ exportVCF <- function(obj, fnames) { '##ALT=', '##FILTER=', '##INFO=', + '##INFO=', '##INFO=', '##INFO=', '##INFO=',