Mercurial > repos > nikos > rna_probing
diff normalize.R @ 21:f64937805d0d draft
Fixed bugs in k2n.R
| author | nikos |
|---|---|
| date | Wed, 11 Feb 2015 12:43:49 -0500 |
| parents | 83dfe38f6a09 |
| children |
line wrap: on
line diff
--- a/normalize.R Wed Feb 11 08:30:45 2015 -0500 +++ b/normalize.R Wed Feb 11 12:43:49 2015 -0500 @@ -3,7 +3,7 @@ ## Setup R error handling to go to stderr options( show.error.messages = FALSE, error = function () { cat( geterrmessage(), file=stderr() ); q( "no", 1, F ) } ) -# we need that to not crash galaxy with an UTF8 error on German LC settings. +# we need that to not crash galaxy with an UTF8 error on LC settings. Sys.setlocale("LC_MESSAGES", "en_US.UTF-8") suppressMessages(library('getopt'))
