comparison runit/checkformat_tests.R @ 0:059eb452931e draft

planemo upload for repository https://github.com/workflow4metabolomics/checkformat.git commit e17f78630b4d21b54a4edd6015d50969ac859d6b
author ethevenot
date Tue, 24 Oct 2017 08:44:02 -0400
parents
children b642f4f87022
comparison
equal deleted inserted replaced
-1:000000000000 0:059eb452931e
1 test_input_default <- function() {
2
3 testDirC <- "input"
4 argLs <- list()
5
6 argLs <- c(defaultArgF(testDirC), argLs)
7 outLs <- wrapperCallF(argLs)
8
9 checkEquals(outLs[['infVc']][4], 'Table formats are OK; enjoy your analyses!')
10
11 }