view galaxy-conf/log4j.properties @ 16:35031c567ece draft

Add sam_fa_indices.loc.sample to enable DNAProperty and FindNMer tools that require samtools indices to be installed.
author timpalpant
date Sat, 09 Jun 2012 16:06:25 -0400
parents 3e477c7e0e73
children
line wrap: on
line source

log4j.rootLogger=info, stdout

log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout

# Pattern to output the caller's file name and line number.
log4j.appender.stdout.layout.ConversionPattern=%m%n

# Only output errors from the BigWig library
log4j.logger.org.broad.igv.bbfile=ERROR
# Only output errors from java-genomics-io
log4j.logger.edu.unc.genomics.io=ERROR