comparison runit/profia_tests.R @ 0:39ccace77270 draft

planemo upload for repository https://github.com/workflow4metabolomics/profia.git commit 2757590af8c7ba9833ba3bebd7da7f96b20d1128-dirty
author ethevenot
date Sun, 26 Mar 2017 17:37:12 -0400
parents
children 3f8ae071bdda
comparison
equal deleted inserted replaced
-1:000000000000 0:39ccace77270
1 test_plasfia_default <- function() {
2
3 testDirC <- "plasfia"
4 argLs <- list(zipfile = "./plasfia/plasFIA.zip",
5 library = "NULL",
6 ppmN = "2",
7 ppmGroupN = "1",
8 fracGroupN = "0.1",
9 kI = "2")
10
11 argLs <- c(defaultArgF(testDirC), argLs)
12 outLs <- wrapperCallF(argLs)
13
14 checkEqualsNumeric(outLs[["datMN"]]["C100a", "M86.0965"], 1313797.6184402, tolerance = 1e-7)
15
16 }