R/zzz.R

Defines functions .onLoad

	
.onLoad <- function(libname, pkgname){
    #packageStartupMessage('Welcome to the wonderful World of LowMACA', domain = NULL, appendLF = TRUE)
    	#Check for clustalomega installation and version	
    .ClustalChecks(ClustalCommand="clustalo")
    	#Check for perl modules dependencies
	.PerlModuleChecks(stop=FALSE , perl="perl")

}

Try the LowMACA package in your browser

Any scripts or data that you put into this service are public.

LowMACA documentation built on Nov. 8, 2020, 8:14 p.m.