Closed disa-mhembere closed 7 years ago
The latter is the path inside the docker. Because all the primitives live in "./SRC" and the data in "./DATA", and we call the primitives via "Rscript my.R" and/or "python my.py", let's use the output "../DATA/out.txt" !?
Yes I agree! Well as long as we guarantee ../DATA
always exists of course :)
Yep, I thought about it.
Maybe I add dir.create("../DATA")
first...
yes, this should work as long as the user has permission to write this directory which I guess is ok to assume
Thoughts?