You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cat("Must specify a directory with the various CSV files and a prefix for the output files.\n")
49
-
cat("Optionally a file containing the background genomic (pyrimidine-based) trinucleotide absolute counts (for normalization purposes). If not provided, human frequencies will be assumed.\n\n")
50
-
cat("This script generates a series of plots and tables summarizing the results of the variantcaller.\n\n")
cat("Must specify a directory with the various CSV files and a prefix for the output files.\n")
57
-
cat("Optionally a file containing the background genomic (pyrimidine-based) trinucleotide absolute counts (for normalization purposes). If not provided, human frequencies will be assumed.\n\n")
58
-
cat("This script generates a series of plots and tables summarizing the results of the variantcaller.\n\n")
46
+
if (length(args) ==0|| length(args) <2|| length(args) >3) {
message("Must specify a directory with the various CSV files and a prefix for the output files.\n")
49
+
message("Optionally a file containing the background genomic (pyrimidine-based) trinucleotide absolute counts (for normalization purposes). If not provided, human frequencies will be assumed.\n\n")
50
+
message("This script generates a series of plots and tables summarizing the results of the variantcaller.\n\n")
0 commit comments