Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxwen committed Jan 8, 2025
1 parent bed1fab commit b9b6e81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/ConvVCF2GDS.R
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,10 @@ seqVCF2GDS <- function(vcf.fn, out.fn, header=NULL,
if (verbose)
{
cat(" # of cores/jobs: ", pnum, "\n", sep="")
cat(" calculating the total number of variants ...\n")
cat(" calculating the total number of variants")
if (requireNamespace("Rsamtools", quietly=TRUE))
cat(" using Rsamtools")
cat(" ...\n")
flush.console()
}

Expand Down

0 comments on commit b9b6e81

Please sign in to comment.