comparison w4mcorcov_wrapper.R @ 11:ddcc33ff3205 draft

planemo upload for repository https://github.com/HegemanLab/w4mcorcov_galaxy_wrapper/tree/master commit 4428e3252d54c8a8e0e5d85e8eaaeb13e9b21de7
author eschen42
date Wed, 05 Sep 2018 22:31:21 -0400
parents 06c51af11531
children 2ae2d26e3270
comparison
equal deleted inserted replaced
10:9a52306991b3 11:ddcc33ff3205
70 70
71 ######## 71 ########
72 # MAIN # 72 # MAIN #
73 ######## 73 ########
74 74
75 errorPrint(sessionInfo())
76
75 argVc <- unlist(parseCommandArgs(evaluate=FALSE)) 77 argVc <- unlist(parseCommandArgs(evaluate=FALSE))
78 errorCat("\n\n---\n\nArguments that were passed to R are as follows:\n")
79 errorPrint(argVc)
80
76 my_env <- new.env() 81 my_env <- new.env()
77 82
78 ##------------------------------ 83 ##------------------------------
79 ## Initializing 84 ## Initializing
80 ##------------------------------ 85 ##------------------------------