Mercurial > repos > ethevenot > qualitymetrics
diff runit/qualitymetrics_tests.R @ 0:b4f5b5bc01dd draft
planemo upload for repository https://github.com/workflow4metabolomics/qualitymetrics.git commit 73366dd3473c509341ab9ba1df8ba748d08a50a1
author | ethevenot |
---|---|
date | Sat, 06 Aug 2016 12:01:17 -0400 |
parents | |
children | 596320b84315 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/runit/qualitymetrics_tests.R Sat Aug 06 12:01:17 2016 -0400 @@ -0,0 +1,14 @@ +test_input_default <- function() { + + testDirC <- "input" + argLs <- list(CV = "FALSE", + Compa = "TRUE", + seuil = 1, + poolAsPool1L = "TRUE") + + argLs <- c(defaultArgF(testDirC), argLs) + outLs <- wrapperCallF(argLs) + + checkEqualsNumeric(outLs[["varDF"]]["met_033", "blankMean_over_sampleMean"], 0.004417387, tolerance = 1e-6) + +}