Skip to content

Commit

Permalink
tweak verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxwen committed Mar 26, 2024
1 parent 2060b1b commit b29f95f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ UTILITIES
information for scanning the VCF file

o new `seqGetData(, "$dosage_alt2")` and `seqGetData(, "$dosage_sp2")` for
sex chromosomes, when the alleles are partially missing
sex chromosomes, when the alleles are partially missing (e.g., genotypes
on chromosome X for males)


CHANGES IN VERSION 1.42.3
Expand Down
2 changes: 1 addition & 1 deletion R/UtilsExport.R
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ seqExport <- function(gdsfile, out.fn, info.var=NULL, fmt.var=NULL,
on.exit({ closefn.gds(outfile) })

if (verbose)
cat("Export to '", out.fn, "'\n", sep="")
cat("Export to ", sQuote(out.fn), ":\n", sep="")

# copy folders and attributes
put.attr.gdsn(outfile$root, val=gdsfile$root)
Expand Down

0 comments on commit b29f95f

Please sign in to comment.