Mercurial > repos > timpalpant > java_genomics_toolkit
diff galaxy-conf/log4j.properties @ 15:3e477c7e0e73 draft
Update normalization tools to allow normalizing by chromosome (Z-scorer, scale, etc.) Add new tool to convert any interval file to Bed format. Miscellaneous bug fixes.
author | timpalpant |
---|---|
date | Sat, 09 Jun 2012 16:03:59 -0400 |
parents | 4fc118372ae7 |
children |
line wrap: on
line diff
--- a/galaxy-conf/log4j.properties Sat May 19 10:40:16 2012 -0400 +++ b/galaxy-conf/log4j.properties Sat Jun 09 16:03:59 2012 -0400 @@ -7,4 +7,6 @@ log4j.appender.stdout.layout.ConversionPattern=%m%n # Only output errors from the BigWig library -log4j.logger.org.broad.igv.bbfile=ERROR \ No newline at end of file +log4j.logger.org.broad.igv.bbfile=ERROR +# Only output errors from java-genomics-io +log4j.logger.edu.unc.genomics.io=ERROR \ No newline at end of file