From e9af1513ec9aa085ce8cb059e77e3e707f1c123f Mon Sep 17 00:00:00 2001 From: js2264 Date: Fri, 26 Jan 2024 11:24:57 +0100 Subject: [PATCH] fix: missing pair_type.field definition --- R/parse-pairs.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/parse-pairs.R b/R/parse-pairs.R index c550c35..acb039d 100644 --- a/R/parse-pairs.R +++ b/R/parse-pairs.R @@ -29,6 +29,7 @@ # -- Guess pairs format skip <- 0 + pair_type.field <- NULL if ( is.null(chr1.field) & is.null(start1.field) &