Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
dcgerard committed Aug 4, 2023
1 parent 89d5fd0 commit 3c4237d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/multidog.R
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ export_vcf <- function(obj, filename) {
fileDate = S4Vectors::DataFrame(row.names = "fileDate", Value = gsub("-", "", Sys.Date())),
source = S4Vectors::DataFrame(row.names = "source", Value = paste0("updogv", utils::packageVersion("updog"))),
FORMAT = S4Vectors::DataFrame(row.names = c("AD", "DP", "DS", "GP", "GL"),
Number = c("R", "1", "1", "G", "G"),
Number = c("R", "1", "1", as.character(ploidy + 1), as.character(ploidy + 1)),
Type = c("Integer", "Integer", "Float", "Float", "Float"),
Description = c("Read depth for each allele",
"Read depth",
Expand Down

0 comments on commit 3c4237d

Please sign in to comment.