Mercurial > repos > timpalpant > java_genomics_toolkit
annotate galaxy-conf/log4j.properties @ 17:ace7855c1017 draft
Add back tool_data_table_conf.xml.sample since apparently it's still needed.
| author | timpalpant |
|---|---|
| date | Sat, 09 Jun 2012 16:10:42 -0400 |
| parents | 3e477c7e0e73 |
| children |
| rev | line source |
|---|---|
|
7
4fc118372ae7
Uploaded new version with fixes and broader support for interval files
timpalpant
parents:
4
diff
changeset
|
1 log4j.rootLogger=info, stdout |
| 4 | 2 |
| 3 log4j.appender.stdout=org.apache.log4j.ConsoleAppender | |
| 4 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout | |
| 5 | |
| 6 # Pattern to output the caller's file name and line number. | |
|
7
4fc118372ae7
Uploaded new version with fixes and broader support for interval files
timpalpant
parents:
4
diff
changeset
|
7 log4j.appender.stdout.layout.ConversionPattern=%m%n |
| 4 | 8 |
| 9 # Only output errors from the BigWig library | |
|
15
3e477c7e0e73
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.
timpalpant
parents:
7
diff
changeset
|
10 log4j.logger.org.broad.igv.bbfile=ERROR |
|
3e477c7e0e73
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.
timpalpant
parents:
7
diff
changeset
|
11 # Only output errors from java-genomics-io |
|
3e477c7e0e73
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.
timpalpant
parents:
7
diff
changeset
|
12 log4j.logger.edu.unc.genomics.io=ERROR |
