Hello Michael,
Thank you for your reply.
I tried it, but cwl-runner prepended tmp paths to the directory input and then the wrapped tool cannot find the directory because of the prepend (see log below).
Also, in the 'cannot open file . . .' message below, it's missing a '/' before the file in the directory. It should be '...Run4_forR/hp1.csv'.
Any suggestions? Thanks!!
[job r-MakeBarLibParTables.cwl] /tmp/tmpfE4k3e$ Rscript \
/home/dz/MakeBarcodeTablesV3.R \
--dir \
/tmp/tmpVTGQPt/stg43a89205-59fe-41d5-92ba-df9774192388/Run4_forR
Error in file(file, "rt") : cannot open the connection
Calls: read.table -> file
In addition: Warning message:
In file(file, "rt") :
cannot open file '/tmp/tmpVTGQPt/stg43a89205-59fe-41d5-92ba-df9774192388/Run4_forRhp1.csv': No such file or directory