Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

L

LIMIT_DEBUG_CLASSES - Static variable in class biolockj.Constants
Config property used to limit classes that log debug statements when "pipeline.logLevel"="Y"
load(FileInputStream) - Method in class biolockj.Properties
Load properties, adding escape characters where necessary.
loadProperties(File) - Static method in class biolockj.Properties
Log - Class in biolockj
Simple Logging Facade for Java (SLF4J) implementation using Log4J
Log4J Configuration: log4j.properties
Every Java class that prints to the Java log file, will do so by calling: Log.out(Class).Log.out(Class).debug( logMessage ) Log.out(Class).Log.out(Class).info( logMessage ) Log.out(Class).Log.out(Class).warn( logMessage ) Log.out(Class).Log.out(Class).error( logMessage, exception )
LOG_10 - Static variable in class biolockj.module.report.taxa.NormalizeTaxaTables
Log 10 display string as 1/2 supported values for: "report.logBase"
LOG_APPEND - Static variable in class biolockj.Log
Set in Log.initialize(String) to true only if executing pipeline restart.
Used by log4j.properties
log4j.appender.file.Append=${LOG_APPEND}
LOG_E - Static variable in class biolockj.module.report.taxa.NormalizeTaxaTables
Log e display string as 1/2 supported values for: "report.logBase"
LOG_EXT - Static variable in class biolockj.Constants
BioLockJ log file extension constant: ".log"
LOG_EXT - Static variable in class biolockj.module.BioModuleImpl
BioLockJ log file extension constant: ".log"
LOG_FILE - Static variable in class biolockj.Log
Set in Log.initialize(String) to file path of pipeline Java log file
Used by log4j.properties
log4j.appender.file.File=${LOG_FILE}
LOG_LEVEL_PROPERTY - Static variable in class biolockj.Constants
Config property used to set log sensitivity in log4j.properties
log4j.rootLogger=${pipeline.logLevel}, file, stdout DEBUG - Log all messages INFO - Log info, warning and error messages WARN - Log warning and error messages ERROR - Log error messages only
LOG_SPACER - Static variable in class biolockj.Constants
Spacer used to improve log file readability
logConfig() - Static method in class biolockj.Log
Prints Config properties to the Java log file.
logLowCountOtus(TreeMap<String, TreeSet<String>>) - Method in class biolockj.module.report.otu.RemoveLowOtuCounts
Save a list of low count OTUs to the module temp directory.
logLowCountPathways(TreeMap<String, TreeSet<String>>) - Method in class biolockj.module.report.humann2.RemoveLowPathwayCounts
Save a list of low count pathways to the module temp directory.
logScarceData(TreeMap<String, TreeSet<String>>, File) - Method in class biolockj.module.report.humann2.RemoveScarcePathwayCounts
Save a list of low count pathways or samples to the module temp directory.
logScarceOtus(Set<String>) - Method in class biolockj.module.report.otu.RemoveScarceOtuCounts
Save a list of scarce OTUs to the module temp directory.
LogTransformTaxaTables - Class in biolockj.module.report.taxa
This utility is used to log-transform the raw OTU counts on Log10 or Log-e scales.
LogTransformTaxaTables() - Constructor for class biolockj.module.report.taxa.LogTransformTaxaTables
 
LogUtil - Class in biolockj.util
This util adds auxiliary log info to BioLockJ log file
LogUtil() - Constructor for class biolockj.util.LogUtil
 
logWelcomeMsg() - Static method in class biolockj.Log
Print welcome message.
Message includes BioLockJ version BioLockJUtil.getVersion(), lab citation, and freeware blurb.
LOW_ABUNDANT_CUTOFF - Static variable in class biolockj.module.report.otu.RarefyOtuCounts
Config Posivite Double property to define minimum percentage of samples that must contain an OTU.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links