mepstein-gh
mepstein-gh
I'm using linux (arch linux). I was able to change that config setting, and got it to run. I would like to have the output files owned by the current...
I'm encountering what's probably a similar/related issue, although the error meesage is ```org.rabix.bindings.sb.processor.SBPortProcessorException: Failed to set inputs properties.``` This is with rabix 1.0.3. Attached is a zip with a CWL...
BTW: This error happened on a couple of jobs I attepted to run; I had also tried rabix 1.0.1 on some of those jobs, and got the error message: ```org.rabix.bindings.sb.processor.SBPortProcessorException:...
OK, thanks. Any idea when that release will be out? (FWIW, this worked with cwltool, in terms of the pattern of where the cwl/input files were, and the paths specified...
OK, I looked at the output of docker logs for the ones that failed with exit code 127, and I got the following: ```/bin/sh: error while loading shared libraries: libreadline.so.7:...
OK, looking at the mounts/binds, it includes the working directory, the input file, and `/bin/sh` (to itself); the command is `sh run_dc.cmd` (`run_dc.cmd` is a file built by the CWL)....
OK, I got past the problem in the previous post (and the earlier ones), but I'm still getting an error. It's the `Failed to set inputs properties.` again. Although it...