diff univariate_wrapper.R @ 2:09799fc16bc6 draft

planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 2c0d4d97c208edca1ada2035a7b7af9c4eb31afe
author ethevenot
date Sat, 06 Aug 2016 12:42:42 -0400
parents ef64d3752050
children 140290de7986
line wrap: on
line diff
--- a/univariate_wrapper.R	Sat Jul 30 12:38:02 2016 -0400
+++ b/univariate_wrapper.R	Sat Aug 06 12:42:42 2016 -0400
@@ -12,10 +12,6 @@
 
 argVc <- unlist(parseCommandArgs(evaluate=FALSE))
 
-
-#### Start_of_tested_code  <- function() {}
-
-
 ##------------------------------
 ## Initializing
 ##------------------------------
@@ -136,6 +132,7 @@
 
 varDF <- cbind.data.frame(variableMetadata = rownames(varDF),
                           varDF)
+
 write.table(varDF,
             file = argVc["variableMetadata_out"],
             quote = FALSE,
@@ -152,8 +149,4 @@
 
 options(stringsAsFactors = strAsFacL)
 
-
-#### End_of_tested_code <- function() {}
-
-
 rm(list = ls())