We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e31a6 commit 140490cCopy full SHA for 140490c
1 file changed
R/utils.R
@@ -45,7 +45,7 @@
45
gff_lines <- readLines(file, n = 50)
46
genome_line <- grepv("genome-build-id", gff_lines)
47
gnm <- strsplit(genome_line, ":\\s+")[[1L]] |>
48
- tail(n = 1L) |>
+ utils::tail(n = 1L) |>
49
trimws()
50
if (!length(gnm))
51
NA_character_
0 commit comments