# HG changeset patch # User nturaga # Date 1461082829 14400 # Node ID a78f84fc48739f6b31845f14a3727809230ebfdd # Parent 84361ce36a110f3cd0b5e57596146e3905e16c49 planemo upload commit fb90aafc93e5e63acfcdac4c27cfd865cdf06c5a-dirty diff -r 84361ce36a11 -r a78f84fc4873 minfi_pipeline.R --- a/minfi_pipeline.R Tue Apr 19 11:10:25 2016 -0400 +++ b/minfi_pipeline.R Tue Apr 19 12:20:29 2016 -0400 @@ -4,6 +4,8 @@ # we need that to not crash galaxy with an UTF8 error on German LC settings. loc <- Sys.setlocale("LC_MESSAGES", "en_US.UTF-8") +install.packages('getopt', repos='http://cran.us.r-project.org') + library("getopt") options(stringAsfactors = FALSE, useFancyQuotes = FALSE) args <- commandArgs(trailingOnly = TRUE) diff -r 84361ce36a11 -r a78f84fc4873 tool_dependencies.xml --- a/tool_dependencies.xml Tue Apr 19 11:10:25 2016 -0400 +++ b/tool_dependencies.xml Tue Apr 19 12:20:29 2016 -0400 @@ -2,7 +2,7 @@ # TODO: - +