powered by
Internally used in examples, tests, or vignettes.
check.utility(x = c("muscle", "clustalo", "dssp", "stride", "mustang", "makeup"), quiet = TRUE)
Names of one or more utility programs to check.
logical, if TRUE no warning or message printed.
logical, TRUE if programs are available and FALSE if any one of them is missing.
Check if requested utility programs are availabe or not.
# NOT RUN { check.utility(c("muscle", "dssp"), quiet=FALSE) if(!check.utility("mustang")) cat(" The utility program, MUSTANG, is missing on your system\n") # }
Run the code above in your browser using DataLab